cake
cake3mo ago

Unexpectedly large number of indexes?

I'm noticing that we have an unexpectedly high number of indexes to manage all of our queries. This mostly comes from the limitation that we can't use multiple indexes on a separate query (right?) The end result is it appears our indexes are almost twice the size of our data. Are other people experiencing something similar, or is this par for the course with convex?
No description
1 Reply
erquhart
erquhart3mo ago
Yeah it's typical. When cost and resource usage becomes an active concern you can look into tuning up indexes for reusability to keep it down.

Did you find this page helpful?