Skip to content

Commit 1183dd5

Browse files
authored
slow-queries: fix inccorect descriptions about Rocksdb_delete_skipped_count and Rocksdb_key_skipped_count (pingcap#20365) (pingcap#20367)
1 parent 3aa576b commit 1183dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

identify-slow-queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ Slow Query 基础信息:
134134
* `Cop_wait_p90`:cop-task 的 P90 分位等待时间。
135135
* `Cop_wait_max`:cop-task 的最大等待时间。
136136
* `Cop_wait_addr`:等待时间最长的 cop-task 所在地址。
137-
* `Rocksdb_delete_skipped_count`:RocksDB 读数据过程中已删除 Key 的扫描数
138-
* `Rocksdb_key_skipped_count`:RocksDB 扫数据时遇到的已删除 (tombstone) Key 数量。
137+
* `Rocksdb_delete_skipped_count`:RocksDB 扫数据时遇到的已删除 (tombstone) Key 数量
138+
* `Rocksdb_key_skipped_count`:RocksDB 扫数据时所有遇到的 Key 数量。
139139
* `Rocksdb_block_cache_hit_count`:RocksDB 从 Block Cache 缓存中读数据的次数。
140140
* `Rocksdb_block_read_count`:RocksDB 从文件系统中读数据的次数。
141141
* `Rocksdb_block_read_byte`:RocksDB 从文件系统中读数据的数据量。

0 commit comments

Comments
 (0)