Index-only scans will not be in PG 8.5

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Index-only scans will not be in PG 8.5
Date: 2010-01-05 04:32:36
Message-ID: 201001050432.o054WaY10370@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In talking to developers, it appears that index-only scans will not be
implemented in Postgres 8.5 due to development time being spend on hot
standby and streaming replication. The current index-only scan status
is summarized here:

http://archives.postgresql.org/pgsql-hackers/2009-07/msg00675.php

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-01-05 04:34:36 Re: quoting psql varible as identifier
Previous Message Robert Haas 2010-01-05 04:18:36 Re: PATCH: Add hstore_to_json()