Quote:
Originally Posted by Marshal
CyberSEO is a great plugin for aggregation. But using WP as a cam aggregator is simply not the best idea. WP can't handle the amount of new webcam models popping up daily. Don't ask me how I know.
Sooner or later you will figure out MySQL is not ment by nature to be used for that sort of projects. The biggest problem that you are going to run into is not size, but the number of queries you can handle at once. Unless you are going to create rather small sites you better skip it. Thank me later.
|
It's not a problem of mysql. Our's uses mysql and it's fine. The issue is with data structure of wordpress. It uses a key->value type of system in a single table so one model might be 10-15 database inserts or updates unless they make a separate dedicated table.