Skip to content

Commit 1469779

Browse files
committed
Update changeset
1 parent a5f268d commit 1469779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/evil-pianos-hear.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@electric-sql/d2mini': patch
33
---
44

5-
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.
5+
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).

0 commit comments

Comments
 (0)