in reply to Re: indexing segments
in thread indexing segments

Anyway, 100k is a lot of data, and you'd better not keep it in RAM.

The bare minimum for these is an int for the id, and two ints for the coordinates. Of course with perl there's quite a bit of overhead, but it should still be manageable on 6 Gigs of RAM.