Hi,
I am expected to add a millions of records in a table. When will the performance of an average query(a) will start degrading??
(a)
SELEC * FROM abcTable WHERE (xyz='ss')
I am expected to add a millions of records in a table. When will the performance of an average query(a) will start degrading??
(a)
SELEC * FROM abcTable WHERE (xyz='ss')
Comment