MySQL Forums
Forum List  »  Newbie

Re: Wordpress Database Problem
Posted by: Peter Brawley
Date: October 19, 2015 01:15PM

> the newest post I made on my blog will be added to the end of these two tables.

Literally not.

The database engine may add rows anywhere in the table. That's a rule of relational databases: storage row order determines nothing.

> new post random being inserted to the wp_posts table will affect the performance of surfing my site

Misconception, as above. Read about relational databases.

Query performance depends on intelligent query design & optimisation. If you have query performance issues, turn on the slow query log, run Explain Extended on the queries it identifies, touch them up or post them here if necessary to get optimisation help.

Options: ReplyQuote


Subject
Written By
Posted
October 19, 2015 12:15PM
Re: Wordpress Database Problem
October 19, 2015 01:15PM
October 30, 2015 05:05PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.