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
Fix/payload buffer reserve (#21)
* fix: reserve payload header space when growing encode buffer
the header bytes are accounted for on the first row
* test: widen payload buffer regression coverage
perf: speed up query for filling missing columns in refill metatable (#……18)
The new query does 1 encode per source row and one indexed NOT-EXISTS probe.
The old plan does many decodes per candidate and can’t use an index to rule out matches quickly—so it burns CPU and I/O.
* Increased performance in cloudsync_refill_metatable
* chore: remove old code
* chore: bump version
---------
Co-authored-by: Marco Bambini <marco@creolabs.com>