You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/engineering/realtime-engine.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -457,7 +457,7 @@ The result is *fine-grained reactivity* that begins at the database and propagat
457
457
458
458
---
459
459
460
-
###0 Scaling Behavior
460
+
### Scaling Behavior
461
461
462
462
The profound advantage of the query inheritance model is that computational cost scales *only* with **query diversity**, rather than linearly with subscription count.
463
463
@@ -478,7 +478,7 @@ The result is: you don't pay for features you don't use.
478
478
479
479
---
480
480
481
-
###1 Key Takeaways
481
+
### Key Takeaways
482
482
483
483
Rather than isolating each query as an independent subscription, LinkedQL's Realtime engine organizes them into a hierarchy of shared computation.
0 commit comments