| ▲ | scott_s 3 hours ago | |
That work is still relevant! It's just that end-users don't need to be aware of it. The position of the paper I submitted, which I basically agree with, is that "streaming" shouldn't need to be something end-users care about. It's something the system does based on needs. Databases already have a dataflow style architecture: that's how they implement queries. Because SQL is relational, SQL queries become dataflow execution plans. One way to think about the programming model I worked on is that it was like exposing a query plan API directly to users, instead of giving them SQL. | ||