You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can get these from table statistics but will still be very useful if exposing as status variables. Calculating and getting these stats need to be fast enough.
The text was updated successfully, but these errors were encountered:
Performing the row_counters need to be efficient. Using atomic counters across multiple threads (especially rows_read) can cause too much contention. Look at innodb's srv_stats_t structure on an example of how ib_counters_t were implemented.
Issue by yoshinorim
Friday May 15, 2015 at 21:49 GMT
Originally opened as MySQLOnRocksDB#65
We can get these from table statistics but will still be very useful if exposing as status variables. Calculating and getting these stats need to be fast enough.
The text was updated successfully, but these errors were encountered: