Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

revisit "deleted_at" strategy #157

Open
ashleygwilliams opened this issue Aug 10, 2015 · 1 comment
Open

revisit "deleted_at" strategy #157

ashleygwilliams opened this issue Aug 10, 2015 · 1 comment

Comments

@ashleygwilliams
Copy link
Contributor

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.

@cadecairos
Copy link
Contributor

👍

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants