Re: How can i get record by data block not by sql? - Mailing list pgsql-general

From Scott Ribe
Subject Re: How can i get record by data block not by sql?
Date
Msg-id 8D36795F-EB75-4DC0-8D32-DDF79D3281F7@elevated-dev.com
Whole thread Raw
In response to How can i get record by data block not by sql?  ("姜头" <104186179@qq.com>)
List pgsql-general
On Oct 3, 2011, at 3:03 AM, 姜头 wrote:

> I want to read and write lots of data by data blocks, so i can form a disk-resident tree by recording the block
address.

Then you want some kind of lower-level b-tree manager, not a SQL database, and certainly not PostgreSQL. Before you go
downthat path, you should seriously consider whether you really need that, rather than a higher-level solution. 

--
Scott Ribe
scott_ribe@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice





pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Searching for "bare" letters
Next
From:
Date:
Subject: Re: Why PGSQL has no developments in the .NETarea?