20 seconds does seem like a long time to retrieve the stored fields of
the 3000 documents.  However, you should also step back and determine
if you really need to do that, or if there is another way to narrow
the number of documents that need to be read from disk.

-Yonik


On 2/6/06, Antonio Bruno <[EMAIL PROTECTED]> wrote:
> Hi,
>   I have an index with 2,5 million documents.
> A document is formed in this way:
> - 15 fields index
> - 1 field stored but not indexed, whose value is one string of 500 byte.
> A search in average gives back the 3000 document. As 3000 id of documents is 
> given back a lot fastly, the 3000 documents instead demands at least 20sec. 
> for being given back!!!
>   I have tried with a string of 5 byte instead that of 500, and the 3000 
> documents are given back in only 1sec!
>   The question seems had to the size of the file .fdt
>   How I can make in order to reduce the time in the first case?
>
>
>
>
>
>
>   Ing. Antonio Bruno
>   Software Analyst
>   http://xoomer.virgilio.it/lnb
>   cell: (+39) 3402347684
>   T&S S.r.l - Technologies And Solutions
>   email T&S: [EMAIL PROTECTED]
>   email Yahoo: [EMAIL PROTECTED]
>
>
>
>
>
>
>
>
> ---------------------------------
> Yahoo! Mail: gratis 1GB per i messaggi, antispam, antivirus, POP3
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to