1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Philip O'Toole db64f4c923 Don't use temp file during database snapshot
Snapshotting the database does not now need to write to disk, and copy
the SQLite database straight to RAM, for handoff to the Raft subsystem.
4 years ago
..
testdata Compress SQLite database in Raft snapshot 4 years ago
db_config.go Broadcast Store meta via standard consensus 5 years ago
log.go ABL 4 years ago
log_test.go Convenience function to get both indexes at once 4 years ago
server.go Broadcast Store meta via standard consensus 5 years ago
store.go Don't use temp file during database snapshot 4 years ago
store_test.go Compress SQLite database in Raft snapshot 4 years ago
transport.go ABL 5 years ago
transport_test.go Broadcast Store meta via standard consensus 5 years ago