Heikki Linnakangas wrote:

> Hmm, you're right. I think it can be made to work by storing the *end*  
> offset of each chunk. To find the chunk containing offset X, search for  
> the first chunk with end_offset > X.

FWIW I'm trying to do this.  So far I've managed to make the basic thing
work, and I'm about to have a look at the slice interface.

(Quick note so that nobody wastes their time doing the same thing)

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to