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
If you want to get the lowest latency for a single query, we would need to parallelize the server compute.
However, if you need highest throughput (many queries) parallelizing inside individual queries likely does not help.
Yeah, I meant the first option - reducing latency for a single query. Any performance improvement would be valuable anyway.
Seems like it also could be a good first issue to tackle.
Following up on this comment. This would be really helpful for those trying to scale, as any performance improvements are valuable :)
The text was updated successfully, but these errors were encountered: