1
0
Fork 0

2402 Commits (4a28b311f1039394d0332ab7ea68b4c5ebf1ecc3)
 

Author SHA1 Message Date
Philip O'Toole 21214f6b0e
Update CHANGELOG.md 4 years ago
Philip O'Toole ba7c43d4df
Merge pull request #742 from rqlite/rqbench-oneshot
Add oneshot option to rqbench
4 years ago
Philip O'Toole 3ff1c35998 Add oneshot option to rqbench 4 years ago
Philip O'Toole ef1f0f1d57 Sync queries and restores 4 years ago
Philip O'Toole 0f1352fb01 Remove duplicate pre-restoration Close() 4 years ago
Philip O'Toole ce7a3a6912 Merge branch 'master' into no-disk-during-restore 4 years ago
Philip O'Toole 0b3a41bd3f
Clearer comment 4 years ago
Philip O'Toole d0c6dba844
Update CHANGELOG.md 4 years ago
Philip O'Toole 5e85c5db72
Update CHANGELOG.md 4 years ago
Philip O'Toole 28eb0a1c37
Merge pull request #741 from rqlite/query-lock
Tigthen up Store-level locking
4 years ago
Philip O'Toole 535d690d7c Tigthen up Store-level locking
Previous locking didn't look quite correct, and with the advent of the
Serialize functionality, it needs to be more precise.
4 years ago
Philip O'Toole 0d0bb3f44a Close database before restoration
This change also adds better logging, so the restoration process can be
better observed.
4 years ago
Philip O'Toole 825160e815 Merge branch 'master' into no-disk-during-restore 4 years ago
Philip O'Toole b7dd02109c
Merge pull request #740 from rqlite/more-snap-testing
More end-to-end snapshot and restore testing
4 years ago
Philip O'Toole 2e19df93de Correct comment 4 years ago
Philip O'Toole 8dbd2678dd More end-to-end snapshot and restore testing 4 years ago
Philip O'Toole eb01e8dc9d Skip temp file when restoring in-memory database
This saves a read and write to disk, the size of the SQLite database.
4 years ago
Philip O'Toole 7900adbf53 Add Deserialize to DB layer 4 years ago
Philip O'Toole a8986f7e2a
Update CHANGELOG.md 4 years ago
Philip O'Toole 2039f793d7
Update CHANGELOG.md 4 years ago
Philip O'Toole 9590972d0e
Merge pull request #738 from rqlite/no-disk-during-snap
Don't use temp file when snapshotting database
4 years ago
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
Philip O'Toole 9210297413 Unit test DB serialize 4 years ago
Philip O'Toole 6fad9a6a80 Finally get go-sqlite3 fork working 4 years ago
Philip O'Toole 93a78f09a0 Add call to Serialize function 4 years ago
Philip O'Toole 488a9554ea Switch to rqlite fork of go-sqlite3 4 years ago
Philip O'Toole d560356d8d Fix spelling mistakes 4 years ago
Philip O'Toole fc02375833
Merge pull request #737 from rqlite/ineff-assign
Remove unused byte slice address
4 years ago
Philip O'Toole 8576ed3cfd Remove unused byte slice address 4 years ago
Philip O'Toole c5fb01532b
Merge pull request #736 from rqlite/small-fixes
Trivial cleanups
4 years ago
Philip O'Toole bb31aef20a ABL 4 years ago
Philip O'Toole 5295a0e6b1 Trivial cleanups 4 years ago
Philip O'Toole 654bfb18ad
5.9.0 is going out. 4 years ago
Philip O'Toole e9332ded2f
Update DATA_API.md 4 years ago
Philip O'Toole a5ff198dca
Update CHANGELOG.md 4 years ago
Philip O'Toole 31352be191
Merge pull request #735 from rqlite/trailing-logs-policy
Implement policy over trailing Raft logs
4 years ago
Philip O'Toole be0286fd4b More extensive end-to-end snapshot testing 4 years ago
Philip O'Toole 9526889f8a Merge remote-tracking branch 'origin/master' into trailing-logs-policy 4 years ago
Philip O'Toole fe5ef8b935
Merge pull request #734 from rqlite/leader-control-startup
Better control over waiting for leader at command-line
4 years ago
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
Philip O'Toole 1d12ae8d4e
Update CHANGELOG.md 4 years ago
Philip O'Toole b27cdfbf4d Better control over waiting for leader 4 years ago
Philip O'Toole 0b59538353
Update CHANGELOG.md 4 years ago
Philip O'Toole 7745ecb4dc
Merge pull request #733 from rqlite/better-log-startup
Clearer Raft log status during startup
4 years ago
Philip O'Toole 6670a22850 Actually check error codes during Store startup
This was a bug.
4 years ago
Philip O'Toole f07c3673c5 Log at start-up first and last Raft log indexes 4 years ago
Philip O'Toole 2e6a93faa3 Convenience function to get both indexes at once 4 years ago
Philip O'Toole 8e11534139 Support getting log first and last index 4 years ago
Philip O'Toole 478a0fa7f8
Update FAQ.md 4 years ago
Philip O'Toole 28fee3aa6f
Merge pull request #729 from wilva/master
Use macOS instead of OSX
4 years ago