druid/docs/dependencies
Gian Merlino de5a4bafcb
Zero-copy local deep storage. (#13394)
* Zero-copy local deep storage.

This is useful for local deep storage, since it reduces disk usage and
makes Historicals able to load segments instantaneously.

Two changes:

1) Introduce "druid.storage.zip" parameter for local storage, which defaults
   to false. This changes default behavior from writing an index.zip to writing
   a regular directory. This is safe to do even during a rolling update, because
   the older code actually already handled unzipped directories being present
   on local deep storage.

2) In LocalDataSegmentPuller and LocalDataSegmentPusher, use hard links
   instead of copies when possible. (Generally this is possible when the
   source and destination directory are on the same filesystem.)
2022-12-12 17:28:24 -08:00
..
deep-storage.md Zero-copy local deep storage. (#13394) 2022-12-12 17:28:24 -08:00
metadata-storage.md Doc updates for metadata cleanup and storage (#12190) 2022-01-27 11:40:54 -08:00
zookeeper.md corrected leaderlatch name (#11966) 2021-11-22 11:58:42 -08:00