Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/pkg/dataobj/internal/dataset
Robert Fratto 9be95a3e8c
chore(dataobj): reduce memory overhead of merging logs stripes (#16833)
10 months ago
..
testdata perf(dataobj): improve parallelized read spead of Zstd (#16632) 10 months ago
column.go chore(dataobj): track non-NULL values in pages/columns (#15758) 1 year ago
column_builder.go feat(dataobj): cardinality estimation (#16233) 11 months ago
column_reader.go chore(dataobj): reduce memory overhead of merging logs stripes (#16833) 10 months ago
column_reader_test.go chore(dataobj): introduce more efficient dataset reading (#16429) 11 months ago
column_stats.go feat(dataobj): cardinality estimation (#16233) 11 months ago
column_test.go chore: Linting update for new golangci (#16572) 11 months ago
dataset.go chore(dataobj): introduce more efficient dataset reading (#16429) 11 months ago
page.go chore(dataobj): reduce memory overhead of merging logs stripes (#16833) 10 months ago
page_builder.go perf: Optimization pass for reading from dataobjs (#16747) 10 months ago
page_compress_writer.go chore(dataobj): Reintroduce sorting of the logs section (#15906) 12 months ago
page_reader.go chore(dataobj): reduce memory overhead of merging logs stripes (#16833) 10 months ago
page_reader_test.go chore(dataobj): introduce more efficient dataset reading (#16429) 11 months ago
page_test.go perf(dataobj): improve parallelized read spead of Zstd (#16632) 10 months ago
predicate.go chore(dataobj): Wire dataset.Reader into dataobj.LogsReader and dataobj.StreamsReader (#16701) 10 months ago
reader.go chore(dataobj): reduce memory overhead of merging logs stripes (#16833) 10 months ago
reader_basic.go chore(dataobj): reduce memory overhead of merging logs stripes (#16833) 10 months ago
reader_basic_test.go chore(dataobj): introduce more efficient dataset reading (#16429) 11 months ago
reader_downloader.go chore(dataobj): introduce more efficient dataset reading (#16429) 11 months ago
reader_test.go chore(dataobj): Wire dataset.Reader into dataobj.LogsReader and dataobj.StreamsReader (#16701) 10 months ago
row_range.go chore(dataobj): introduce more efficient dataset reading (#16429) 11 months ago
row_range_test.go chore(dataobj): introduce more efficient dataset reading (#16429) 11 months ago
row_ranges.go chore(dataobj): introduce more efficient dataset reading (#16429) 11 months ago
row_ranges_test.go chore(dataobj): introduce more efficient dataset reading (#16429) 11 months ago
value.go perf: Optimization pass for reading from dataobjs (#16747) 10 months ago
value_encoding.go chore(dataobj): Decode values in batches (#16418) 11 months ago
value_encoding_bitmap.go chore(dataobj): Decode values in batches (#16418) 11 months ago
value_encoding_bitmap_test.go chore(dataobj): Decode values in batches (#16418) 11 months ago
value_encoding_delta.go chore(dataobj): Decode values in batches (#16418) 11 months ago
value_encoding_delta_test.go chore(dataobj): Decode values in batches (#16418) 11 months ago
value_encoding_plain.go perf: Optimization pass for reading from dataobjs (#16747) 10 months ago
value_encoding_plain_test.go perf: Optimization pass for reading from dataobjs (#16747) 10 months ago
value_test.go chore(dataobj): support computation of min/max values in pages and columns (#16015) 12 months ago