mysql - Why does the Wordpress database schema not use foreign keys? -


today check tables of wordpress database can't find foreign keys relate tables , can tell me why wordpress don't have foreign keys ?

wordpress uses myisam, because of more functionality , better performance, myisam did not support foreign keys. trade off.


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -