You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting wildly varying query times on the first query after creating my tables and search index. About 50% of the time it runs in 300-500ms. The other ~50% of the time it takes almost two minutes (1:45-1:50)! After the query runs slow once, the next query runs fast. In between runs I stop & remove the container, remove the images, and prune all volumes.
To Reproduce
Query:
with search_score as (
select*frommy_schema.search_idx.score_bm25(
' ( x:"green" OR y:"green" OR z:"green" OR m:"green" OR n:"green" OR p:"green" OR q:"green" OR r:"green" ) AND a:"456"'
)
)
selectx.cold,
x.cole,
x.colf,
x.colg,
x.colh,
p.colxfrom search_score as s
joinmy_schema.table1as x
ons.id=x.idjoinmy_schema.table2as p
onp.cola=x.colaandp.colb=x.colband (
p.colc='123'orp.colc is null
)
order by score_bm25 desclimit250
;
OS:
Amazon Linux 2023 / PostgreSQL 16.4 (Debian 16.4-1.pgdg120+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
ParadeDB Version:
pg_search 0.9.1 pg_analytics 0.1.0
Are you using ParadeDB Docker, Helm, or the extension(s) standalone?
ParadeDB Docker Image
Full Name:
Patrick Park
Affiliation:
Payzer
Did you include all relevant data sets for reproducing the issue?
No - I cannot share the data sets because they are confidential
Did you include the code required to reproduce the issue?
Yes, I have
Did you include all relevant configurations (e.g., CPU architecture, PostgreSQL version, Linux distribution) to reproduce the issue?
Yes, I have
The text was updated successfully, but these errors were encountered:
What happens?
I'm getting wildly varying query times on the first query after creating my tables and search index. About 50% of the time it runs in 300-500ms. The other ~50% of the time it takes almost two minutes (1:45-1:50)! After the query runs slow once, the next query runs fast. In between runs I stop & remove the container, remove the images, and prune all volumes.
To Reproduce
Query:
OS:
Amazon Linux 2023 / PostgreSQL 16.4 (Debian 16.4-1.pgdg120+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
ParadeDB Version:
pg_search 0.9.1 pg_analytics 0.1.0
Are you using ParadeDB Docker, Helm, or the extension(s) standalone?
ParadeDB Docker Image
Full Name:
Patrick Park
Affiliation:
Payzer
Did you include all relevant data sets for reproducing the issue?
No - I cannot share the data sets because they are confidential
Did you include the code required to reproduce the issue?
Did you include all relevant configurations (e.g., CPU architecture, PostgreSQL version, Linux distribution) to reproduce the issue?
The text was updated successfully, but these errors were encountered: