- Mastering PostgreSQL 10
- Hans Jürgen Sch?nig
- 197字
- 2021-06-30 19:03:48
Partitioning data
There have been talks about introducing partitioning to PostgreSQL for years. However, big, important features take time to implement and this is especially true if you are aiming for a good, extensible, and future-proof implementation. In PostgreSQL 10.0, table partitioning has finally made it to the PostgreSQL core. Of course, the implementation is far from complete, and a lot of work has to be done in the future to add even more features. However, support for partitioning is important and will definitely be one of the most desirable things in PostgreSQL 10.0.
As of now, partitioning is able to:
- Automatically create proper child constraints
- Route changes made to the parent table to the child table
However, as stated earlier, there are still a couple of missing features that have not been addressed yet. Here are some of the more important things:
- Create child tables automatically in case data comes in, which is not covered by partitioning criteria yet
- No support for hash partitioning
- Move updated rows that no longer match the partition
- Handle partitions in parallel
The roadmap for PostgreSQL 11.0 already suggests that many of these things might be supported in the next release.
- 網(wǎng)上沖浪
- 計算機原理
- 圖形圖像處理(Photoshop)
- Splunk Operational Intelligence Cookbook
- Nginx高性能Web服務器詳解
- Prometheus監(jiān)控實戰(zhàn)
- Blender 3D Printing by Example
- Practical Big Data Analytics
- C++程序設(shè)計基礎(chǔ)(上)
- MATLAB-Simulink系統(tǒng)仿真超級學習手冊
- C#編程兵書
- Practical Network Automation
- 中小型網(wǎng)站建設(shè)與管理
- 微控制器的選擇與應用
- SQL語言與數(shù)據(jù)庫操作技術(shù)大全