Pavel Borisov
Pavel Borisov
When trying to start Postgres+Orioledb (main branch without s3) on a cluster created with s3 Orioledb, it fails with a vague error reported. Maybe it would rather report this incompatibility...
``` planner.c: In function ‘subquery_planner’: planner.c:2290:41: warning: ‘refType’ may be used uninitialized [-Wmaybe-uninitialized] 2290 | newrc->allRefTypes = (1
Hi! I found the following error at trying create extension on one of the customers machine: `not enough shared memory for data structure "hnsw LWLock ids" (4 bytes requested)` called...
Hi, @ankane and @jkatz ! I optimized the dot product calculation for half vector using SVE extension that is present on the many machines suitable for vector search on ARM...
Reproduction on 6de6b11f2e0 - Insert ~100M rows into orioledb table (maybe not needed so many) - create pkey ``` \d+ data2 Table "public.data2" Column | Type | Collation | Nullable...