>It would seem really useful to be able to compare the performance of
>two or more companies. Having each of them in a separate table means to
>do any kind of comparison you need a join. It would seem lots better
>to have a single table with a column for the company name. Eliminates
>LOTS of work for that scenario...

I don't compare companies against each other.

I just need to get all the price data out of a table (around 1850 rows),
sorted by primary key, as fast as possible.
(ie. without making 1850 malloc calls.)


Thanks,
Matt

Reply via email to