You say the timestamp sort is taking lots of RAM, which leads
me to ask "what resolution are you using and do you need
that great a resolution"?

As I understand it, sorting is sensitive to the number of unique
terms, so if you're storing millisecond timestamps you have a
whole lot more terms than if you store, say, minute resolution.
So one possibility would be to use a coarser resolution than
you are now, if you app can.

Best
Erick

On Tue, Oct 21, 2008 at 9:38 AM, Ganesh <[EMAIL PROTECTED]> wrote:

> Hello all,
>
> I need to maintain multiple db and i don't want to sort on datetime as it
> is taking huge RAM. I want to sort on indexed order. Using Multisearcher or
> ParallelMultiSearcher will maintain the index order. If it does then i don't
> need to merge the indexDB.
>
> Regards
> Ganesh
>
>
>
> Send instant messages to your online friends http://in.messenger.yahoo.com
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to