Roberto Fichera <robyf(at)tekno-soft(dot)it> writes:
> My first think was to bypass the SQL translation and use the Postgresql low
> level routines.
> I need to see the tables as record oriented archive, so I can scan
> sequentially (forward and
> backward) each record, lock/unlock it, insert and delete it and start to
> read the records with
> a match of a specific key.
I don't think you want an SQL database at all. Possibly something like
Sleepycat's Berkeley DB package is closer to what you are looking for...
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: mlw | Date: 2001-06-05 22:26:22 |
| Subject: Re: REPLACE INTO table a la mySQL |
| Previous: | From: Mauricio Breternitz | Date: 2001-06-05 22:00:02 |
| Subject: Re: database synchronization |