Hi,
> 3. Pump.sort() is taking more time in sorting the elements before loading it ,another issue is we are getting outofmemory issue while sorting the elements with less memory.
Sorting is done in chunks which should fit into memory, if you use large vals, change this param:
.pumpPresort(100000)
I am afraid there is no easy fix for this case. I think major problem in this case are large values. Data pump in 1.0 is bit crude, so it stores everything in temp folders in serialized forms. It also uses slow default serialization.
This should be fixed in 2.0 by some extra functionality, but thats not finished yet.
So far only option I can think of is to reverse sort keys by yourself and avoid sorter in pump.
Jan
--
You received this message because you are subscribed to the Google Groups "MapDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapdb+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.