mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-14 08:36:54 +08:00
Updated messages
This commit is contained in:
@@ -438,8 +438,8 @@ ComputeCenters(IvfflatBuildState * buildstate)
|
|||||||
{
|
{
|
||||||
ereport(NOTICE,
|
ereport(NOTICE,
|
||||||
(errmsg("ivfflat index created with little data"),
|
(errmsg("ivfflat index created with little data"),
|
||||||
errdetail("this will cause poor recall"),
|
errdetail("This will cause low recall."),
|
||||||
errhint("drop the index until the table has more data")));
|
errhint("Drop the index until the table has more data.")));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -174,8 +174,8 @@ GetScanItems(IndexScanDesc scan, Datum value)
|
|||||||
if (tuples < 100)
|
if (tuples < 100)
|
||||||
ereport(DEBUG1,
|
ereport(DEBUG1,
|
||||||
(errmsg("index scan found few tuples"),
|
(errmsg("index scan found few tuples"),
|
||||||
errdetail("index may have been created without data or lists is too high"),
|
errdetail("Index may have been created with little data."),
|
||||||
errhint("recreate the index and possibly decrease lists")));
|
errhint("Recreate the index and possibly decrease lists.")));
|
||||||
|
|
||||||
tuplesort_performsort(so->sortstate);
|
tuplesort_performsort(so->sortstate);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user