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 6e9d98616b
chore(engine): Improve log events to observe query lifecycles (#21863)
3 weeks ago
..
testdata perf(dataobj): improve parallelized read spead of Zstd (#16632) 1 year ago
column.go chore(dataobj)!: introduce new centralized dataset encoding format (#18871) 10 months ago
column_builder.go chore: Use shared zstd encoders during dataobj build (#20044) 6 months ago
column_builder_test.go chore: Use shared zstd encoders during dataobj build (#20044) 6 months ago
column_reader.go chore(dataobj): Refactor and extract row range logic (#20661) 4 months ago
column_reader_test.go chore: make memory, columnar APIs more idiomatic (#20622) 4 months ago
column_stats.go chore(dataobj)!: introduce new centralized dataset encoding format (#18871) 10 months ago
column_test.go chore(dataobj): move columnar.Array translation up to basicReader (#20551) 4 months ago
dataset.go chore(dataobj): correct stats calculation for prepredicate bytes read (#17279) 1 year ago
page.go chore(dataobj): optimize plain value decoder (#20441) 5 months ago
page_builder.go fix(enginev2): Copy values when storing min/max stats (#20589) 4 months ago
page_compress_writer.go chore: Use shared zstd encoders during dataobj build (#20044) 6 months ago
page_reader.go chore(columnar): add int32 and uint32 numeric type support (#21433) 2 months ago
page_reader_test.go chore: make memory, columnar APIs more idiomatic (#20622) 4 months ago
page_test.go chore(dataobj): move columnar.Array translation up to columnReader (#20531) 4 months ago
predicate.go chore(dataobj): rename dataset.Reader to RowReader (#20629) 4 months ago
read_stats.go chore: update read stats to use xcap (#20095) 6 months ago
row_reader.go chore(engine): Improve log events to observe query lifecycles (#21863) 3 weeks ago
row_reader_basic.go chore(dataobj): rename dataset.Reader to RowReader (#20629) 4 months ago
row_reader_basic_test.go chore(dataobj): rename dataset.Reader to RowReader (#20629) 4 months ago
row_reader_downloader.go chore(dataobj): prefetch during open for rowReaderDownloader (#20942) 3 months ago
row_reader_test.go chore(dataobj): prefetch during open for rowReaderDownloader (#20942) 3 months ago
value.go perf(dataset): use faster Uvarint implementation (#20824) 3 months ago
value_adapter.go chore(columnar): switch to generic Number type (#20580) 4 months ago
value_encoding.go chore(dataobj): Use columnar API in pageReader (#20509) 4 months ago
value_encoding_bitmap.go chore: make memory, columnar APIs more idiomatic (#20622) 4 months ago
value_encoding_bitmap_test.go chore(columnar): add experimental columnar package for pkg/dataobj (#20478) 5 months ago
value_encoding_delta.go perf(dataset): use faster Uvarint implementation (#20824) 3 months ago
value_encoding_delta_test.go chore(columnar): switch to generic Number type (#20580) 4 months ago
value_encoding_plain.go chore: make memory, columnar APIs more idiomatic (#20622) 4 months ago
value_encoding_plain_test.go chore(dataobj): Use columnar API in pageReader (#20509) 4 months ago
value_test.go fix: Add special case handling for comparing empty and nil values (#19348) 8 months ago