mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-07 05:00:56 +08:00
Changed sorting tuples indexing phase to assigning tuples [skip ci]
This commit is contained in:
@@ -48,8 +48,8 @@ ivfflatbuildphasename(int64 phasenum)
|
||||
return "initializing";
|
||||
case PROGRESS_IVFFLAT_PHASE_KMEANS:
|
||||
return "performing k-means";
|
||||
case PROGRESS_IVFFLAT_PHASE_SORT:
|
||||
return "sorting tuples";
|
||||
case PROGRESS_IVFFLAT_PHASE_ASSIGN:
|
||||
return "assigning tuples";
|
||||
case PROGRESS_IVFFLAT_PHASE_LOAD:
|
||||
return "loading tuples";
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user