PartiQL & SQL

PartiQL gives DynamoDB a SQL-like syntax — but it's SELECT/INSERT/UPDATE over a single table, not a query engine. There's no JOIN, no GROUP BY, no SUM across items. If you write SQL out of habit, PartiQL will quietly map a familiar statement onto a full-table Scan and bill you for it.

This section sets honest expectations for PartiQL, then shows how DynoTable's SQL Workbench does the things PartiQL can't — JOIN, GROUP BY, and aggregates — client-side over a bounded result set, staying inside DynamoDB's access-pattern rules.

0 of 7 readQuiz

Start with PartiQL vs SQL to calibrate what's real.

Try DynoTable to run SQL against your tables in the Workbench.