tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
11.27k stars 286 forks source link

fix current segment replicator #1471

Closed MarinPostma closed 4 months ago

MarinPostma commented 5 months ago

The previous implementation was reading 1 frame too many. The new implementation selects frames from the segment index to read the minimum amount of frames to bring the replica up to date.

The new segment index is probably too slow, I'll optimize the datastructure in a followup.