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) Our Quick Start guide is an opportunity...
https://docs.citusdata.com/en/v10.2/develop/reference_sql.html#repartition-joins From this link it suggests that we support join on two tables on columns other than the distribution column. But we support only simple joins (and not complex joins,...
I realized that several users are confused by `create_distributed_function` and its purpose. I think the main confusion comes from this: `create_distributed_table` makes things faster, so let's try `create_distributed_function` to make...
When exeuting command command below in the address https://docs.citusdata.com/en/v10.2/develop/reference_sql.html#estimating-top-n-items, I'm getting an error curl -L https://examples.citusdata.com/customer_reviews_2000.csv.gz \| \ gunzip > reviews.csv -- Error 
## Communication goals (e.g. detailed howto vs orientation) We have the main content written, but it should include more about the limitations, and inner workings. ### Good locations for content...
Assume we run the cron jobs on an hour basis, the following will happen: | timeline|runs_at|last_rollup_time|curr_rollup_time|what happens| |-------------|-------------|-------------|-------------|-------------| |the Nth cron job runs|2021-01-05 20:00:00|2021-01-05 19:00:00|2021-01-05 20:00:00|hours included [20]| | new...
There is no current documentation showing how to set up read replicas in Citus Enterprise or Open Source, and this is a common enough request that it should probably have...