mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-27 06:12:41 +08:00
Disabled compression for index tuples with IVFFlat
This commit is contained in:
@@ -94,7 +94,7 @@ InsertTuple(Relation index, Datum *values, bool *isnull, ItemPointer heap_tid, R
|
||||
originalInsertPage = insertPage;
|
||||
|
||||
/* Form tuple */
|
||||
itup = index_form_tuple(RelationGetDescr(index), &value, isnull);
|
||||
itup = index_form_tuple(IvfflatTupleDesc(index), &value, isnull);
|
||||
itup->t_tid = *heap_tid;
|
||||
|
||||
/* Get tuple size */
|
||||
|
||||
Reference in New Issue
Block a user