I ran a Select * from TABLE
from two identical tables, the only difference was that one didn't have indexes.
The table that didn't have any indexes took 7 minutes and the one with indexes took 5 minutes.
The tables had 29000 rows each.
Is that normal? Does this also happen in other database servers?