Changes between Initial Version and Version 1 of Ticket #34489
- Timestamp:
- Apr 13, 2023, 12:07:31 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34489 – Description
initial v1 3 3 Django should add support for PostgreSQL table partitioning so that the database engine can be used efficiently. 4 4 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.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.