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
{{ message }}
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.
indexing on deleted at adds little value for a lot of cost. let's move deleted items to their own table and remove the index. i think this will greatly improve performance while still providing the fallback.
The text was updated successfully, but these errors were encountered:
I think we also should look at making sure things properly cascade (I don't think they do right now!). i.e. a project delete also moves its child pages and elements to their deleted tables.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
indexing on
deleted at
adds little value for a lot of cost. let's move deleted items to their own table and remove the index. i think this will greatly improve performance while still providing the fallback.The text was updated successfully, but these errors were encountered: