Commit Graph

5 Commits

Author SHA1 Message Date
Ben Johnson
d2cef2f16b Group replica wal segments by index
This commit changes the replica path format to group segments within
a single index in the same directory. This is to eventually add the
ability to seek to a record on file-based systems without having
to iterate over the records. The DB shadow WAL will also be changed
to this same format to support live replicas.
2021-06-12 10:20:22 -06:00
Ben Johnson
6c865e37f1 Move path functions to litestream package 2021-05-21 10:39:22 -06:00
Ben Johnson
7fb98df240 cleanup 2021-01-18 15:58:49 -07:00
Ben Johnson
6f604e29b0 Fix unit tests. 2020-12-29 12:56:50 -07:00
Ben Johnson
d30f06b618 Implement Checksum() 2020-10-23 14:01:52 -06:00