MySQL speed question (12, permasaged)

1 Name: #!/usr/bin/anonymous : 2009-08-09 08:04 ID:5FfRIDHu

I was wondering, when you have a large set of data in a MySQL table, is it faster to find the data you want with MySQL's Select function, or by dumping the whole table into a PHP array and searching through that?

Basically, which works faster with lots of data, PHP or MySQL?

2 Name: #!/usr/bin/anonymous : 2009-08-09 15:03 ID:Heaven

MySQL.

3 Name: #!/usr/bin/anonymous : 2009-08-10 01:05 ID:Heaven

This is why database people hate PHP programmers.

This thread has been closed. You cannot post in this thread any longer.