Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-10-20 | 1.5 kB | |
v1.0.1 source code.tar.gz | 2023-10-20 | 657.3 kB | |
v1.0.1 source code.zip | 2023-10-20 | 1.0 MB | |
Totals: 3 Items | 1.7 MB | 0 |
- updated pgvector to 0.5.1, allowing use of HNSW indexes.
Users of pgvector should run
ALTER EXTENSION vector UPDATE
in any database where the extension is installed. (#171) - stop resetting to default columnar on Hydra Cloud (spilo). This will allow the user to change the default. (#173)
- improve handling of stripe assignment to workers to reduce spinlock contention, which can cause a crash (#170)
- change default
qual_pushdown_correlation_threshold
from 0.9 to 0.4. This addresses a performance regression we observed in some clickbench queries. (#159)
The corresponding Docker tags are: