You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pgvecto.rs uses relNode for remote handle to make reindex concurrently work, but it should use tenant id (32 bits, always set to 0 for now), unique system identifier (64 bits) and oid (32 bits) for remote handle
use object_access_hook to drop remote indexes, which is more reliable (the dropping implementation does not work for temporary relations and crashed transactions, so it's bad)
Remote index dropping is asynchronous: the command successes immediately but there will be an error if the
handle
number is reused by PostgreSQL.relNode
for remotehandle
to makereindex concurrently
work, but it should usetenant id
(32 bits, always set to 0 for now),unique system identifier
(64 bits) andoid
(32 bits) for remotehandle
object_access_hook
to drop remote indexes, which is more reliable (the dropping implementation does not work for temporary relations and crashed transactions, so it's bad)Reading materials for contributor:
The text was updated successfully, but these errors were encountered: