Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

faq: document database engine for caravel backend options #1470

Closed
wants to merge 1 commit into from

Conversation

xrmx
Copy link
Contributor

@xrmx xrmx commented Oct 28, 2016

References:
#1401
#1445

install Caravel on one of these database server on production.

Installation may work on other databases though, at time of writing it does
not work on Oracle or Redshift.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some clarifications:

What database engine can I use as a backend for Caravel?
 --------------------------------------------------------

To clarify, the *database backend* is an OLTP database used by Caravel to store its internal
information like your list of users, slices and dashboard definitions.

 Caravel is tested using Mysql, Postgresql and Sqlite for its backend. It's recommended you
 install Caravel on one of these database server for production.

Using a column-store, non-OLTP databases like Vertica, Redshift or Presto as a database backend simply won't work as these databases are not designed for this type of workload. Installation on Oracle, Microsoft SQL Server, or other OLTP databases may work but isn't tested.

Please note that pretty much any databases that have a SqlAlchemy integration should work perfectly fine as a datasource for Caravel, just not as the OLTP backend.

@xrmx xrmx changed the title faq: document that caravel does not work on oracle and redshift faq: document database engine for caravel backend options Nov 2, 2016
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 17, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 24, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 25, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants