Versions in this module Expand all Collapse all v0 v0.3.0 Aug 18, 2019 v0.2.0 Aug 2, 2019 Changes in this version + type Config struct + MaxChunkBatchSize int + func (cfg *Config) RegisterFlags(f *flag.FlagSet) + type Store interface + LazyQuery func(ctx context.Context, req *logproto.QueryRequest) (iter.EntryIterator, error) + func NewStore(cfg Config, storeCfg chunk.StoreConfig, schemaCfg chunk.SchemaConfig, ...) (Store, error)