Closed
Description
I have a database:
220K documents. (31% 9 words or less)
Unique words:
P30 9
Median 57
P90 656
p99 1837
p99.9 2928
max 6398
~130K null records (so ~350 records total)
We have an application where common queries return ~50K documents. When the database is warm, these take ~400ms or more. When cold many seconds. We're hoping that RUM can help, but so far, I'm not seeing an improvement.
Gory (but not complicated) details are here:
https://gist.github.com/jimfulton/4104b5387cf7dce3754bef342a9f84c5
Any idea what we're doing wrong?