18.11.2011, 17:18
Which is faster, MYSQL or Y_INI?
You can't necessarily compare the two. MySQL saves into databases (use of a third party application), Y_INI stores into files. Y_ini, being designed large amounts of data quickly makes this a stable, effective and reliable system. MySQL's amount of memory and CPU usage renders it 'faulty' in comparison to a fast INI_Parser. I would like to see compromising tests between the native SQL (SQLite) and Y_ini.
|