Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Efficient way to handle huge number of records?

by Sewi (Friar)
on Dec 11, 2011 at 14:15 UTC ( [id://942950]=note: print w/replies, xml ) Need Help??


in reply to Efficient way to handle huge number of records?

If a server-based database is no option and SQLite also isn't what you want, a tie()'ed hash would be an alternate option for fast data access. It isn't that fast like a memory stored hash but the speed is still ok.
It might be faster or slower than a SQL-based database depending on what you're doing...
  • Comment on Re: Efficient way to handle huge number of records?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://942950]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-20 04:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found