speed performance between mysql and text database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
genux33
Forum Newbie
Posts: 18
Joined: Sun Apr 10, 2005 8:22 am

speed performance between mysql and text database

Post 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?
Syranide
Forum Contributor
Posts: 281
Joined: Fri May 20, 2005 3:16 pm
Location: Sweden

Post 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.
Post Reply