|
|
|
|
|
by phrasecode
187 days ago
|
|
Would you clarify what a "transaction" in this instance would mean? LinkedQL definitely optimizes at multiple levels between a change happening on your database and the live result your application sees. The most significant of these being its concept of query windows and query inheritance which ensure multiple overlapping queries converge on a single "actual" query window under the hood. You want to see the engineering paper for the full details: https://linked-ql.netlify.app/engineering/realtime-engine |
|
Of course, it comes at the cost of some stability. However I was just curious if such an abstraction could support such use cases. Thank you for the link to the paper!