1
0
Fork 0

104 Commits (master)

Author SHA1 Message Date
Philip O'Toole 38532efb8c Add optional freshness_strict 7 months ago
Philip O'Toole 3c3ba7b839 Support stale reads relative to Leader time 7 months ago
Philip O'Toole 5afab6a485 CHANGELOG 8 months ago
Mauri de Souza Meneguzzo 993e91eb12 code review fixes 8 months ago
Mauri de Souza Meneguzzo a9ed45b68d add support for sql query timeout 8 months ago
Philip O'Toole d4fe0dbcef Run the same tool as before 8 months ago
Mauri de Souza Meneguzzo 76be2eb977 proto: generate proto files with go generate
During codebase changes, I had to modify proto files. Noticed a lack
of instructions for compiling them.

This commit adds support for running `go generate ./...` to generate the
pb.go files.
8 months ago
Philip O'Toole cfefc090b0 Remove use of deprecated ioutil 8 months ago
Philip O'Toole 9c2e730995 Support compressed backups at Store level 9 months ago
Philip O'Toole 63e3f8c80f Refactor to make more use of `progress` module 9 months ago
Philip O'Toole dbff51d1f4 Generated files
protoc --go_out=. --go_opt=paths=source_relative command.proto
protoc -I $GOPATH/src/github.com/rqlite/rqlite/ --proto_path
$GOPATH/src/github.com/rqlite/rqlite/cluster/proto --go_out=.
--go_opt=paths=source_relative message.proto
9 months ago
Philip O'Toole ec5781be3b Remove generated Go files (for now) 9 months ago
Philip O'Toole 2f3b6fffae No apparent "problems" 9 months ago
Philip O'Toole e52a2d4bd1 More working 9 months ago
Philip O'Toole 5c5b226303 Working 9 months ago
Philip O'Toole ad916270d2 Bring go mod import path into compliance 9 months ago
Philip O'Toole 9236207666 Remove use of deprecated library call 9 months ago
Philip O'Toole 0ecbc29061 Replace uses of deprecated library 9 months ago
Philip O'Toole abc0898c5f Close all dechunkers at Store shutdown 9 months ago
Philip O'Toole a771b11b8d Simpler test logic 9 months ago
Philip O'Toole 04c4671b68 Unit test Abort() 9 months ago
Philip O'Toole 37fe324d6a Send Abort load chunk requests as needed 9 months ago
Philip O'Toole 94898ce43e Track loads in progress 9 months ago
Philip O'Toole 5c7996fd98 Support optional VACUUM on backup 10 months ago
Philip O'Toole 84c284c2eb Joining now redirects to leader if necessary 10 months ago
Philip O'Toole f697eb1aec Increase compression-check thresholds
I reckon they are too low, and the snapshots will be compressed when
transmitted between nodes.
1 year ago
Philip O'Toole 28279b5e71 Favor speed over space 1 year ago
Philip O'Toole 67e062272b Smaller chunk sizes restart a lot faster 1 year ago
Philip O'Toole 43525010b0 Log performance of chunker in HTTP layer 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 1c6f691ff8 Integrate chunking - WIP
I need more sophisticated dechunker management.
1 year ago
Philip O'Toole 5fd9c9185f Add round-trip test of chunking 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 8d410ea768 Fix up test comments 1 year ago
Philip O'Toole 5f35c64c06 Tweak chunker 1 year ago
Philip O'Toole dcc29ed76f Add new chunker and chunked load proto 1 year ago
Philip O'Toole c23d3e60b1 Reuse existing consistency level 1 year ago
Philip O'Toole 4175f3b168 Fix tests 1 year ago
Philip O'Toole bc0f766423 Rows in AssociativeRows should always be present 1 year ago
Philip O'Toole 5ff28d354f Set Error on correct field 1 year ago
Philip O'Toole f53cb833bb EQ results in assoc mode will include nil rows 1 year ago
Philip O'Toole f5d8df9e2e Create top-level error in ExecuteQueryResponse 1 year ago
Philip O'Toole e4ea40701e Fix comment 1 year ago
Philip O'Toole 9341980c47 Simplify JSON encoding 1 year ago
Philip O'Toole 7ee6036476 /db/request compiles and all existing tests pass 1 year ago
Philip O'Toole 3f3bc589f6 Add Associative support 1 year ago
Philip O'Toole cade066346 Support JSON marshal of ExecuteQueryResponse 1 year ago
Philip O'Toole 89f472743b Start adding Store.Request() 1 year ago
Philip O'Toole bb868595c1 Start prepping DB layer 1 year ago