mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
11 lines
234 B
Go
11 lines
234 B
Go
|
package mergeset
|
||
|
|
||
|
const (
|
||
|
metaindexFilename = "metaindex.bin"
|
||
|
indexFilename = "index.bin"
|
||
|
itemsFilename = "items.bin"
|
||
|
lensFilename = "lens.bin"
|
||
|
metadataFilename = "metadata.json"
|
||
|
partsFilename = "parts.json"
|
||
|
)
|