Opttech Sort : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

Opttech Sort
née Opt-Tech, If you have too much data to sort to fit in RAM (Random Access Memory) at once, you will need to use an external sort such as Opttech. It works by sorting RAM-fulls of records, then doing an N-way merge on the sorted batches, to create fewer larger sorted batches. Eventually it ends up with one large sorted batch. It can sort tags records even more quickly. Tag records are short records consisting of the sorting key fields plus a reference back to the original record. Abundance uses Op-Tech sort. It rolls itself out to disk, calls in Opt-Tech sort, giving it all of RAM, then rolls itself back in. It is surprisingly fast. Unfortuately it does not currently support Java via the callable interface. You would have to call it via JNI (Java Native Interface) or via exec.

This page is posted
on the web at:

http://mindprod.com/jgloss/opttech.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\opttech.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[18.220.160.216]
You are visitor number