SQL command ok to add?
Posted: Mon Aug 23, 2010 1:09 pm
CREATE INDEX IDX_holdem_hand_player_statistics_id_player_real
on holdem_hand_player_statistics (id_player_real);
Is this command ok for the DB?
My tool searches with "where id_player_real = ..." so this could speed up a lot.
Do I have to do more to gain performance?
on holdem_hand_player_statistics (id_player_real);
Is this command ok for the DB?
My tool searches with "where id_player_real = ..." so this could speed up a lot.
Do I have to do more to gain performance?