aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/cache
Commit message (Expand)AuthorAgeFilesLines
* add cmake build config to be able to use cliondi/add_cmake_devDmytro Ivanov2024-10-021-1/+1
* gc block size target max size (#180)Dan Engelbrecht2024-10-021-4/+0
* optimize gc reference sort (#179)Dan Engelbrecht2024-10-011-4/+3
* gc command attachment options (#176)Dan Engelbrecht2024-09-301-3/+4
* optimize startup time (#175)Dan Engelbrecht2024-09-301-8/+15
* reduce lock time for memcache trim (#171)Dan Engelbrecht2024-09-271-101/+125
* Add `gc-attachment-passes` option to zenserver (#167)Dan Engelbrecht2024-09-252-3/+3
* Added namespace qualifier (optional) for z$ rpc requests (#166)Stefan Boberg2024-09-231-1/+16
* gc unused refactor (#165)Dan Engelbrecht2024-09-232-41/+37
* unblock PreCache (#164)Dan Engelbrecht2024-09-202-6/+8
* gc performance improvements (#160)Dan Engelbrecht2024-09-171-51/+78
* trace scopes improvementsDan Engelbrecht2024-09-102-9/+10
* don't add batch overhead if we are only going to put one cache valueDan Engelbrecht2024-09-101-5/+19
* only add mem cached items to list to fill metadata if we don't have metadata ...Dan Engelbrecht2024-09-101-40/+39
* fix race condition in zenserver during batched fetch (#149)Dan Engelbrecht2024-09-091-1/+92
* clean cache slog files on startup (#143)Dan Engelbrecht2024-09-041-19/+31
* move gc logs to gc logger (#142)Dan Engelbrecht2024-09-042-1/+24
* oplog index snapshots (#140)Dan Engelbrecht2024-09-031-0/+2
* meta info store (#75)Dan Engelbrecht2024-08-301-16/+113
* Make sure `noexcept` functions does not leak exceptions (#136)Dan Engelbrecht2024-08-232-168/+208
* separate worker pools into burst/background to avoid background jobs blocking...Dan Engelbrecht2024-08-221-2/+2
* remove bad assert when payload is memcached but metadata is not set (#130)Dan Engelbrecht2024-08-221-1/+0
* don't throw exception if sidecar file is missing (#126)Dan Engelbrecht2024-08-191-1/+14
* If we fail to get compression info for a partial request - log and report a m...Dan Engelbrecht2024-08-191-6/+18
* don't try to memcache the empty buffer if invalid format (#110)Dan Engelbrecht2024-08-131-1/+3
* validate cbobject before iterating for attachments to avoid crash on malforme...Dan Engelbrecht2024-08-061-7/+10
* Make sure we monitor for new project, oplogs, namespaces and buckets during G...Dan Engelbrecht2024-06-132-126/+414
* add batching of CacheStore requests for GetCacheValues/GetCacheChunks (#90)Dan Engelbrecht2024-06-043-88/+583
* cache optimizations (#88)Dan Engelbrecht2024-05-302-2/+10
* refactor BlockStore IterateChunks (#77)Dan Engelbrecht2024-05-171-60/+46
* safer partial requests (#82)Dan Engelbrecht2024-05-171-3/+2
* fix argument order when logging missed partial chunk (#81)Dan Engelbrecht2024-05-141-8/+11
* return as missing if out of range chunk (#78)Dan Engelbrecht2024-05-081-20/+24
* check partial chunk result (#73)Dan Engelbrecht2024-05-031-9/+26
* fix zero size attachment replies (#69)Dan Engelbrecht2024-05-021-1/+6
* use write and move in place for safer writing of files (#70)Dan Engelbrecht2024-05-021-2/+2
* batch cache put (#67)Dan Engelbrecht2024-05-023-115/+425
* use direct file access for large file hash (#63)Dan Engelbrecht2024-04-261-4/+4
* iterate cas chunks (#59)Dan Engelbrecht2024-04-241-13/+14
* safer gcv2 on error (#60)Dan Engelbrecht2024-04-241-0/+2
* InsertChunks for CAS store (#55)Dan Engelbrecht2024-04-221-39/+52
* improved assert (#37)Dan Engelbrecht2024-04-042-13/+13
* validate rpc chunk responses (#36)Dan Engelbrecht2024-04-031-14/+15
* Use multithreading to fetch size/rawsize of entries in `/prj/{project}/oplog/...Dan Engelbrecht2024-03-281-1/+1
* re-enable partial cache chunks (#21)v5.4.2-pre9v5.4.2-pre12v5.4.2-pre11v5.4.2-pre10Dan Engelbrecht2024-03-221-19/+28
* disable partial getcachechunk responses (#19)Dan Engelbrecht2024-03-221-1/+7
* add support for responding with partial cache chunks (#11)Dan Engelbrecht2024-03-211-3/+33
* clean up test linking (#4)Dan Engelbrecht2024-03-142-59/+13
* http request parser safety (#664)Dan Engelbrecht2024-03-121-2/+2
* Make sure we wait for all scheduled tasks to complete before throwing excepti...Dan Engelbrecht2024-02-281-9/+31