Combined sampling table and performing k-means phases

This commit is contained in:
Andrew Kane
2022-12-23 08:07:09 -08:00
parent b09e14ce14
commit 0f69cc789a
3 changed files with 5 additions and 9 deletions

View File

@@ -45,8 +45,6 @@ ivfflatbuildphasename(int64 phasenum)
{
case PROGRESS_CREATEIDX_SUBPHASE_INITIALIZE:
return "initializing";
case PROGRESS_IVFFLAT_PHASE_SAMPLE:
return "sampling table";
case PROGRESS_IVFFLAT_PHASE_KMEANS:
return "performing k-means";
case PROGRESS_IVFFLAT_PHASE_SORT: