HELP :) Optimizing data file axs through adding indexes

2001-02-20 Thread pdewaha
Hi, I've a table which is read very often.. Simplified table structure: create table comments ( id int unsigned not null auto_increment primary key, datedate not null, comment varchar(255) not null

HELP :) Optimizing data file axs through adding indexes

2001-02-18 Thread pdewaha
Hi, I've a table which is read very often.. Simplified table structure: create table comments ( id int unsigned not null auto_increment primary key, datedate not null, comment varchar(255) not null