diff options
| author | Matthew Sakai <[email protected]> | 2023-11-16 19:53:47 -0500 |
|---|---|---|
| committer | Mike Snitzer <[email protected]> | 2024-02-20 13:43:14 -0500 |
| commit | a4eb7e2555171a95135678ea111a60f0d2a154e6 (patch) | |
| tree | 5b397312cecc606e4ac3da7e7fbd778e6288276f /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 024512e7326a27311de5158d5396eb39bbe030bc (diff) | |
dm vdo: implement the volume index
The volume index is a large delta index that maps each record name to the
chapter which contains the newest record for that name. The volume index
can contain several million records and is stored entirely in memory while
the index is operating, accounting for the majority of the deduplication
index's memory budget.
The volume index is composed of two subindexes in order to handle sparse
hook names separately from regular names. If sparse indexing is not
enabled, the sparse hook portion of the volume index is not used or
instantiated.
Co-developed-by: J. corwin Coburn <[email protected]>
Signed-off-by: J. corwin Coburn <[email protected]>
Co-developed-by: Michael Sclafani <[email protected]>
Signed-off-by: Michael Sclafani <[email protected]>
Co-developed-by: Thomas Jaskiewicz <[email protected]>
Signed-off-by: Thomas Jaskiewicz <[email protected]>
Signed-off-by: Matthew Sakai <[email protected]>
Signed-off-by: Mike Snitzer <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions