Re: 9.3 Pre-proposal: Range Merge Join - Mailing list pgsql-hackers

From Jay Levitt
Subject Re: 9.3 Pre-proposal: Range Merge Join
Date
Msg-id 4F8C94B6.40603@gmail.com
Whole thread Raw
In response to Re: 9.3 Pre-proposal: Range Merge Join  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
Simon Riggs wrote:
> I'd like to see something along the lines of demand-created optional
> indexes, that we reclaim space/maintenance overhead on according to
> some cache management scheme. More space you have, the more of the
> important ones hang around. The rough same idea applies to
> materialised views.

+10; this sort of demand-driven optimization could be the database 
equivalent of Java's HotSpot (which accomplished the amazing task of making 
Java kinda fastish sometimes).

Jay


pgsql-hackers by date:

Previous
From: Jay Levitt
Date:
Subject: Re: Bug tracker tool we need
Next
From: Robert Haas
Date:
Subject: Re: 9.3 Pre-proposal: Range Merge Join