datasette/docs
Simon Willison cef9a9a870
--limit= mechanism plus new limits for facets
Replaced the --max_returned_rows and --sql_time_limit_ms options to
"datasette serve" with a new --limit option, which supports a larger
list of limits.

Example usage:

	datasette serve --limit max_returned_rows:1000 \
		--limit sql_time_limit_ms:2500 \
		--limit default_facet_size:50 \
		--limit facet_time_limit_ms:1000 \
		--limit facet_suggest_time_limit_ms:500

New docs: https://datasette.readthedocs.io/en/latest/limits.html

Closes #270
Closes #264
2018-05-17 22:08:26 -07:00
..
.gitignore Added initial docs, including a changelog 2017-11-16 07:11:00 -08:00
auto-build.sh Added --load-extension argument to datasette serve 2017-11-16 08:48:49 -08:00
changelog.rst Release Datasette 0.21 2018-05-05 20:15:38 -03:00
conf.py Update conf.py 2018-05-12 09:08:11 -03:00
custom_templates.rst Fixed out-dated template in documentation 2018-04-18 22:57:31 -07:00
facets.png Added screenshots to facets and full_text_search docs, refs #255 2018-05-16 08:27:24 -07:00
facets.rst Docs: Speeding up facets with indexes 2018-05-16 21:08:50 -07:00
full_text_search.png Added screenshots to facets and full_text_search docs, refs #255 2018-05-16 08:27:24 -07:00
full_text_search.rst Added screenshots to facets and full_text_search docs, refs #255 2018-05-16 08:27:24 -07:00
getting_started.rst --limit= mechanism plus new limits for facets 2018-05-17 22:08:26 -07:00
index.rst --limit= mechanism plus new limits for facets 2018-05-17 22:08:26 -07:00
json_api.rst --limit= mechanism plus new limits for facets 2018-05-17 22:08:26 -07:00
limits.rst --limit= mechanism plus new limits for facets 2018-05-17 22:08:26 -07:00
Makefile Added initial docs, including a changelog 2017-11-16 07:11:00 -08:00
metadata.rst Initial implementation of facets, plus tests and docs 2018-05-12 19:29:41 -03:00
plugins.rst Datasette 0.20: static assets and templates for plugins 2018-04-20 07:32:02 -07:00
sql_queries.rst --limit= mechanism plus new limits for facets 2018-05-17 22:08:26 -07:00