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
Our indexes right now are covering. This makes them super fast for reads, but very expensive for writes. Because of their expense we often avoid using indexes, or too many indexes. I think perhaps this is the wrong tradeoff. We should measure non-covering indexes and see if they are worth switching to.
The text was updated successfully, but these errors were encountered:
Our indexes right now are covering. This makes them super fast for reads, but very expensive for writes. Because of their expense we often avoid using indexes, or too many indexes. I think perhaps this is the wrong tradeoff. We should measure non-covering indexes and see if they are worth switching to.
The text was updated successfully, but these errors were encountered: