in reply to Discovering minimal relational data types on large volumes
Check out that suspicion before you start hacking on code.
If you're really getting data via DBI, particularly if you're going over the network, the overhead to get a row of data is very likely to dwarf any per-row computation you're doing. You can check that by measuring the time it takes to fetch that large volume of data without processing. Then compare that to the time you've measured for fetch+processing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Discovering minimal relational data types on large volumes
by dbush (Deacon) on Nov 20, 2002 at 22:15 UTC |