-
Notifications
You must be signed in to change notification settings - Fork 131
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
Consider adding the Citus extension #92
Comments
I'd love to see you add the Citus extension as well, but for a different reason. I'm using Postgres for reporting with Metabase and I want to minimize my storage needs. Citus has adds support for columnar compression. I realize that I could fork this repo and add it on my own, but the capabilities of Citus are something that benefit a large percentage of folks, and TBH as a one-man-show I already have plenty on my plate. :) |
I'm not totally sure Citus will work with Stolon. If someone wants to try and put together a POC, I think that would be useful. |
On a high level, though citus is a Postgres extension it has nuances.
Unfortunately, stolon isn't aware of any of these. |
Citus is an extension for PostgreSQL that allows you to distribute tables between different nodes. It would be great to have this extension available, especially in Fly, which would unlock a lot of possibilities to run global applications.
The text was updated successfully, but these errors were encountered: