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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -