citus_docs
citus_docs copied to clipboard
Documentation for Citus. Distributed PostgreSQL as an extension.
## Why are we implementing it? (sales eng) ### What are the typical use cases? ## Communication goals (e.g. detailed howto vs orientation) ### Good locations for content in docs...
http://docs.citusdata.com/en/v7.5/develop/api_udf.html#rebalance-table-shards This should make it more clear that, when you choose a table to rebalance, all co-located tables also get rebalanced with it. ## Why are we implementing it? (sales...
## Communication goals (e.g. detailed howto vs orientation) Add an example reference table to the MT quick tutorial. Want to introduce people to the idea early.
## Communication goals (e.g. detailed howto vs orientation) @colton-citus reports that someone wanted to run `GRANT CREATE ON SCHEMA` and was unable. We should include a table of which of...
### What are the typical use cases? Fast simple inserts and queries. Ingestion is a big thing. Differs from the RT use case because RT is more about parallelism. ##...
## Communication goals (e.g. detailed howto vs orientation) Division into Cloudplane and Cloudcon. ### Good locations for content in docs structure A reference section in the Cloud menu. ## How...
(Original issue description) ## Communication goals (e.g. detailed howto vs orientation) We often get questions about best practices for doing roll-ups. Although we have a little bit about this in...
## Why are we implementing it? (sales eng) ### What are the typical use cases? Complex subqueries that Citus refuses to run. ## Communication goals (e.g. detailed howto vs orientation)...
## Why are we implementing it? (sales eng) ### What are the typical use cases? TODO: Sai will update with an issue that a customer reported. Ozgun will tell him...
## Communication goals (e.g. detailed howto vs orientation) When filtering by a column on which the distribution column functionally depends, the query will go faster if you also include the...