Skip to main content

Module range_index

Module range_index 

Source
Expand description

Per-SST series row-range index.

Modulesยง

deleter ๐Ÿ”’
Direct deletion of per-SST range index files.
searcher ๐Ÿ”’
writer ๐Ÿ”’

Structsยง

RangeIndexDeleter
Deletes range indexes belonging to one region, independently of SST garbage collection.
SstRangeIndexSearcher
Searches per-SST range-index files for the rows of candidate metric series.
SstRangeIndexWriter
Incrementally writes the series row ranges of one SST to a Parquet file.
SstRangeIndexWriterMetrics
Metrics collected by an SstRangeIndexWriter.
SstRangeIndexWriterOptions
Options for writing a per-SST range index.

Constantsยง

END_COLUMN ๐Ÿ”’
ROW_GROUP_ID_COLUMN ๐Ÿ”’
START_COLUMN ๐Ÿ”’

Functionsยง

range_index_schema
Returns the Arrow schema of a per-SST range index.