polarsignals / frostdb

❄️ Coolest database around 🧊 Embeddable column database written in Go.
Apache License 2.0
1.27k stars 65 forks source link

722 snapshot tx changes #871

Closed thorfour closed 2 months ago

thorfour commented 2 months ago

Reopening this tx PR.

Snapshots now grab a write tx. This prevents from other writes coming in and getting compacted into L1+ before the snapshot completes thus allowing tx > snapshot_tx from making it into the snapshot.

Snapshots now also filter out any writes in L0 that are > snapshot_tx from the snapshot write.