Has anyone that has done benchmarks for their Typesense implementation observed cold start times? From my testing, the average time is around 60ms for the entire network delay per search. However, I've observed cold starts of up to 300ms when doing the first search after the cluster is left idle for a few minutes. These cold start delays vary on the type of search query performed, simpler ones without filters tend to have cold start times of 100-200ms.
My two questions are: Is this a known thing? If so, will this delay scale with a bigger dataset or is it just a constant delay?