home / docs / sections

sections: settings:setting-max-returned-rows

This data as json

id page ref title content breadcrumbs references
settings:setting-max-returned-rows settings setting-max-returned-rows max_returned_rows Datasette returns a maximum of 1,000 rows of data at a time. If you execute a query that returns more than 1,000 rows, Datasette will return the first 1,000 and include a warning that the result set has been truncated. You can use OFFSET/LIMIT or other methods in your SQL to implement pagination if you need to return more than 1,000 rows. You can increase or decrease this limit like so: datasette mydatabase.db --setting max_returned_rows 2000 ["Settings", "Settings"] []
Powered by Datasette · Queries took 0.963ms