Typesense taking too much time while fetching results | Performance Issues #C01P749MET0
Problem Statement:
I've been using the Typesense paid version since April and have been experiencing consistent performance until recently. However, starting around 3:56 PM IST today, I've noticed a significant increase in query response times.
Issue Description:
Query Timeouts: Queries, even those with a single typo, are now taking over 2 seconds to return results. This is exceeding the 2-second timeout I've set.
Reduced Query Effectiveness: Previously, I was able to fetch results for queries longer than 10 words. Now, even shorter queries are experiencing delays.
Relevant Query Parameters:
typo_tokens_threshold: 100
drop_tokens_threshold: 50
min_len_1typo: 3
min_len_2typo: 3
sort_by: "_text_matchdesc,fdesc"
per_page: 100
I've verified that there have been no code changes to the search query in the past three months. Could you please investigate if there are any server-side issues or configuration changes that might be causing this performance degradation?