From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a1868a27625c21e7 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Looking for keyed file package Date: 1999/09/24 Message-ID: <7seobv$7ib$1@nnrp1.deja.com>#1/1 X-Deja-AN: 528714741 References: <37E817C6.80ED41E0@easystreet.com> <7saii8$5bl$1@nnrp1.deja.com> <7scrba$bdu$1@clnews.edf.fr> <7semeb$69u$1@nnrp1.deja.com> X-Http-Proxy: 1.0 x22.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Fri Sep 24 02:41:04 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-09-24T00:00:00+00:00 List-Id: In article <7semeb$69u$1@nnrp1.deja.com>, Robert Dewar wrote: > In article <7scrba$bdu$1@clnews.edf.fr>, > p.obry@der.edf.fr wrote: > > I do not agree here. For example for Information Retrieval a > relational DB > > is not well suited at all. > > > > You need to have very quick access (and walk through) to > inverted index > > file. One thing to be aware of here is that a naive implementation of indexed files may well be slower than using a database built on top of a sophisticated indexed file system. It is quite surprising what can be done with good indexed file systems. For example, the Realia COBOL compiler uses a sophisticated form of leading/trailing key compression which results in an average stored key length of about 16 bits, regardless of the actual physical key length. Sent via Deja.com http://www.deja.com/ Before you buy.