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

Columnar: update/delete support #4694

Open
jeff-davis opened this issue Feb 11, 2021 · 3 comments
Open

Columnar: update/delete support #4694

jeff-davis opened this issue Feb 11, 2021 · 3 comments

Comments

@jeff-davis
Copy link
Contributor

No description provided.

@jeff-davis
Copy link
Contributor Author

Nice use case: https://news.ycombinator.com/item?id=26375042

@jeff-davis
Copy link
Contributor Author

And another one here: https://news.ycombinator.com/item?id=26374188

@hc3336
Copy link

hc3336 commented Jan 27, 2025

Hi, we have a need for real-time analysis and the data is constantly being modified (update and delete). Since Citus columnar supports append-only, the time and locking spent on converting the data partitions to row-based for modification and convert it back to columnar makes it unrealistic for our use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants