File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.0.1
4
+
5
+ * updated pgvector to 0.5.1, allowing [ use of HNSW indexes] [ pgvector-HNSW ] .
6
+ Users of pgvector should run ` ALTER EXTENSION pgvector UPDATE ` in any
7
+ database where the extension is installed. ([ #171 ] [ ] )
8
+ * stop resetting to default columnar on Hydra Cloud (spilo). This will allow
9
+ the user to change the default. ([ #173 ] [ ] )
10
+ * improve handling of stripe assignment to workers to reduce spinlock
11
+ contention, which can cause a crash ([ #170 ] [ ] )
12
+ * change default ` qual_pushdown_correlation_threshold ` from 0.9 to 0.4. This
13
+ addresses a performance regression we observed in some clickbench queries.
14
+ ([ #159 ] [ ] )
15
+
16
+ [ #173 ] : https://github.com/hydradatabase/hydra/pull/173
17
+ [ #171 ] : https://github.com/hydradatabase/hydra/pull/171
18
+ [ #170 ] : https://github.com/hydradatabase/hydra/pull/170
19
+ [ #159 ] : https://github.com/hydradatabase/hydra/pull/159
20
+ [ pgvector-HNSW ] : https://github.com/pgvector/pgvector#hnsw
21
+
3
22
## 1.0.0
4
23
5
24
No changes since 1.0.0-rc2.
Original file line number Diff line number Diff line change 1
- 1.0.0
1
+ 1.0.1
You can’t perform that action at this time.
0 commit comments