Re: Reducing the size of BufferTag & remodeling forks - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Reducing the size of BufferTag & remodeling forks
Date
Msg-id 20160419184436.GA740589@alvherre.pgsql
Whole thread Raw
In response to Re: Reducing the size of BufferTag & remodeling forks  (Andres Freund <andres@anarazel.de>)
Responses Re: Reducing the size of BufferTag & remodeling forks  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Andres Freund wrote:

> I've actually changed course a bit and I'm trying something different: A
> two level structure. One hashtable that maps (RelFileNode, ForkNumber)
> to a 'open relation' data structure, and from there a radix tree over
> just the block number. To avoid having to look up in the hashtable
> frequently there's a pointer in RelationData to a fork's radix tree.

Is this going anywhere, or did you drop the subject altogether?

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Parser extensions (maybe for 10?)
Next
From: Peter Geoghegan
Date:
Subject: Re: Postgres 9.6 scariest patch tournament