I have a database with 2 tables in it. table1 has 250000 records,table2 has 500000. I've never worked with this size tables before and I just ran a:
select * from table2;
I've done this with 10s of thousands of records and its been almost instant. However on this RH9, Xeon 2.4, 256mb it takes 3 mins 4 seconds. Is this normal?
Thanks
select * from table2;
I've done this with 10s of thousands of records and its been almost instant. However on this RH9, Xeon 2.4, 256mb it takes 3 mins 4 seconds. Is this normal?
Thanks