Page 1 of 1

speed performance between mysql and text database

Posted: Fri Jul 01, 2005 2:06 am
by genux33
what is the speed performance of accessing 50000 records data in mysql and accessing 50000 lines of records data in an log file? Which one is better?

Posted: Fri Jul 01, 2005 4:34 am
by Syranide
totally depends on what you want to do.

if you want to work on each and everyone of them you really really need to have a log file, if you are gonna search or pick lines, mysql is wonderful.