1
0
Fork 0

4498 Commits (d84f152b7003b44f1752d492243786ef2d66ba48)
 

Author SHA1 Message Date
Philip O'Toole e99d0fac31
Merge pull request #1342 from rqlite/integrate-load-chunk
Integrate chunked loading
1 year ago
Philip O'Toole f5517c0f66 Correct comment 1 year ago
Philip O'Toole 9bdf048975 Better naming of temp backup file 1 year ago
Philip O'Toole b5cb889e1e Auto-restore doesn't require ready() check 1 year ago
Philip O'Toole b7633143cc Restore from file uses chunking 1 year ago
Philip O'Toole 5ca5ce342e Support internode LoadChunk() 1 year ago
Philip O'Toole 82ebf85bdf Merge remote-tracking branch 'origin' into integrate-load-chunk 1 year ago
Philip O'Toole be2754fc59
Merge pull request #1344 from rqlite/ci-increase-election-timeout
Increase election timeout during testing
1 year ago
Philip O'Toole 35976fc33a Increase election timeout during testing
CI systems might be a bit slower.
1 year ago
Philip O'Toole 84b78482b9 Bump the version to 8 1 year ago
Philip O'Toole f1c16124b0
Update CHANGELOG.md 1 year ago
Philip O'Toole eeb2f84091
Update CHANGELOG.md 1 year ago
Philip O'Toole b15eef93eb
Merge pull request #1343 from rqlite/remove-obsolete-options
Remove no-longer supported command-line options
1 year ago
Philip O'Toole d9abc8f61b Remove obsolete option from end-to-end testing 1 year ago
Philip O'Toole 9e6f990377 Start the 8.0.0 release 1 year ago
Philip O'Toole 5df129ff20 Remove no-longer supported command-line options 1 year ago
Philip O'Toole 1c8e52c5f7 Test_SingleNodeLoadBinaryFromReader passes
That's good, but much more extensive testing needed, and this needs to
replace the existing load path -- and then we move to 8.0.
1 year ago
Philip O'Toole 93a752ae0e Better variable names 1 year ago
Philip O'Toole 1c6f691ff8 Integrate chunking - WIP
I need more sophisticated dechunker management.
1 year ago
Philip O'Toole eed503bf02
Update CHANGELOG.md 1 year ago
Philip O'Toole 9a2a9a6af9
Merge pull request #1341 from rqlite/dechunker
Add dechunker
1 year ago
Philip O'Toole 5fd9c9185f Add round-trip test of chunking 1 year ago
Philip O'Toole b81f1fdbe0 CHANGELOG 1 year ago
Philip O'Toole 01db83f29d Tighten up tests 1 year ago
Philip O'Toole 0309fda396 GPT-assisted dechunker 1 year ago
Philip O'Toole 980a0b935a
Merge pull request #1340 from rqlite/tweak-chunk
Tweak chunking
1 year ago
Philip O'Toole 8d410ea768 Fix up test comments 1 year ago
Philip O'Toole 568578d154 CHANGELOG 1 year ago
Philip O'Toole 5f35c64c06 Tweak chunker 1 year ago
Philip O'Toole a0c278f1dc
Merge pull request #1339 from rqlite/chunker
Add new chunker and chunked load proto
1 year ago
Philip O'Toole 7ba8ab57e0 CHANGELOG 1 year ago
Philip O'Toole dcc29ed76f Add new chunker and chunked load proto 1 year ago
Philip O'Toole b7ea9ea096
Update main.go 1 year ago
Philip O'Toole 28127dec20
Merge pull request #1337 from rqlite/store-load-from-reader
Store can load from an io.Reader
1 year ago
Philip O'Toole 338cbd8bbf CHANGELOG 1 year ago
Philip O'Toole 13d47b24d8 Store can load from an io.Reader
This may be helpful for chunked-loads.
1 year ago
Philip O'Toole 4990f54a6a
Update CHANGELOG.md 1 year ago
Philip O'Toole 971921f135
Merge pull request #1336 from rqlite/remove-on-disk-startup
Remove on-disk-startup control
1 year ago
Philip O'Toole 007c81ae8a CHANGELOG 1 year ago
Philip O'Toole a40c43725f More logic reversal 1 year ago
Philip O'Toole f81aad8fd3 Revert logic for clarity 1 year ago
Philip O'Toole 21dff4a68c Remove on-disk-startup control
With the move to WAL and "synchronous mode" to OFF, on-disk startup
times are very close to in-memory. There is no need for this control
anymore and it complicates the start-up code.
1 year ago
Philip O'Toole 2c1e06e87f
Merge pull request #1335 from rqlite/more-db-types-tests
More db types tests
1 year ago
Philip O'Toole 8edb5c9967 Add DB-level tests of using "COLLATE" 1 year ago
Philip O'Toole 370688730f Better name for test 1 year ago
Philip O'Toole 722c40f77f Test use of NUMERIC type 1 year ago
Philip O'Toole 6154181e30
Merge pull request #1334 from jmfederico/patch-1
Fix typo in PERFORMANCE.md
1 year ago
Federico Jaramillo Martínez f11a5c6b89
Fix typo in PERFORMANCE.md 1 year ago
Philip O'Toole e368044c5f
Update CHANGELOG.md 1 year ago
Philip O'Toole 84076f10ba
Merge pull request #1333 from rqlite/add-empty-types
Fill in empty types using actual queried data
1 year ago