mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 14:01:31 +08:00
Reverted change to extended storage for now (causes high memory during distance calculation in BuildCallback)
This commit is contained in:
@@ -25,8 +25,7 @@ CREATE TYPE vector (
|
||||
OUTPUT = vector_out,
|
||||
TYPMOD_IN = vector_typmod_in,
|
||||
RECEIVE = vector_recv,
|
||||
SEND = vector_send,
|
||||
STORAGE = extended
|
||||
SEND = vector_send
|
||||
);
|
||||
|
||||
-- functions
|
||||
|
||||
Reference in New Issue
Block a user