Re: time of search for an index with the file .FDT much large

2006-02-06 Thread Yonik Seeley
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

time of search for an index with the file .FDT much large

2006-02-06 Thread Antonio Bruno
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 inst

time of search for an index with the file .FDT much large

2006-02-06 Thread Antonio Bruno
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 document