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 9129d8cdd0
chore(engine): use columnar logs.Reader for DataObjScan (#18577)
5 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) 12 months ago
column_builder.go chore(dataobj): backfill sparse rows using EncodeN (#16485) 8 months ago
column_reader.go feat(dataobj): Add query stats collection to the dataobj readers (#17128) 9 months ago
column_reader_test.go perf: Reuse Values in dataobj.Reader to reduce allocs (#16988) 9 months ago
column_stats.go chore(dataobj): Improve performance of dataset.Value API (#18339) 6 months ago
column_test.go perf: Reuse Values in dataobj.Reader to reduce allocs (#16988) 9 months ago
dataset.go chore(dataobj): correct stats calculation for prepredicate bytes read (#17279) 8 months ago
page.go chore(dataobj): Use pooled buffers when decoding pages (#17955) 7 months ago
page_builder.go chore: Add indexes to LogQL benchmarks (#18500) 5 months ago
page_compress_writer.go chore(dataobj): Reintroduce sorting of the logs section (#15906) 11 months ago
page_reader.go chore(dataobj): Use pooled buffers when decoding pages (#17955) 7 months ago
page_reader_test.go perf: Reuse Values in dataobj.Reader to reduce allocs (#16988) 9 months ago
page_test.go perf: Reuse Values in dataobj.Reader to reduce allocs (#16988) 9 months ago
predicate.go chore(engine): use columnar logs.Reader for DataObjScan (#18577) 5 months ago
reader.go chore(engine): use columnar logs.Reader for DataObjScan (#18577) 5 months ago
reader_basic.go chore(dataobj): fixes a memory aliasing bug in dataobj reader (#17537) 8 months ago
reader_basic_test.go perf: Reuse Values in dataobj.Reader to reduce allocs (#16988) 9 months ago
reader_downloader.go feat(dataobj): Add query stats collection to the dataobj readers (#17128) 9 months ago
reader_test.go perf: Use map for InPredicate when reading dataobj (#18325) 6 months ago
row_range.go chore(dataobj): introduce more efficient dataset reading (#16429) 10 months ago
row_range_test.go chore(dataobj): introduce more efficient dataset reading (#16429) 10 months ago
row_ranges.go perf: Reuse Values in dataobj.Reader to reduce allocs (#16988) 9 months ago
row_ranges_test.go chore(dataobj): introduce more efficient dataset reading (#16429) 10 months ago
value.go chore(dataobj): Improve performance of dataset.Value API (#18339) 6 months ago
value_encoding.go chore(dataobj): Decode values in batches (#16418) 10 months ago
value_encoding_bitmap.go chore(dataobj): backfill sparse rows using EncodeN (#16485) 8 months ago
value_encoding_bitmap_test.go chore(dataobj): backfill sparse rows using EncodeN (#16485) 8 months ago
value_encoding_delta.go chore(dataobj): Decode values in batches (#16418) 10 months ago
value_encoding_delta_test.go chore(dataobj): Decode values in batches (#16418) 10 months ago
value_encoding_plain.go chore(dataobj): Improve performance of dataset.Value API (#18339) 6 months ago
value_encoding_plain_test.go perf: Reuse Values in dataobj.Reader to reduce allocs (#16988) 9 months ago
value_test.go chore(dataobj): Improve performance of dataset.Value API (#18339) 6 months ago