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
Not all queries use positions and it's okay if we (from the perspective of `pg_search`, anyways) defer opening/loading them until they're first needed.
This is probably completely wrong for a mmap-based Directory, but we (again, `pg_search`) decided long ago that we don't care about that use case.
This saves a lot of disk I/O when an index has lots of segments and the query doesn't need positions.
As a drive by, make sure a random Vec has enough space before pushing items to it. This showed up in the profiler, believe it or not.
0 commit comments