Changes between Initial Version and Version 1 of Ticket #34489


Ignore:
Timestamp:
Apr 13, 2023, 12:07:31 PM (17 months ago)
Author:
Anuj Sharma
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34489 – Description

    initial v1  
    33Django should add support for PostgreSQL table partitioning so that the database engine can be used efficiently.
    44
    5 Currently, I can only see one library supporting partitioning (django-postgres-extra)[https://django-postgres-extra.readthedocs.io/en/latest/table_partitioning.html]. Still, it also has limitations in migration because Django does not support composite primary key, which is the key requirement for the Postgres table partitioning.
     5Currently, I can only see one library supporting partitioning [django-postgres-extra](https://django-postgres-extra.readthedocs.io/en/latest/table_partitioning.html). Still, it also has limitations in migration because Django does not support composite primary key, which is the key requirement for the Postgres table partitioning.
Back to Top