Commit Graph

324 Commits (shantanu/dataobj-compactor)

Author SHA1 Message Date
Sandeep Sukhani 7f1450d8c5
feat(dataobj-compactor): add a planner for compaction of data objects (#20527) 4 months ago
Robert Fratto 736ccdbf93
chore(dataobj): rename dataset.Reader to RowReader (#20629) 4 months ago
George Robinson 14d2285b76
fix: set consumption lag to zero after idle flush timeout (#20620) 4 months ago
benclive 294d574bc9
fix(dataobj): Avoid deadlock in index-builder when cancelling mid-build (#20621) 4 months ago
George Robinson 0d9df6b055
chore: clean up consumer metrics (#20619) 4 months ago
George Robinson cb938d0a9d
feat: separate metastore events and offsets from flushes (#20605) 4 months ago
Robert Fratto 747d75aa78
chore: make memory, columnar APIs more idiomatic (#20622) 4 months ago
George Robinson 45a7f55d39
fix: revert "feat: reset the consumption lag gauge after 1 minute of idle period" (#20617) 4 months ago
George Robinson f1d0cdf145
feat: reset the consumption lag gauge after 1 minute of idle period (#20616) 4 months ago
George Robinson 8b86d42507
chore: no need for defer func (#20615) 4 months ago
George Robinson 4b2f46fc37
chore: move builder initialization out of processor.go (#20594) 4 months ago
George Robinson 7010fa8a87
chore: clean up partition processor code (#20593) 4 months ago
benclive 9ccf55d0ff
perf(dataobj): Optimize estimate size calculation (#20595) 4 months ago
benclive 6f72400daa
fix(enginev2): Copy values when storing min/max stats (#20589) 4 months ago
Robert Fratto 08aaaa3754
chore(columnar): add scalars and builders (#20583) 4 months ago
Robert Fratto 3e3a293215
chore(columnar): switch to generic Number type (#20580) 4 months ago
Ivan Kalita 86f87e447c
chore(dataobj): use reader adapter (#20572) 4 months ago
Robert Fratto 44cfaedf85
chore(dataobj): move columnar.Array translation up to basicReader (#20551) 4 months ago
benclive 82b93d0102
chore: Use columnar reader for IndexSectionReader (#20501) 4 months ago
Ivan Kalita aab681617b
chore(dataobj): add reader_adapter (#20525) 4 months ago
Robert Fratto b3f0e8797f
chore(dataobj): move columnar.Array translation up to columnReader (#20531) 4 months ago
Robert Fratto b557429014
chore(dataobj): Use columnar API in pageReader (#20509) 4 months ago
George Robinson a85a9a200c
chore: replace quartz with synctest (#20452) 4 months ago
George Robinson d5f6026e30
fix: service failed to shutdown errors when context canceled (#20450) 4 months ago
yy 0574159216
chore: typos in comments (#20481) 4 months ago
George Robinson 0b0a98de44
chore: use services.BasicService in partition_processor.go (#20448) 4 months ago
Robert Fratto e0370b13c9
chore(dataobj): reduce pageReader allocations (#20496) 4 months ago
Robert Fratto d14bcc1c06
chore(columnar): add experimental columnar package for pkg/dataobj (#20478) 4 months ago
Ivan Kalita 7da73aaa7e
chore(dataobj): optimize bitmap decoder (#20467) 4 months ago
George Robinson 27df4ab481
feat: create separate flusher to support parallel flushes (#20446) 4 months ago
Robert Fratto 8fbe1df00a
chore(memory): move subpackages into memory package (#20469) 4 months ago
benclive d974141db5
perf: Optimize delta decoder (#20451) 5 months ago
Robert Fratto c89a0bb0b4
chore(dataobj): optimize plain value decoder (#20441) 5 months ago
George Robinson 6a8b879d8f
feat: add support for cancelation to copy and sort (#20370) 5 months ago
Robert Fratto 8996bdcff3
chore(dataobj): add benchmarks for plain decoder (#20423) 5 months ago
benclive c513a8cb6f
chore: Add benchmarks for delta decoder (#20419) 5 months ago
Ivan Kalita 84bd529866
chore(dataset): bench for bitmapDecoder (#20410) 5 months ago
George Robinson ed4f27ed60
feat: add metric to track flush failures (#20399) 5 months ago
Dylan Guedes 498656bbe7
feat: Add new dataobj builder flush criteria (#20323) 5 months ago
Trevor Whitney 66fd9d8bde
feat: disambiguate metadata for better scans (#20245) 5 months ago
George Robinson 533b1f0ae8
chore: remove unregister metrics (#20385) 5 months ago
George Robinson 3acb3106bb
feat: remove final flush (#20360) 5 months ago
George Robinson c3e909d538
feat: decouple dataobj consumers from the reader service (#20315) 5 months ago
Stas Spiridonov c2116618bd
chore: Improving memory allocations for new query engine (#20321) 5 months ago
George Robinson 5a5e90e9f7
feat: add histogram loki_dataobj_consumer_flush_duration_seconds (#20304) 5 months ago
George Robinson fba0c5d8a6
feat: dataobj-consumer add processed bytes metric (#20303) 5 months ago
George Robinson bd77a47df9
chore: remove use of namespace/subsystem in builder metrics (#20301) 5 months ago
George Robinson e0e5d78e69
chore: move appends total metric into builder (#20300) 5 months ago
Ivan Kalita 08e3c4385f
feat(metastore): shard sections queries over index files (#20134) 5 months ago
Ivan Kalita 9be17c7a42
feat(metastore): metastore DI (#20253) 5 months ago