https://vimeo.com/970080882/2722348643?share=copy
- Cursor system was like a REST API.
- Make query, return execution ID, paginate through results
- Allowed us to build out “change streams” that could query for a result, and keep hitting the endpoint with new results.
- Cursor was not held in memory, it was held server-side.
- If you reference that query again, you could hit “Next” on the data tables and you could send another request
ClickHouse
Tinybird