Ben Johnson
f4d0d87fa7
Add DB.UpdatedAt() tests
2021-01-01 08:20:40 -07:00
Ben Johnson
3b9275488d
Add 'validate' command
2020-12-31 10:36:48 -07:00
Ben Johnson
11d7d22383
Add 'wal' command
2020-12-30 16:03:23 -07:00
Ben Johnson
ffc25e2654
Add 'snapshots' command.
2020-12-30 15:31:35 -07:00
Ben Johnson
d4891f33da
Refactor DB.checkpoint() to accept any mode.
...
This was originally meant to add a TRUNCATE checkpoint before starting
a new generation, however, there is a write lock that blocks the
checkpoint and it's more complicated to roll it back and attempt the
truncation.
2020-12-29 17:02:33 -07:00
Ben Johnson
42a33cccf4
Group WAL files in file replica
2020-12-29 16:40:28 -07:00
Ben Johnson
81e99c8035
Add 'restore' command.
2020-12-29 12:37:42 -07:00
Ben Johnson
98014f4e49
Add generations command
2020-12-26 09:39:21 -07:00
Ben Johnson
89fd441e9a
Remove tmp files on start up
2020-12-24 16:42:45 -07:00
Ben Johnson
9fa526f2c3
File replicator snapshot
2020-12-24 15:41:45 -07:00
Ben Johnson
341eac268c
Basic file replication working with WAL
2020-12-24 13:23:52 -07:00
Ben Johnson
9fe52ce3f5
Fix rollover issue under load
2020-12-23 13:10:04 -07:00
Ben Johnson
5218a1f2c2
Add checkpoint seq no verification.
2020-12-23 11:15:10 -07:00
Ben Johnson
79d19e25e6
Clean up old generations on startup
2020-12-22 13:52:31 -07:00
Ben Johnson
2bbe5d91bf
Add salt & checksum checking
2020-12-21 16:59:15 -07:00
Ben Johnson
85e97cd6ac
db refactor
2020-12-17 16:32:10 -07:00
Ben Johnson
2941a2433f
Add recovery for 'real WAL only'.
2020-11-06 16:30:37 -07:00
Ben Johnson
d964e4199a
Validate sqlite header
2020-11-06 12:33:01 -07:00
Ben Johnson
e52d3be78d
Fixing locking; unlock still not working
2020-11-03 16:35:58 -07:00
Ben Johnson
d30f06b618
Implement Checksum()
2020-10-23 14:01:52 -06:00
Ben Johnson
dc3da53c76
Add WALHeader & WALFrameHeader
2020-10-22 14:53:14 -06:00