Skip to content

Commit b4b4889

Browse files
committed
Adjust defaults
1 parent db7f971 commit b4b4889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

timescale_vector/src/access_method/options.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ pub unsafe fn init() {
122122
RELOPT_KIND_TSV,
123123
"search_list_size".as_pg_cstr(),
124124
"The search list size to use during a build".as_pg_cstr(),
125-
65,
125+
100,
126126
10,
127127
1000,
128128
pg_sys::AccessExclusiveLock as pg_sys::LOCKMODE,
@@ -148,7 +148,7 @@ pub unsafe fn init() {
148148
RELOPT_KIND_TSV,
149149
"pq_vector_length".as_pg_cstr(),
150150
"Length of the quantized vector representation".as_pg_cstr(),
151-
64,
151+
256,
152152
8,
153153
256,
154154
pg_sys::AccessExclusiveLock as pg_sys::LOCKMODE,

0 commit comments

Comments
 (0)