aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/chunking.cpp
Commit message (Collapse)AuthorAgeFilesLines
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-141-1/+1
| | | | | - Bugfix: Install Ctrl+C handler earlier when doing `zen oplog-export` and `zen oplog-export` to properly cancel jobs - Improvement: Add ability to block a set of CAS entries from GC in project store - Improvement: Large attachments and loose files are now split into smaller chunks and stored in blocks during oplog export
* chunking moved to zenstore (#490)Stefan Boberg2023-10-231-0/+382
* moved chunking into zenstore * removed vestiges of experimental chunking command