We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47f770 commit 8b546bdCopy full SHA for 8b546bd
ydb/core/base/table_vector_index.h
@@ -4,11 +4,11 @@ namespace NKikimr::NTableIndex::NTableVectorKmeansTreeIndex {
4
5
// Vector KmeansTree index tables description
6
7
-// Levels table
+// Level table
8
inline constexpr const char* LevelTable = "indexImplLevelTable";
9
inline constexpr const char* LevelTable_ParentIdColumn = "__ydb_parent";
10
-inline constexpr const char* LevelTable_IdColumn = "-id";
11
-inline constexpr const char* LevelTable_EmbeddingColumn = "-embedding";
+inline constexpr const char* LevelTable_IdColumn = "__ydb_id";
+inline constexpr const char* LevelTable_EmbeddingColumn = "__ydb_embedding";
12
13
// Posting table
14
inline constexpr const char* PostingTable = "indexImplPostingTable";
0 commit comments