Postgresql Table Partitioning Django Project

后端 未结 3 2402
轻奢々
轻奢々 2021-02-20 14:44

I have a Django 1.7 project that uses Postgres 9.3. I have a table that will have rather high volume. The table will have anywhere from 13million to 40million new rows a month.

3条回答
  •  无人共我
    2021-02-20 15:11

    If you are using newer version of PostgreSQL, you can try this

    https://github.com/chaitin/django-pg-timepart

    A Django extension that implements PostgreSQL tables for partitioning and management based on dates.

提交回复
热议问题