Re: [Perl-unix-users] hash array

2001-12-12 Thread $Bill Luebkert
Zhou, Bo wrote: > Hi, > > Can someone educate me a bit on hash array? Is hash array an in-memory data > structure? Is hash array always loaded into memory? Is it not a good idea to > load a large table (~10mil rows) into a hash array? I am running PERL5 on a > SUN 6500 box. yes, no, no. Check

[Perl-unix-users] hash array

2001-12-12 Thread Zhou, Bo
Hi, Can someone educate me a bit on hash array? Is hash array an in-memory data structure? Is hash array always loaded into memory? Is it not a good idea to load a large table (~10mil rows) into a hash array? I am running PERL5 on a SUN 6500 box. Thanks! Bo Zhou ___