Mark Callaghan

Results 27 issues of Mark Callaghan

db_bench only exposes cache_high_pri_pool_ratio and enables cache_index_and_filter_with_high_priority when cache_high_pri_pool_ratio is greater than 0. MyRocks exposes both, so you can enable cache_index_and_filter_with_high_priority while leaving cache_high_pri_pool_ratio at zero. That seems like a...

For background see http://smalldatum.blogspot.com/2018/07/default-options-in-myrocks.html . I want MyRocks to have better default behavior without setting rocksdb_default_cf_options. These are default values that are lousy for performance and we when discussing with...

The state of the LSM tree (data in memtable, #files in L0) is a significant source of variance for performance on read-only and read-heavy tests. This is much worse for...

enhancement
myrocks
low-pri

This is a discussion. Eventually it might become a feature request. The old InnoDB used a few files for all tables. InnoDB compression requires file-per-table and with that there is...

enhancement
myrocks
low-pri

Summaries are printed every N inserts or queries. I want an option to do this every N seconds.

enhancement

p99 rates for inserts and queries per second are derived from the rates of one thread using a shell script. It would be nice to compute these directly in Python...

enhancement

From a brave user... 1. Suppose I load 'x' number of nodes. I expect to see 'x' number of rows in nodetable after load phase. With the pervious old version(2011),...