We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7f971 commit b4b4889Copy full SHA for b4b4889
timescale_vector/src/access_method/options.rs
@@ -122,7 +122,7 @@ pub unsafe fn init() {
122
RELOPT_KIND_TSV,
123
"search_list_size".as_pg_cstr(),
124
"The search list size to use during a build".as_pg_cstr(),
125
- 65,
+ 100,
126
10,
127
1000,
128
pg_sys::AccessExclusiveLock as pg_sys::LOCKMODE,
@@ -148,7 +148,7 @@ pub unsafe fn init() {
148
149
"pq_vector_length".as_pg_cstr(),
150
"Length of the quantized vector representation".as_pg_cstr(),
151
- 64,
+ 256,
152
8,
153
256,
154
0 commit comments