in reply to Re^2: Bid data but need fast response time
in thread Bid data but need fast response time
All databases should cache MRU -- mysql has a really good read only cache.
But performance will heavily depend on how you map your data structure to the schema.
For a purely perl approach I think I might try Tie::File and split the data into fixed length lines, but without knowing more about your problem it's difficult to tell ;)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Bid data but need fast response time
by Anonymous Monk on May 21, 2012 at 15:07 UTC |