in reply to Re^5: Efficient way to handle huge number of records?
in thread Efficient way to handle huge number of records?

I think that this XS module build problem on 64 bit machines is going to get solved. It is inevitable. Evolve or die. Like all evolutionary things, it takes some time.

If the OP's data fits into RAM, then why the heck not? I have no problem with that. A hash table and RAM access is gonna beat any kind of DB hands down!

  • Comment on Re^6: Efficient way to handle huge number of records?