Partitioning: Initial suggestion#485
Conversation
|
The general pattern looks good, although there will be some details to talk through and some docs about how to manage partitions, maybe some builtin changes to do it automatically etc. The migration generator is going to have to have some kind of handling for changing the partition strategy as well. I noticed some unfinished bits as well, i.e for creating range partitions. We should definitely avoid the string interpolation in the SQL there as well. |
|
I made some updates before reading your comments. |
|
Also found some problems when updating the primary key on multitenancy resource. |
|
Could we separate out that other fix that you mentioned into its own PR so that I can review in isolation? |
5ae7e79 to
6542f37
Compare
|
Didn't see this PR until just now, but I have a partitioning solution here that I extracted out my app. My solution is more generalized adding |
|
Closing this pull-request as I made an extension that uses the latest added |
Hi!
This is my initial suggestion to include "partitioning" support.
Feedback is appreciated!
Contributor checklist