These statistics show how queries interact with your database tables. Click on "View Details" to see more information about each table.
Table Name | Total Queries | Read Queries | Write Queries | Total Time (ms) | Read Time (ms) | Write Time (ms) | Actions |
---|---|---|---|---|---|---|---|
{{ table.table_name }} | {{ table.total_queries }} | {{ table.read_queries }} | {{ table.write_queries }} | {{ "%.2f"|format(table.total_time) }} | {{ "%.2f"|format(table.total_read_time) }} | {{ "%.2f"|format(table.total_write_time) }} | View Details |