2ndQuadrant is now part of EDB

Bringing together some of the world's top PostgreSQL experts.

2ndQuadrant | PostgreSQL
Mission Critical Databases
  • Contact us
  • EN
    • FR
    • IT
    • ES
    • DE
    • PT
  • Support & Services
  • Products
  • Downloads
    • Installers
      • Postgres Installer
      • 2UDA – Unified Data Analytics
    • Whitepapers
      • Business Case for PostgreSQL Support
      • Security Best Practices for PostgreSQL
    • 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
        • International Game Technology (IGT)
        • Healthcare Software Solutions (HSS)
        • Navionics
  • Postgres Learning Center
    • Webinars
      • Upcoming Webinars
      • Webinar Library
    • Whitepapers
      • Business Case for PostgreSQL Support
      • Security Best Practices for PostgreSQL
    • Blog
    • Training
      • Course Catalogue
    • 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
        • International Game Technology (IGT)
        • Healthcare Software Solutions (HSS)
        • Navionics
    • 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
    • Videos
    • Events
    • PostgreSQL
      • PostgreSQL – History
      • Who uses PostgreSQL?
      • PostgreSQL FAQ
      • PostgreSQL vs MySQL
      • The Business Case for PostgreSQL
      • Security Information
      • Documentation
  • About Us
    • About 2ndQuadrant
    • 2ndQuadrant’s Passion for PostgreSQL
    • News
    • Careers
    • Team Profile
  • Blog
  • Menu Menu
You are here: Home1 / Blog2 / 2ndQuadrant3 / PostgreSQL 10 Roadmap
Simon Riggs

PostgreSQL 10 Roadmap

August 2, 2016/10 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
10 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. René Leonhardt
    René Leonhardt says:
    August 25, 2016 at 5:37 pm

    It would be great if there would be a complete tutorial on how to upgrade from 9.4 to 9.5 without waiting for 9.6 or 10.0, at least for the simplest use case (single node cluster, 1 database):
    – Install pglogical on 9.4 and 9.5
    – Configure pglogical (from 9.4 to 9.5)
    – Replicate database from 9.4 to 9.5 (with minimal downtime/locking for 9.4 compared to pg_upgrade)
    – Synchronize any missing data pglogical cannot replicate automatically (sequences?)
    – Change application to write to 9.5 (new “master”, i.e. exchange ports on same machine)
    – Disable replication in 9.4 and 9.5
    https://2ndquadrant.com/en/resources/pglogical/pglogical-docs/

    Reply
  4. Richard
    Richard says:
    November 28, 2016 at 7:20 am

    Where can I read more about the column store, is this separate from the cstore fdw?

    Reply
  5. 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
  6. 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

Get in touch with us!

Recent Posts

  • Random Data December 3, 2020
  • Webinar: COMMIT Without Fear – The Beauty of CAMO [Follow Up] November 13, 2020
  • Full-text search since PostgreSQL 8.3 November 5, 2020
  • Random numbers November 3, 2020
  • Webinar: Best Practices for Bulk Data Loading in PostgreSQL [Follow Up] November 2, 2020

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 2UDA 9.6 backup Barman BDR Business Continuity community conference database DBA development devops disaster recovery greenplum Hot Standby JSON JSONB logical replication monitoring OmniDB open source Orange performance PG12 pgbarman pglogical PG Phriday postgres Postgres-BDR postgres-xl PostgreSQL PostgreSQL 9.6 PostgreSQL10 PostgreSQL11 PostgreSQL 11 PostgreSQL 11 New Features postgresql repmgr Recovery replication security sql wal webinar webinars

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

© 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
×