2ndQuadrant | PostgreSQL
PostgreSQL Solutions for the Enterprise
+39 0574 159 3000
  • Contact Us
  • EN
    • FR
    • IT
    • ES
    • DE
  • Support & Services
    • Support
      • 24/7 PostgreSQL Support
      • Developer Support
      • IBM Z Production Support
    • DBA Services
      • Remote DBA
      • Database Monitoring
    • Consulting Services
      • Health Check
      • Performance Tuning
      • Database Security Audit
      • PostgreSQL Upgrade
      • Kubernetes for Postgres and BDR
    • Migration Services
      • Migrate to PostgreSQL
      • Migration Assessment
  • Products
    • PostgreSQL with High Availability
    • BDR
    • 2ndQPostgres
    • pglogical
      • Installation instruction for pglogical
      • Documentation
    • repmgr
    • Barman
    • Postgres Cloud Manager
    • SQL Firewall
    • Postgres-XL
    • OmniDB
    • Postgres Installer
    • 2UDA
  • Downloads
    • Postgres Installer
    • 2UDA – Unified Data Analytics
  • Postgres Learning Center
    • Webinars
      • BDR Overview
    • Whitepapers
      • Highly Available Postgres Clusters
      • AlwaysOn Postgres
      • BDR
      • PostgreSQL Security Best Practices
    • Case Studies
      • Performance Tuning
        • BenchPrep
        • tastyworks
      • Distributed Clusters
        • ClickUp
        • European Space Agency (ESA)
        • Telefónica del Sur
        • Animal Logic
      • Database Administration
        • Agilis Systems
      • Professional Training
        • Met Office
        • London & Partners
      • Database Upgrades
        • Alfred Wegener Institute (AWI)
      • Database Migration
        • Healthcare Software Solutions (HSS)
        • Navionics
    • Training
      • Training Catalog and Scheduled Courses
        • Advanced Development & Performance
        • Linux for PostgreSQL DBAs
        • BDR
        • PostgreSQL Database Administration
        • PostgreSQL Data Warehousing & Partitioning
        • PostgreSQL for Developers
        • PostgreSQL Immersion
        • PostgreSQL Immersion for Cloud Databases
        • PostgreSQL Security
        • Postgres-XL-10
        • Practical SQL
        • Replication, Backup & Disaster Recovery
        • Introduction to PostgreSQL and Kubernetes
    • Books
      • PostgreSQL 11 Administration Cookbook
      • PostgreSQL 10 Administration Cookbook
      • PostgreSQL High Availability Cookbook – 2nd Edition
      • PostgreSQL 9 Administration Cookbook – 3rd Edition
      • PostgreSQL Server Programming Cookbook – 2nd Edition
      • PostgreSQL 9 Cookbook – Chinese Edition
    • PostgreSQL
      • PostgreSQL – History
      • Who uses PostgreSQL?
      • PostgreSQL FAQ
      • PostgreSQL vs MySQL
      • Business Case for PostgreSQL
      • Security Information
    • Events
    • Blog
  • About Us
    • About 2ndQuadrant
    • What Does “2ndQuadrant” Mean?
    • 2ndQuadrant’s Passion for PostgreSQL
    • Ask Simon
    • News
    • Careers
    • Team Profile
  • Blog
  • Menu
You are here: Home / Blog / 2ndQuadrant / PostgreSQL 10 Roadmap
Simon Riggs

PostgreSQL 10 Roadmap

August 2, 2016/8 Comments/in 2ndQuadrant, Simon's PlanetPostgreSQL /by Simon Riggs

At the PostgreSQL developer meeting we discussed putting up everybody’s roadmap projects in one place: http://wiki.postgresql.org/wiki/PostgreSQL10_Roadmap.

2ndQuadrant PostgreSQL Roadmap Projects

Logical Replication

  • Use Case: Upgrade
  • Use Case: Partial database replication
  • Aiming for a full and complete implementation for 10.0, allowing other use cases to be supported in later releases.

Column Storage & Executor Efficiency

  • Indexes
  • Columnar Indexes (for Column Store)
  • Parallel BRIN scan
  • Row insertion using index (BRIN)
  • HOT optimizations

Optimizer & Statistics

Our calculations suggest that more statistics will help query planning.

Transactions & Programmability

  • Procedures
  • Autonomous Transactions

Management features for Replication & Backup

  • Bring recovery.conf parameters into postgresql.conf, since it’s v10.0 next
  • Allow snapshots on standby servers, allowing parallel backup etc..

Locking & Data Availability

  • Further lock reductions for DDL
  • WAIT PATIENTLY

Distributed Systems

  • Node Registry
  • Feeding back from Postgres-XL into Core Postgres

Various other projects as well.

