diff options
author | akozhikhov <akozhikhov@yandex-team.com> | 2023-08-28 19:03:35 +0300 |
---|---|---|
committer | akozhikhov <akozhikhov@yandex-team.com> | 2023-08-28 20:19:19 +0300 |
commit | 4fe57f476dc466219c975b4d11ee46f33bfcd762 (patch) | |
tree | 4098fc9b7a793f34ce9f003753d1725fc70d03db | |
parent | 335a34806fa89350d3b8c1e9683314499616826c (diff) | |
download | ydb-4fe57f476dc466219c975b4d11ee46f33bfcd762.tar.gz |
Permission cache wait counter for lookups and selects
-rw-r--r-- | yt/yt/client/api/table_client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/client/api/table_client.h b/yt/yt/client/api/table_client.h index 843d2d0c20..fe6470524a 100644 --- a/yt/yt/client/api/table_client.h +++ b/yt/yt/client/api/table_client.h @@ -30,6 +30,7 @@ struct TDetailedProfilingInfo final bool EnableDetailedTableProfiling = false; NYPath::TYPath TablePath; TDuration MountCacheWaitTime; + TDuration PermissionCacheWaitTime; int WastedSubrequestCount = 0; |