Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Perfomance & large database

Perfomance & large database

From: <quered_at_esiee.fr>
Date: Fri, 20 Apr 2001 17:39:46 +0200
Message-ID: <3AE05841.26FF56E6@esiee.fr>

Hi,

I have to build a 'high' performance database konwing that the requests will always be of the same type : find an address given an ID. This is the ONLY resquest performed but on a very large database. Since I'm working under linux, I've thought of creating my own structure to store the data, such as using a full disk and accessing only a part of it from an address found in a hash table. Since the disk can be seen as a file, it should work well (?).
The problem is that I fear this system might not be as performant as a standard database system (well optimised) . . .

Can someone advice me about which database would be the best to answer always the same kind of very simple request ??? Is the system I've thought of not too optimistic ???

Thanks

David Quere Received on Fri Apr 20 2001 - 10:39:46 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US