Forum Moderators: coopster
So far whenver I needed small databases, I just created regular files as tables, searched them and put out whatever I needed.
Works fine for small apps.
Have only held my nose into Mysql and it seems that I have to do the exact same searches, except there is an additional layer in between.
Now, assuming that the authors of mysql are really good at what they are doing (as opposed to yours truly) I would not lose any speed by using mysql.
But at what KB,amount of tables,.. size does it really make sense to use mysql rather then simply writing into a straight file?