-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I recently found a great use for Postgres partitions beyond huge action logs. They appear to be a great way to store soft deleted records using the LIST partition method. I mark soft deleted records either with booleans, or enum statuses, and Postgres does scan only the main table, skipping the table with deleted records when it's not needed.
As a result, I'm making raw schemas in Laravel migrations. It would be great to have partition support in your library.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request