Skip to content

Commit cc8a05f

Browse files
chore(docs) removed duplicates from schema desc YDBDOCS-1044 (#15120)
1 parent fd88bcc commit cc8a05f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ydb/docs/en/core/dev/system-views.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ Table structure:
187187
| `QueryText` | Query text.<br/>Type: `Utf8`. |
188188
| `Count` | Number of query runs.<br/>Type: `Uint64`. |
189189
| `SumDuration` | Total duration of queries.<br/>Type: `Interval`. |
190-
| `Count` | Number of query runs.<br/>Type: `Uint64`. |
191-
| `SumDuration` | Total duration of queries.<br/>Type: `Interval`. |
192190
| `MinDuration` | Minimum query duration.<br/>Type: `Interval`. |
193191
| `MaxDuration` | Maximum query duration.<br/>Type: `Interval`. |
194192
| `SumCPUTime` | Total CPU time used.<br/>Type: `Uint64`. |

ydb/docs/ru/core/dev/system-views.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ WHERE Rank = 1
188188
`QueryText` | Текст запроса.<br/>Тип: `Utf8`.
189189
`Count` | Количество запусков запроса.<br/>Тип: `Uint64`.
190190
`SumDuration` | Общая длительность запросов.<br/>Тип: `Interval`.
191-
`Count` | Количество запусков запроса.<br/>Тип: `Uint64`.
192-
`SumDuration` | Общая длительность запросов.<br/>Тип: `Interval`.
193191
`MinDuration` | Минимальная длительность запроса.<br/>Тип: `Interval`.
194192
`MaxDuration` | Максимальная длительность запроса.<br/>Тип: `Interval`.
195193
`SumCPUTime` | Общее затраченное процессорное время.<br/>Тип: `Uint64`.

0 commit comments

Comments
 (0)