mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-26 05:42:43 +08:00
Disabled compression for index tuples with IVFFlat
This commit is contained in:
@@ -287,6 +287,7 @@ void IvfflatInitPage(Buffer buf, Page page);
|
||||
void IvfflatInitRegisterPage(Relation index, Buffer *buf, Page *page, GenericXLogState **state);
|
||||
void IvfflatInit(void);
|
||||
PGDLLEXPORT void IvfflatParallelBuildMain(dsm_segment *seg, shm_toc *toc);
|
||||
TupleDesc IvfflatTupleDesc(Relation index);
|
||||
|
||||
/* Index access methods */
|
||||
IndexBuildResult *ivfflatbuild(Relation heap, Relation index, IndexInfo *indexInfo);
|
||||
|
||||
Reference in New Issue
Block a user