Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah authored Oct 20, 2023
1 parent bc2c352 commit 22e7434
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## 1.0.1

* updated pgvector to 0.5.1, allowing [use of HNSW indexes][pgvector-HNSW].
Users of pgvector should run `ALTER EXTENSION pgvector 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][])

[#173]: https://github.com/hydradatabase/hydra/pull/173
[#171]: https://github.com/hydradatabase/hydra/pull/171
[#170]: https://github.com/hydradatabase/hydra/pull/170
[#159]: https://github.com/hydradatabase/hydra/pull/159
[pgvector-HNSW]: https://github.com/pgvector/pgvector#hnsw

## 1.0.0

No changes since 1.0.0-rc2.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit 22e7434

Please sign in to comment.