Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP

Loading…

support information_schema.table_statistics for RocksDB #13

Closed
jonahcohen opened this Issue · 2 comments

4 participants

@jonahcohen
Collaborator

From @mdcallag:

I think this depends on basic support for IS.table_statistics getting ported to WebScaleSQL

@mdcallag
Owner

Support is there. This can be done in pieces. Start by adding support to count rows read, fetched, inserted, updated, deleted.

@mdcallag
Owner

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.

@hermanlee hermanlee self-assigned this
@yoshinorim yoshinorim closed this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.