PostgreSQL 9.3 首个 Beta 版本发布了,该版本包含大量新特性,包括可写的 foreign 表、自动可更新的视图、横向 (lateral) 联合、索引正则表达式搜索、使用 checksum 来检测文件系统的数据损坏问题等等。在 9.3 版本中 PG 大大减少其对 SysV 共享内存的需求量,改用 mmap()。
其他方面的改进包括:
* Fast failover to replicas for high availability
* Streaming-only remastering of replicas
* Performance and locking improvements for Foreign Key locks
* Parallel pg_dump for faster backups
* Directories for configuration files
* pg_isready database connection checker
* COPY FREEZE for reduced IO bulk loading
* User-defined background workers for automating database tasks
* Recursive view declaration
* lock_timeout directive
详细内容请看官方发行说明:http://www.postgresql.org/about/news/1463/
PG 9.3 的完整新特性请看http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.3
来自:开源中国社区