广告
返回顶部
首页 > 资讯 > 数据库 >PostgreSQL 13 new feature
  • 955
分享到

PostgreSQL 13 new feature

PostgreSQL13newfeature 2020-03-28 21:03:48 955人浏览 无得
摘要

https://www.postgresql.org/docs/13/release-13.html 1. A big perfORMance leap from 10 to 11. No much difference between

PostgreSQL 13 new feature

https://www.postgresql.org/docs/13/release-13.html

1. A big perfORMance leap from 10 to 11. No much difference between 11 and 12 in terms of performance

2. Vacuum, Security and Consistency, Partition-wise join

3. Vacuum

   - performance for parallel vacuum of indexes

   - Auto vacuum for append-only transacitons

4. Security and Consistency

   - libpq channel binding

     * stop man in the middle attacks

    * Only for SCRAM authentication

   - New capability for pg_catcheck

     * tool for detect the catalog corruption

5. partition-wise join

6. logical replication for partitioned table. from partitioned to non-partitioned and vice versa

7. Backup manifests. part of pg_backbackup.

   - new tool: pg_verifybackup - read manifects and verify the backups

8.Monitoring

Allow EXPLaiN, auto_explain, autovacuum, and pg_stat_statements to track WAL usage statistics

9.General Performance

Allow hash aggregation to use disk storage for large aggregation result sets

 PPAS

- Partition automation: automatically create partitions when needed without locking

- Interval partition

- Automatic partition for LIST. When enabled, inserting a value not in the initial list, a new partition will be created to accommodate the new value

- Automatic HASH partitioning: PARTITIONS STORE IN . HASH would be distributed automatically across the specified tablespaces

- EDB*Loader. If any duplicate row, the operation can be configured not to abort but record the duplicated one into BAD file

- Add more oracle-compatible features

您可能感兴趣的文档:

--结束END--

本文标题: PostgreSQL 13 new feature

本文链接: https://www.lsjlt.com/news/7735.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作