MySQL is not faster than most flatfile databases. (all, really, but maybe some sadistic nerd can devise a slow one.) flatfile databases are mere files, with indices and other metadata packed at the head of the file. Any SQL Server technology makes browsing slower due to the communication between the web server (for which PHP or another server- side technology is acting) and the database server as well as the increased complexity of transaction. (SQL queries are performed by seeking a set of rows that match certain criteria variable in length, whereas flatfile databases use a simple key,value scheme.)Wow - that's impressively wrong. That last sentence is a good example - any query of any sort to any storage system is going to require checking some sort of record identifier.
« Older Dead Mike... | What Would Vissarion Do?... Newer »
This thread has been archived and is closed to new comments
posted by me3dia at 2:31 PM on May 24, 2002