Does the amount of data in a table affect performance?

Just as the subject says, does the performance take a hit of this?

I’m wondering because I have a 2d array made out of tables I access quite often and each of these have around 20 variables attached to them.
[import]uid: 129450 topic_id: 26508 reply_id: 326508[/import]

Do a test to find out. Do a loop of a million queries on a small table and a big table (on device, not on simulator) and check the difference. And let us know :wink:

t [import]uid: 70134 topic_id: 26508 reply_id: 107488[/import]