[docs] making it clear sqlite shouldn't be used in a cluster (#3965)

This commit is contained in:
Maxime Beauchemin 2017-11-30 22:06:16 -08:00 committed by GitHub
parent 76a2f95231
commit 84a7730f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -498,6 +498,11 @@ look something like:
RESULTS_BACKEND = RedisCache(
host='localhost', port=6379, key_prefix='superset_results')
Note that it's important that all the worker nodes and web servers in
the Superset cluster share a common metadata database.
This means that SQLite will not work in this context since it has
limited support for concurrency and
typically lives on the local file system.
Also note that SQL Lab supports Jinja templating in queries, and that it's
possible to overload