Thread: Business CyberSeo As A Cam Aggregator
View Single Post
Old 03-22-2023, 10:01 AM  
k0nr4d
Confirmed User
 
k0nr4d's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,228
Quote:
Originally Posted by Marshal View Post
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.
k0nr4d is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote