Skip to content

Commit 8b546bd

Browse files
authored
Update table_vector_index.h
1 parent e47f770 commit 8b546bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ydb/core/base/table_vector_index.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ namespace NKikimr::NTableIndex::NTableVectorKmeansTreeIndex {
44

55
// Vector KmeansTree index tables description
66

7-
// Levels table
7+
// Level table
88
inline constexpr const char* LevelTable = "indexImplLevelTable";
99
inline constexpr const char* LevelTable_ParentIdColumn = "__ydb_parent";
10-
inline constexpr const char* LevelTable_IdColumn = "-id";
11-
inline constexpr const char* LevelTable_EmbeddingColumn = "-embedding";
10+
inline constexpr const char* LevelTable_IdColumn = "__ydb_id";
11+
inline constexpr const char* LevelTable_EmbeddingColumn = "__ydb_embedding";
1212

1313
// Posting table
1414
inline constexpr const char* PostingTable = "indexImplPostingTable";

0 commit comments

Comments
 (0)