hypopg 1.1.0 released

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: hypopg 1.1.0 released
Date: 2017-10-05 07:47:47
Message-ID: CAOBaU_Z+u406=UOH2BMOTRB0CxLoL37C9C-i_6vtczqT1MY4dA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

I have just released version 1.1.0 of hypopg.

hypopg is a PostgreSQL extension adding support for hypothetical indexes.

An hypothetical, or virtual, index is an index that doesn't really
exist, and thus doesn't cost CPU, disk, or any resource to create.
They're useful to know if specific indexes might increase performance
for problematic queries, since you could know if PostgreSQL will use
these indexes or not without having to spend resources to create them.

This release adds support for hypothetical indexes on expression, an
hypopg_get_indexdef() function to get the SQL command that will create
the real index corresponding to a stored hypothetical index,
PostgreSQL 10 compatiiblity, and bug fixes.

Please see the changelog
(https://github.com/dalibo/hypopg/blob/master/CHANGELOG.md) for more
details.

Many thanks to Andrew Kane and Rob Stolarz for reporting issues.

Source repository: https://github.com/dalibo/hypopg

Regards.

Browse pgsql-announce by date

  From Date Subject
Next Message Dave Page 2017-10-05 14:28:48 PostgreSQL 10 Released
Previous Message Keith Fiske 2017-10-04 16:19:30 PG Partition Manager v3.1.0 Released