-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Pretty cool #2
Comments
Also to list to related work: https://github.com/hasura/graphql-engine/blob/master/architecture/live-queries.md |
@mitar Thank you for posting this, I didn't know noria. Before creating event-reduce I checked for over two years if something similar already exists but could not find any reuseable implementation. So strange that I never stumpled over the hasura live queries docs. I think the big difference between event-reduce and materialized views is the cost at write time and how it scales. If you have many users all observing different queries, you cannot create so many views because it would break your server on writes. |
Yes, I am collecting a list of related projects here.
I think this really depends how it is implemented. I think incremental materialized view maintenance is very similar to what you have in event reduce, no? See more information about that in current attempt to add that to PostgreSQL. But maybe I am misunderstanding it. |
Maybe I am misunderstanding it. |
Closing this, I have read all the other sources. I think all of these solve slightly different problems but let's see what the future brings. |
This is really cool. It reminds me of https://github.com/mit-pdos/noria a bit.
The text was updated successfully, but these errors were encountered: