mirror of https://github.com/grafana/loki
Blooms/chunk check (#10886)
[WIP] Adds ability to return the list of chunks needed to be downloaded by a query based on bloom membership resultspull/10898/head
parent
214c4444be
commit
b52d836867
@ -1,10 +1,5 @@ |
||||
* Should be able to read bloom as a []byte without copying it during decoding |
||||
* It's immutable + partition offsets are calculable, etc |
||||
* can encode version, parameters as the last n bytes, each partition's byte range can be determined from that. No need to unpack |
||||
* implement streaming encoding.Decbuf over io.ReadSeeker |
||||
* Build & load from directories |
||||
* Less copying! I've taken some shortcuts we'll need to refactor to avoid copying []byte around in a few places |
||||
* more sophisticated querying methods |
||||
* queue access to blooms |
||||
* io.reader based decoder |
||||
* tar support |
||||
* queue access to blooms |
Loading…
Reference in new issue