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

Queue and S3 functionality #54144

Open
thionic opened this issue Jun 20, 2024 · 1 comment
Open

Queue and S3 functionality #54144

thionic opened this issue Jun 20, 2024 · 1 comment
Labels
type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@thionic
Copy link

thionic commented Jun 20, 2024

Hello!
Many applications use a large amount of various complex storage-related state not only in a SQL database, but sometimes in object stores, queues or graph databases. This often leads to the need to use a large number of different tools and greatly increases the maintenance complexity for administrators or DevOps.

It seems to me that this problem could be solved if existing relational databases started adding queue or object storage functionality. This would save a huge amount of time, since there would be no need to separately launch containers with kafka, nats, minio or others. This could save a huge amount of time on maintenance (since it would not have to waste effort on maintaining a huge number of containers with different types of storage). Also, in my opinion, the ability to “subscribe” to updates in certain tables is extremely necessary, not to transfer the task of storing state to other places besides one single database.

I apologize for the abstract formulation and leaving from the established concept of relational databases, but it really seems to me that it would be much simpler if this functionality was available.
Thank you!

@thionic thionic added the type/feature-request Categorizes issue or PR as related to a new feature. label Jun 20, 2024
@lance6716
Copy link
Contributor

Also, in my opinion, the ability to “subscribe” to updates in certain tables is extremely necessary, not to transfer the task of storing state to other places besides one single database.

This is TiCDC https://docs.pingcap.com/tidb/stable/ticdc-overview#ticdc-%E7%AE%80%E4%BB%8B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants