Re: [newbie] efficiency issues

2002-04-09 Thread Christopher Thompson
On Monday 08 April 2002 10:09 pm, Daniel Jarrett wrote: > i'm building a table in MYSQL that has about 30 fields.. > > is this inefficient to have a large number of columns? Not necessarily, no. Often, it is more efficient. > if anyone can direct me to some good info on efficient design tips

[newbie] efficiency issues

2002-04-08 Thread Daniel Jarrett
i'm building a table in MYSQL that has about 30 fields.. is this inefficient to have a large number of columns? if anyone can direct me to some good info on efficient design tips/ techniques i'd be grateful. thanks dan ---