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 9b0852e711 Implement policy over trailing logs
Don't allow control over trailing logs directly, just implement a policy
that scales the number by 1.25 relative to Snapshot threshold. Without
doing this it may be that setting the snapshot threshold lower doesn't
actually affect SQLite start up times, due to log application. Perhaps
this really needs exposure at the command line, but the command line is
starting to get complicated.
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 Convenience function to get both indexes at once 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 Implement policy over trailing logs 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