DBSP on Spark?
#5157
Replies: 1 comment 1 reply
-
|
unfortunately spark (or any other traditional database) cannot cope with negative changes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to compile SQL into Spark jobs rather than Rust using DBSP theory?
This would allow us to directly leverage Spark's existing capabilities and upgrade traditional ETL jobs to incremental processing , avoiding redundant calculations and speeding up output.
This is ideal for users who don't require low latency and are satisfied with periodic execution.
Beta Was this translation helpful? Give feedback.
All reactions