mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-31 15:06:26 +00:00
wip
This commit is contained in:
parent
b2ff38c41e
commit
edede71be8
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ func (c *column) mustWriteTo(ch *columnHeader, sw *streamWriters) {
|
|||
bb.B = bloomFilterMarshal(bb.B[:0], tokensBuf.A)
|
||||
putTokensBuf(tokensBuf)
|
||||
} else {
|
||||
// there is no need in ecoding bloom filter for dictiory type,
|
||||
// there is no need in ecoding bloom filter for dictionary type,
|
||||
// since it isn't used during querying - all the dictionary values are available in ch.valuesDict
|
||||
bb.B = bb.B[:0]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue