What would be the first things to check if a types...
# community-help
m
What would be the first things to check if a typesense server is "suddenly" (after days of no issues) responds slower than 1s for search queries? 🤔 The CPU usage is peaking at ~70% but p95 CPU is ~30-40%
j
I would recommend enabling slow query logs to identify if there are any patterns in the kinds of queries that are slow. https://typesense.org/docs/26.0/api/cluster-operations.html#toggle-slow-request-log
m
@Jason Bosco it's definitely the
*
but my question was more related to what things to do - does it make sense to increase cpu/memory even though it's not using >80% or do we need look at other options? ✌️ Maybe you had a guide like https://mariadb.com/kb/en/building-the-best-index-for-a-given-select/ we could resort to? 😄
👀 1