MySQLOnRocksDB/mysql-5.6
forked from facebook/mysql-5.6

Loading…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, there is a delay of 1 hour between stat computes when using default options. This makes MyRocks fail (run slow) on standard tests such as Wisconsin. We need to fix this.
E.g.: i.e. updating stats on table X (including Memstore) if all of the indexes of the table are less than Y bytes, whenever the table was accessed.