in reply to Hash lookups, Database lookups, and Scalability
Obviously you have lots of overhead (network IO, etc) over fetching data from an in-memory hash, but a modern RDBMS server will scale to hundreds of millions of rows for simple one-to-one lookups with no problems at all (BTW - these timings were done a dual Xeon linux server, hardly heavy-duty hardware as far as database servers are concerned...)
Michael
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Hash lookups, Database lookups, and Scalability
by jplindstrom (Monsignor) on Oct 31, 2004 at 15:11 UTC | |
by mpeppler (Vicar) on Oct 31, 2004 at 15:53 UTC | |
by davido (Cardinal) on Oct 31, 2004 at 16:00 UTC | |
by mpeppler (Vicar) on Oct 31, 2004 at 16:19 UTC |