]> Sergey Matveev's repositories - btrtrc.git/history - storage/sqlite/sqlite-storage.go
Implement sqlite directly without using piece resources
[btrtrc.git] / storage / sqlite / sqlite-storage.go
2021-05-04 Matt JoinerImplement sqlite directly without using piece resources
2021-02-22 Matt JoinerAdd missing closeMu use in ReadConsecutiveChunks
2021-02-21 Matt JoinerMerge branch 'fuse-email-issue'
2021-02-19 Matt JoinerCode comment
2021-02-04 Matt JoinerExpose mmap_size in sqlite storage, and change default...
2021-02-03 Matt JoinerFix Close race in sqlite storage when batch writes...
2021-02-01 Matt JoinerFix sqlite storage for numconns 1
2021-02-01 Matt JoinerSwitch to reading consecutive incomplete chunks
2021-01-26 Matt JoinerEscape URI path
2021-01-25 Matt JoinerRemove cast(data as blob) workaround
2021-01-25 Matt JoinerCreate index on blob(last_used)
2021-01-25 Matt JoinerAdd sqlite-storage-cli
2021-01-25 Matt JoinerFix race in writes to closed provider
2021-01-25 Matt JoinerFix transfer tests involving sqlite memory storage
2021-01-25 Matt JoinerRejig some storage options
2021-01-25 Matt JoinerInclude context.Context and pprof label in withConn
2021-01-25 Matt JoinerMove storage piece benchmarks to storage/test and add...
2021-01-25 Matt JoinerImprove configurability and add PutSized to sqlite...
2021-01-18 Matt JoinerFix boundary conditions trimming sqlite3 storage cache
2020-11-21 Matt Joinersqlite storage: Ensure that chunks are consecutive
2020-11-16 Matt Joinersqlite storage: Remove num batched write queries log...
2020-11-16 Matt JoinerUpdate to race fixes in filecache and sqlite
2020-11-16 Matt Joinersqlite storage: Buffer write requests
2020-11-16 Matt Joinersqlite storage: Add some expvars
2020-11-16 Matt Joinersqlite storage: Add error return from withConn
2020-11-06 Matt JoinerReplace storage.IncompletePieceToWriter with io.Writer
2020-11-03 Matt Joinersqlite storage: Add capacity management
2020-11-03 Matt Joinersqlite storage: Batch writes synchronously instead...
2020-11-03 Matt Joinersqlite storage: Init schema in NewPool instead of NewPr...
2020-11-03 Matt Joinersqlite storage: Track total blob data size manually
2020-11-02 Matt JoinerAdd write incomplete/consecutive chunks interfaces
2020-10-30 Matt Joinersqlite storage: Add batched writes
2020-10-30 Matt Joinersqlite storage: Set mmap_size to a very large size
2020-10-30 Matt Joinersqlite storage: Provide helpers and reasonable defaults
2020-10-29 Matt Joinersqlite storage: Force data to be used as a blob
2020-10-27 Matt JoinerPerformance fiddling on sqlite storage
2020-10-27 Matt Joinersqlite storage: Include capacity management
2020-10-27 Matt Joinersqlite storage: Do ReadAt without using incremental I/O
2020-10-22 Matt Joinersqlite storage: Add NewProviderPool
2020-10-22 Matt Joinersqlite storage: Rename table to blob
2020-10-12 Matt JoinerAdd last_used to sqlite storage
2020-10-11 Matt JoinerAdd a sqlite data storage implementation