Skip to content

v1.0.1

Compare
Choose a tag to compare
@wuputah wuputah released this 20 Oct 21:49
· 59 commits to main since this release
22e7434
  • 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: