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

Loading…
support information_schema.table_statistics for RocksDB #13
Closed
jonahcohen opened this Issue
· 2 comments
Collaborator
jonahcohen
commented
Owner
mdcallag
commented
Support is there. This can be done in pieces. Start by adding support to count rows read, fetched, inserted, updated, deleted.
Owner
mdcallag
commented
Other parts include:
- read IO latency for user threads
- bytes written for user threads, but I am not sure there is a column for this in table_stats today
By "user threads" I mean threads that run user commands, not background threads.
This was referenced
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @mdcallag:
I think this depends on basic support for IS.table_statistics getting ported to WebScaleSQL