netpooyan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2 databases (1 for user info. & 1 for other tables)Thanks a lot. 🙂
Forum: Fixing WordPress
In reply to: 2 databases (1 for user info. & 1 for other tables)ThanX MichaelH,
Sorry for asking too much questions and thanks for your useful help. 🙂
Another question that i have is:
Wich one is better (better performance) for websites with tons of visitors? Using one database or multiple databases?
For websites with a lot of visitors does one database be able to handle everything without crashing (or also causing the pages load slower)?
I have installed about 10 plugings on each blog and they use database too and also if i use WP database for storing user informations other pages of website will use that database for user informations too and i donno if they will be able to work properly for huge website trafic in the future.Forum: Fixing WordPress
In reply to: 2 databases (1 for user info. & 1 for other tables)ThanX MichaelH for your help,
I read them but all the answers was about using one database for multiple blogs. My question is for example, is there anyway to use two databases for one blog? one for users information talebs (two tables that contain users information in WP) and one for other WP tables (like posts, plugings, settings).
I need to use two databases for each blog because i need to have one different database for members informations to use it in other pages of website (instead of blogs) and also to use them for all the WP blogs.
I have made one database named “database1” that has two tables consist of usernames and user informations, and another database named “database2” for other tables.
I’m noobie in using classes so i can’t understand how to change wp_db class to get user informations from database1 and get posts and plugings and … from database2.PS: sorry for my poor English, and thanks for your help.