![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: perl hashesby davorg (Chancellor) |
on Jul 14, 2009 at 16:27 UTC ( [id://779979]=note: print w/replies, xml ) | Need Help?? |
how many entries i can store in hash table. That is determined by the size of your entries and the amount of memory in your computer. what is the performance if i store the more than 50 thousand records That is largely determined by the speed of the processor in your computer. For a data set of that size, you should probably be thinking about a database.
In Section
Seekers of Perl Wisdom
|
|