Coder Social home page Coder Social logo

braghetto / django-pg-partitioning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chaitin/django-pg-partitioning

0.0 0.0 0.0 113 KB

A Django extension that supports PostgreSQL 11 time ranges and list partitioning.

License: MIT License

Shell 0.41% Python 99.59%

django-pg-partitioning's Introduction

django-pg-partitioning

https://img.shields.io/badge/License-MIT-orange.svg?style=flat-square https://img.shields.io/badge/Django-2.x-green.svg?style=flat-square&logo=django https://img.shields.io/badge/PostgreSQL-11-lightgrey.svg?style=flat-square&logo=postgresql https://readthedocs.org/projects/django-pg-partitioning/badge/?version=latest&style=flat-square https://img.shields.io/pypi/v/django-pg-partitioning.svg?style=flat-square https://api.travis-ci.org/chaitin/django-pg-partitioning.svg?branch=master https://api.codacy.com/project/badge/Grade/c872699c1b254e90b540b053343d1e81

一个支持 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
https://django-pg-partitioning.readthedocs.io

https://raw.githubusercontent.com/chaitin/django-pg-partitioning/master/docs/source/_static/carbon.png

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

https://raw.githubusercontent.com/chaitin/django-pg-timepart/master/docs/source/_static/safeline.svg?sanitize=true

django-pg-partitioning's People

Contributors

monouno avatar virusdefender avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.