一个支持 PostgreSQL 11 原生表分区的 Django 扩展,使您可以在 Django 中创建分区表并管理它们。目前它支持两种分区类型:
时间范围分区(Time Range Partitioning):将时序数据分开存储到不同的时间范围分区表中,支持创建连续且不重叠的时间范围分区并进行归档管理。
列表分区(List Partitioning):根据分区字段的确定值将数据分开存储到不同的分区表中。
A Django extension that supports PostgreSQL 11 native table partitioning, allowing you to create partitioned tables in Django and manage them. Currently it supports the following two partition types:
Time Range Partitioning: Separate time series data into different time range partition tables, support the creation of continuous and non-overlapping time range partitions and archival management.
List Partitioning: Store data separately into different partition tables based on the determined values of the partition key.
- Documentation
TODO
Improve the details of the function.
Improve documentation and testing.
Optimization implementation.
maybe more…
Contributing
If you want to contribute to a project and make it better, you help is very welcome! Please read through Contributing Guidelines.
License
This project is licensed under the MIT. Please see LICENSE.
Project Practice
Release files for django-pg-partitioning 0.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-pg-partitioning-0.11.zip | 18.9 kB | Details |
Release files / django-pg-partitioning-0.11.zip
| Download URL | django-pg-partitioning-0.11.zip |
|---|---|
| Size | 18.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5f23cd0b282a63a3a1ca31867e99a5994b39294f67cca7a1dd9150932ae6dcf6
|
|
BLAKE2b-256 checksum How to use checksums |
dd511030fbdd6bc64fab059b88a59eeddba4038619c6b978c5bf02b4925e8128
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.0
|