aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMatthew Sakai <[email protected]>2023-11-16 19:54:29 -0500
committerMike Snitzer <[email protected]>2024-02-20 13:43:14 -0500
commit6afc7bcaa40d7ec6bf37483b35e68615cfaad524 (patch)
tree04ca6f0c0fe5390dfcb60c21b153505c35e2f2ab /tools/perf/scripts/python/bin
parenta4eb7e2555171a95135678ea111a60f0d2a154e6 (diff)
dm vdo: implement the open chapter and chapter indexes
Deduplication records are stored in groups called chapters. New records are collected in a structure called the open chapter, which is optimized for adding, removing, and sorting records. When a chapter fills, it is packed into a read-only structure called a closed chapter, which is optimized for searching and reading. The closed chapter includes a delta index, called the chapter index, which maps each record name to the record page containing the record and allows the index to read at most one record page when looking up a record. 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')
0 files changed, 0 insertions, 0 deletions