-
Notifications
You must be signed in to change notification settings - Fork 745
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Push based continuous queries #895
Comments
Looks interesting! It'd be great if you can share more docs or more details to help us understand it. :) |
This concept is taken from https://rethinkdb.com/. It is descried in https://rethinkdb.com/blog/realtime-web/. |
Sounds like noria, https://www.youtube.com/watch?v=s19G6n0UjsM&t=1934s |
Yes. Noria looks similar. |
Real-time Data Warehouse and real-time ETL can be realized only with SQL. Some commercial data warehouse products have launched this function, such as Alibaba Cloud AnalyticDB PostgreSQL and Alibaba Cloud Hologres. You can refer to the real-time materialized views of these two products. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Generally database queries and pull based where the database would poll to see any updates. For ultra low latency high throughput real time applications this is in efficient. Ideally we should have push based continuous queries. Here when data changes the changes are notified to application.
The text was updated successfully, but these errors were encountered: