Releases: electric-sql/d2ts
Releases · electric-sql/d2ts
@electric-sql/[email protected]
Patch Changes
- 1b87f17: remove host hashing from the query pipline giving a significant speedup
@electric-sql/[email protected]
Patch Changes
- d6c4ed9: rebuild the distinct to be more efficient
@electric-sql/[email protected]
Patch Changes
- a9f40ad: Remove file that was pushed accidentally.
@electric-sql/[email protected]
Patch Changes
- c5a59cf: Introduce topKWithFractionalIndexBTree and orderByWithFractionalIndexBTree operators. These variants use a B+ tree which is more efficient on big collections as its time complexity is logarithmic.
- 47e33ab: Modify index implementation to keep a map of consolidated values and their multiplicities. This improves efficiency to get a value's multiplicity since it's already precomputed. Also modify reduce operator to emit a single diff instead of 2 diffs (1 that is -oldMultiplicity and 1 that is +newMultiplicity).
@electric-sql/[email protected]
Patch Changes
- 159d963: fix an issue where messages could be lost if you sent multiple batches to a graph with a join operator before calling run
@electric-sql/[email protected]
@electric-sql/[email protected]
Patch Changes
- 32d3a0f: make aggregates explicitly optional on a groupBy
@electric-sql/[email protected]
Patch Changes
- 080c0f4: First release of D2mini - a minimal implementation of the D2TS Differential Dataflow library but simplified and without the complexities of multi-dimensional versioning.
@electric-sql/[email protected]
Patch Changes
- 2434e40: Use a polyfill FinalizationRegistry when the native one isn't available to enable React Native support
@electric-sql/[email protected]
Patch Changes
- be25ba2: improve the hashing of messages in the query pipeline