We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc3d94 commit dc0ac0aCopy full SHA for dc0ac0a
ydb/core/tablet_flat/flat_part_loader.cpp
@@ -184,7 +184,7 @@ TAutoPtr<NPageCollection::TFetch> TLoader::StageCreatePartView() noexcept
184
// TODO: put index size to stat?
185
// TODO: include history indexes bytes
186
size_t indexesRawSize = 0;
187
- if (AppData()->FeatureFlags.GetEnableLocalDBBtreeIndex()) {
+ if (BTreeGroupIndexes) {
188
for (const auto &meta : BTreeGroupIndexes) {
189
indexesRawSize += meta.IndexSize;
190
}
0 commit comments