Skip to content

Commit 840c094

Browse files
committed
fix
1 parent 81ecfc2 commit 840c094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tablet_flat/flat_stat_table.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ bool BuildStats(const TSubset& subset, TStats& stats, ui64 rowCountResolution, u
1818
}
1919

2020
// TODO: enable b-tree index after benchmarks
21-
// mixedIndex = true;
21+
mixedIndex = true;
2222

2323
return mixedIndex
2424
? BuildStatsMixedIndex(subset, stats, rowCountResolution, dataSizeResolution, env, yieldHandler)

0 commit comments

Comments
 (0)