VictoriaMetrics/lib/mergeset
Aliaksandr Valialkin 0eacea1de1 lib/{storage,mergeset}: further tuning of compression levels depending on block size
This should improve performance for querying newly added data, since it can be unpacked faster.
2020-05-15 13:24:37 +03:00
..
block_header.go lib/{storage,mergeset}: return dst on error from unmarshalBlockHeaders, so it could be reused 2020-05-14 15:32:07 +03:00
block_stream_reader_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
block_stream_reader.go lib/storage: mention source parts on merge error 2019-06-24 14:08:43 +03:00
block_stream_writer.go lib/{storage,mergeset}: further tuning of compression levels depending on block size 2020-05-15 13:24:37 +03:00
encoding_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
encoding_timing_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
encoding.go lib/mergeset: tune compression levels in order to improve ingestion performance a bit 2020-05-15 13:24:37 +03:00
inmemory_part.go all: add vm_data_size_bytes metrics for easy monitoring of on-disk data size and on-disk inverted index size 2019-07-04 19:42:30 +03:00
merge_test.go lib/{storage,mergeset}: further tuning of compression levels depending on block size 2020-05-15 13:24:37 +03:00
merge.go lib/{storage,mergeset}: verify PrepareBlock callback results 2019-09-23 20:43:13 +03:00
metaindex_row.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
part_header.go lib/fs: atomically create file with the given contents on WriteFileAtomically 2019-08-12 15:02:55 +03:00
part_search_test.go lib/{storage,mergeset}: further tuning of compression levels depending on block size 2020-05-15 13:24:37 +03:00
part_search.go lib/{storage,mergeset}: cleanup: remove unused partSearch.indexBlockReuse 2020-05-14 14:03:03 +03:00
part.go lib: extract common code for returning fast unix timestamp into lib/fasttime 2020-05-14 23:02:07 +03:00
table_search_test.go lib/{mergeset,storage}: do not cache inverted index blocks containing tag->metricIDs items 2019-09-25 14:02:15 +03:00
table_search_timing_test.go lib/{mergeset,storage}: do not cache inverted index blocks containing tag->metricIDs items 2019-09-25 14:02:15 +03:00
table_search.go lib/{mergeset,storage}: do not cache inverted index blocks containing tag->metricIDs items 2019-09-25 14:02:15 +03:00
table_test.go lib/{mergeset,storage}: do not cache inverted index blocks containing tag->metricIDs items 2019-09-25 14:02:15 +03:00
table.go lib/{storage,mergeset}: further tuning of compression levels depending on block size 2020-05-15 13:24:37 +03:00