What's new in this version: - This release will allow users to both scale up and scale out high performance database workloads. New features include parallel query, synchronous replication improvements, phrase search, and improvements to performance and usability, as well as many more features.
Scale Up with Parallel Query: - Version 9.6 adds support for parallelizing some query operations, enabling utilization of several or all of the cores on a server to return query results faster. This release includes parallel sequential (table) scan, aggregation, and joins. Depending on details and available cores, parallelism can speed up big data queries by as much as 32 times faster. - "I migrated our entire genomics data platform - all 25 billion legacy MySQL rows of it - to a single Postgres database, leveraging the row compression abilities of the JSONB datatype, and the excellent GIN, BRIN, and B-tree indexing modes. Now with version 9.6, I expect to harness the parallel query functionality to allow even greater scalability for queries against our rather large tables," said Mike Sofen, Chief Database Architect, Synthetic Genomics.
Scale Out with Synchronous Replication and postgres_fdw: - Two new options have been added to PostgreSQL's synchronous replication feature which allow it to be used to maintain consistent reads across database clusters. First, it now allows configuring groups of synchronous replicas. Second, the "remote_apply" mode creates a more consistent view of data across multiple nodes. These features support using built-in replication to maintain a set of "identical" nodes for load-balancing read workloads. - The PostgreSQL-to-PostgreSQL data federation driver, postgres_fdw, has new capabilities to execute work on remote servers. By "pushing down" sorts, joins, and batch data updates, users can distribute workload across multiple PostgreSQL servers. These features should soon be added to other FDW drivers. - "With the capabilities of remote JOIN, UPDATE and DELETE, Foreign Data Wrappers are now a complete solution for sharing data between other databases and PostgreSQL. For example, PostgreSQL can be used to handle data input going to two or more different kinds of databases," said Julyanto Sutandang, Director of Business Solutions at Equnix.
Better Text Search with Phrases: - PostgreSQL's full text search feature now supports "phrase search." This lets users search for exact phrases, or for words within a specified proximity to each other, using fast GIN indexes. Combined with new features for fine-tuning text search options, PostgreSQL is the superior option for "hybrid search" which puts together relational, JSON, and full text searching.
Smoother, Faster, and Easier to Use: - Thanks to feedback and testing by PostgreSQL users with high-volume production databases, the project has been able to improve many aspects of performance and usability in this release. Replication, aggregation, indexing, sorting, and stored procedures have all been made more efficient, and PostgreSQL now makes better use of resources with recent Linux kernels. Administration overhead for large tables and complex workloads was also reduced, especially through improvements to VACUUM.
Other Features: - New system views and functions: pg_stat_wal_receiver, pg_visibility, pg_config, pg_blocking_pids, pg_notification_queue_usage - Command progress reporting support - Cascade support for installing extensions - pg_basebackup concurrency and replication slot support - Wait Event support - View editing and crosstabs in psql - User-defined expiration for old snapshots - Index-only scans for partial indexes
PostgreSQL 9.6.0 (64-bit) 相關參考資料
9.6.0 - PostgreSQL: Release Notes
Processing of ordered-set aggregates can also now exploit abbreviated keys. Speed up CREATE INDEX CONCURRENTLY by treating TID s as 64-bit integers during ...
https://www.postgresql.org
Download PostgreSQL (64bit) 9.6.0 - Filepuma.com
PostgreSQL is a powerful open-source relational database management system that is widely used in modern software development.
https://www.filepuma.com
Download PostgreSQL (64bit) 9.6.0 for windows - Filepuma.com
2016年10月10日 — PostgreSQL is a powerful open-source relational database management system that is widely used in modern software development.
https://www.filepuma.com
Download PostgreSQL 9.6.0 for Windows - FileHippo.com
2024年2月11日 — Download PostgreSQL 9.6.0 for Windows. Fast downloads of the latest free software! Click now.
https://filehippo.com
Downloading PostgreSQL 9.6.0 (64-bit) from FileHorse.com
A powerful, open source relational database system · PostgreSQL 9.6.0 (64-bit) · Key details about this download. The file will be downloaded ...
https://www.filehorse.com
Downloads - PostgreSQL
PostgreSQL is available for download as ready-to-use packages or installers for various platforms, as well as a source code archive if you want to build it ...
https://www.postgresql.org
Install Postgresql 9.6 instead of Postgresql 12 - Ask Ubuntu
2020年4月21日 — Install Postgresql 9.6 instead of Postgresql 12 · Ask ... 9.6 0 upgraded, 2 newly installed, 0 to ... 64-bit (1 row) root@ubuntu-vm-template ...
https://askubuntu.com
PostgreSQL 9.6 Download (Free) - pgAdmin3.exe
2024年4月28日 — PostgreSQL version 9.6 (pgAdmin3.exe). PostgreSQL is an open source object-relational database system, which uses and extends the SQL ...
https://postgresql.informer.co
PostgreSQL 9.6.0更新补丁到9.6.24 - 高&玉- 博客园
2022年8月31日 — 目前我们线上PostgreSQL数据库版本大部分是9.6.0,PostgreSQL官方9.6最新补丁是9.6.24。 升级步骤下载PostgreSQL ... 64-bit. 2. 源码安装PostgreSQL 9.6.24
https://www.cnblogs.com
postgreSql-9.6.9 安装原创 - CSDN博客
2019年8月5日 — postgreSql-9.6.9 安装 原创 · 1.下载安装包 · 2.配置postgresql环境 · 3.编译安装 · 4.设置环境变量 · 5.创建数据目录赋权 · 6.初始化数据库 · 7.修改启动脚本.
https://blog.csdn.net
|