aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcachestore.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ↵Stefan Boberg2021-09-151-1/+1
| | | | easier to tweak implementation
* Fixed a race in bucket open/create logicStefan Boberg2021-08-311-10/+24
| | | | If two requests were sufficiently close, they could end up trying to initialize buckets twice which is not a good idea
* Asynchronous upstream caching to JupiterPer Larsson2021-08-311-0/+1
| | | | Co-authored-by: Stefan Boberg <[email protected]>
* clang-format fixStefan Boberg2021-08-241-2/+2
|
* Fixed up drop logic (short circuiting fail!)Stefan Boberg2021-08-241-3/+5
|
* Improved ZenCacheStore::DropBucket logic and added loggingStefan Boberg2021-08-231-4/+8
|
* clang-formatStefan Boberg2021-08-201-1/+1
|
* Implemented support for dropping z$ buckets while onlineStefan Boberg2021-08-171-0/+67
|
* Implemented flush operations for cache servicesStefan Boberg2021-08-121-0/+6
| | | | Also implemented basic upstream query interface, which needs a bit more work to be fully functional (chunk propagation / fetching and new propagation policies as per DDC requirements)
* Bumped large object threshold to 64k, improved disk bucket replay mutex logicStefan Boberg2021-05-251-8/+6
|
* Fixed index flags for standalone filesStefan Boberg2021-05-241-3/+15
|
* Eliminated sidx file since it's no longer necessaryStefan Boberg2021-05-241-4/+0
|
* Z$ now tracks content type for large objects as well as small. Large objects ↵Stefan Boberg2021-05-241-34/+92
| | | | are tracked in index
* Implemented new URI addressing scheme for the Zen cache endpoints, and ↵Stefan Boberg2021-05-231-12/+4
| | | | prepared for additional indexing capabilities
* Changed to tsl::robin_mapStefan Boberg2021-05-231-9/+23
| | | | Also added initial logic around attachment indexing (tactical check-in to continue on other computer)
* Tidied up some codeStefan Boberg2021-05-221-10/+9
|
* Split out structured cache store code into dedicated cpp/h pairStefan Boberg2021-05-221-0/+554