1
0
Fork 0

89 Commits (e700b0329113dadba1aff0be986b02d61c37c3a5)

Author SHA1 Message Date
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 10 months ago
Philip O'Toole 04c4671b68 Unit test Abort() 10 months ago
Philip O'Toole 37fe324d6a Send Abort load chunk requests as needed 10 months ago
Philip O'Toole 94898ce43e Track loads in progress 10 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
Philip O'Toole f2850e724d Add new type core to this work 1 year ago
Philip O'Toole b425d0f8e1 Can't use sync since the buf escapes 1 year ago
Philip O'Toole 3f05fb8f32 More Chat GPT 4 improvements 1 year ago
Philip O'Toole 95a689b3cf Some improvements thanks to ChatGPT 4 1 year ago
Philip O'Toole ff001bc5a8 Migrate to a Protos data model for Notify Requests 2 years ago
Philip O'Toole a782513a11 Migrate to a join-request proto 2 years ago
Philip O'Toole d55710692c go mod updates 2 years ago
Philip O'Toole 07d2ba01e4 go mod updates 2 years ago
Philip O'Toole 2005d94ad7 go mod updates 2 years ago
Philip O'Toole 98575d727b Start adding remote remove node
More testing, including unit testing, required.
2 years ago
Philip O'Toole 6635010b42 Test error handling 2 years ago
Philip O'Toole f9b46165f9 Comments 2 years ago
Philip O'Toole 0071867e34 Don't call t.Fatal() from goroutine
It wouldn't abort the test anyway, so just log.
2 years ago
Philip O'Toole 31bba4c577 Move to Backup proto model 2 years ago
Philip O'Toole ba6234fe54 Add unit test which should not (now) panic 2 years ago