Tags: 10, 2QLovesPG, development, postgres, PostgreSQL, PostgreSQL10, roadmap
Share this entry
  • Share on Facebook
  • Share on Twitter
  • Share on WhatsApp
  • Share on LinkedIn
8 replies
  1. Antti Haapala
    Antti Haapala says:
    August 3, 2016 at 9:15 am

    Of the statistics, cross-column statistics are a must, seems that most of the competition is light years ahead there; it would be OK if they need to be manually indicated; currently there is no obvious ways of overcoming this except by doing composite keys or join tables (which, while inefficient, are often faster by many factors than blind join using correlating keys).

    Reply
    • Petr Jelinek
      Petr Jelinek says:
      August 5, 2016 at 4:55 pm

      Tomas Vondra is working on multivariate statistics patch which will among other things add cross-column statistics.

      Reply
  2. Artemciy
    Artemciy says:
    August 3, 2016 at 7:12 pm

    Good stuff.
    What about BDR? Any plans for it in the roadmap?

    Reply
    • Petr Jelinek
      Petr Jelinek says:
      August 5, 2016 at 4:50 pm

      See https://blog.2ndquadrant.com/postgresql-solutions-roadmap/

      Reply
  3. Dennis
    Dennis says:
    April 13, 2017 at 1:41 pm

    Why will recovery.conf Stuff be moved to the postgresql.conf? I love the way it is right now as you can keep the postgresql.conf exactly the same on all recovery Databases…

    Reply
    • craig.ringer
      craig.ringer says:
      October 13, 2017 at 7:54 am

      A number of efforts have been made to do that. So far none have been successfully incorporated into a PostgreSQL release.

      Reply
  4. Tuomas
    Tuomas says:
    August 14, 2017 at 5:22 pm

    Is there any link to article about “Row insertion using index (BRIN)” – it sounds the next best thing to online reorganize and sliced bread..

    Reply
    • craig.ringer
      craig.ringer says:
      October 13, 2017 at 7:32 am

      https://www.postgresql.org/docs/current/static/brin-intro.html

      Reply

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

Recent Posts

  • Barman 2.10 – Recovery of partial WAL files December 11, 2019
  • Setting SSL/TLS protocol versions with PostgreSQL 12 November 27, 2019
  • Webinar: Using SSL with PostgreSQL and pgbouncer [Follow Up] November 14, 2019
  • PostgreSQL 12: Implementing K-Nearest Neighbor Space Partitioned Generalized Search Tree Indexes November 5, 2019
  • Webinar: PostgreSQL Partitioning [Follow up] October 28, 2019

Featured External Blogs

Tomas Vondra's Blog

Our Bloggers

  • Simon Riggs
  • Alvaro Herrera
  • Andrew Dunstan
  • Craig Ringer
  • Francesco Canovai
  • Gabriele Bartolini
  • Giulio Calacoci
  • Ian Barwick
  • Marco Nenciarini
  • Mark Wong
  • Pavan Deolasee
  • Petr Jelinek
  • Shaun Thomas
  • Tomas Vondra
  • Umair Shahid

PostgreSQL Cloud

2QLovesPG 9.6 backup Barman BDR Business Continuity community conference database DBA development devops disaster recovery greenplum Hot Standby JSON JSONB kanban logical decoding logical replication monitoring open source performance PG12 pgbarman pgday pglogical PG Phriday postgres Postgres-BDR postgres-xl PostgreSQL PostgreSQL 9.6 PostgreSQL10 PostgreSQL 11 PostgreSQL11 PostgreSQL 11 New Features postgresql repmgr Recovery release replication sql standby wal webinar
UK +44 (0)870 766 7756

US +1 650 378 1218

Support & Services

24/7 Production Support

Developer Support

Remote DBA for PostgreSQL

PostgreSQL Database Monitoring

PostgreSQL Health Check

PostgreSQL Performance Tuning

Database Security Audit

Upgrade PostgreSQL

PostgreSQL Migration Assessment

Migrate from Oracle to PostgreSQL

Products

HA Postgres Clusters

Postgres-BDR

2ndQPostgres

pglogical

repmgr

Barman

Postgres Cloud Manager

SQL Firewall

Postgres-XL

OmniDB

Postgres Installer

2UDA

Postgres Learning Center

Introducing Postgres

Blog

Webinars

Books

Videos

Training

Case Studies

Events

About Us

About 2ndQuadrant

What does 2ndQuadrant Mean?

News

Careers 

Team Profile

©2001-2019 2ndQuadrant Ltd. All rights reserved | Privacy Policy
  • Twitter
  • LinkedIn
  • Facebook
  • Youtube
  • Mail
Improvements in repmgr 3.1.4 Thoughts on Uber’s List of Postgres Limitations
Scroll to top
×