SlideShare a Scribd company logo
WordPress Database:
What’s behind those 12 tables?
Mauricio Gelves | @maugelves
Do you know this
Masterpiece?
WordPress Database: What's behind those 12 tables
WordPress Database: What's behind those 12 tables
@takisbig
Athens, 2016
A love story
WordPress Database: What's behind those 12 tables
Set of columns
Data types
Indexes
The table anatomy
Table rows
I’m Rebel!
Normalization
Process to avoid:
• Data redundancy
• Unnecessary updates
• Data integrity problems
WordPress Database: What's behind those 12 tables
WordPress Database: What's behind those 12 tables
WordPress Database: What's behind those 12 tables
Process to avoid:
• Data redundancy
• Unnecessary updates
• Data integrity problems
WordPress Database: What's behind those 12 tables
WordPress Database: What's behind those 12 tables
WordPress code of conduct:

No political jokes are allowed
UPDATE tbl_students
SET president = '<new president name>'
WHERE president = 'Prokopis Pavlopoulos'
On every change:
Process to avoid:
• Data redundancy
• Unnecessary updates
• Data integrity problems
Normalized tables:
FK’s
(Foreign Keys)
Is WordPress
Rebel?
• wp-posts
• wp-term-taxonomy
WordPress Database: What's behind those 12 tables
WordPress Database: What's behind those 12 tables
WordPress Database: What's behind those 12 tables
33,3333333333333333333333333333333333333
333333333333333333333333333333333333333
333333333333333333333333333333333333333
333333333333333333333333333333333333333
333333333333333333333333333333333333333
333333333333333333333333333333333333333
333333333333333333333333333333333333333
333333333333333333333333333333333333333
333333333333333333333333333333333333333
333333333333333333333333333333333333333
333333333333333333333333333333333333333
333333333333333333333333333333333333…%
Why WordPress powers
27% of all websites?
SHE’S FLEXIBLE
KEY => VALUE
wp_posts
WordPress
Heart.
wp_posts
Where’s the rest of
the information?
Meta Tables
wp_posts => wp_postmeta
wp_users => wp_usermeta
wp_comments => wp_commentmeta
wp_terms => wp_termmeta
KEY VALUE=>
wp_posts
wp_postmeta
KEY VALUE=>
wp_users
wp_usermeta
SHE ’S ORGANIZED
KEY VALUE=>
wp_options
SHE’S ADAPTABLE
Taxonomies
Taxonomies
Terms list
Sets the
taxonomy name
Es muy fácil comunicarse con ella:
Diapositiva: una mujer con un teléfono
It’s easy
to talk to her
SQL
Structured Query Language
Query structure:
Which column/s?
Which table/s?
Should we filter the search?
Do we have to
know SQL to work
with WordPress?
WordPress Database: What's behind those 12 tables
WordPress Functions:
What if we need
Meta values?
WordPress
Functions:
and for more
complex searches?
WP_Query
WordPress Database: What's behind those 12 tables
WordPress Database: What's behind those 12 tables
WordPress Database: What's behind those 12 tables
CUSTOM TABLES
How and why?
Why Custom Tables?:
• Efficiency (Inner joins)
• Efficiency (calculated fields)
• Space (uncompleted fields)
• Data security
How to create a Custom Tables?:
• Create it on plugin/theme activation
WordPress Database: What's behind those 12 tables
How to create a Custom Tables?:
• Create it on plugin/theme activation
• UI implementation with WP_List class
WordPress Database: What's behind those 12 tables
http://wpengineer.com/2426/wp_list_table-a-step-by-step-guide/
Because of this and more
I’m in love with the
WordPress database.
Thank you!
Mauricio Gelves
@maugelves - maugelves.com

More Related Content

Viewers also liked (17)

PDF
A Quick and Dirty D3.js Tutorial
Young-Ho Kim
 
PDF
Come migliorare le performance di WordPress con il Visual Composer
liciapelliconi.it
 
PDF
Javascript testing: tools of the trade
Juanma Orta
 
PDF
Using Composer to create manageable WordPress websites
Anna Ladoshkina
 
PPT
WordPress Plugin Basics
Amanda Giles
 
PDF
Federal reserve
William Daniels
 
PPSX
WordPress Theme Design and Development Workshop - Day 2
Mizanur Rahaman Mizan
 
PDF
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
LinnAlexandra
 
PPTX
To build a WordPress Theme: Wordcamp Denmark 2014
James Bonham
 
PPTX
Build a WordPress theme from HTML5 template @ Telerik
Mario Peshev
 
PPTX
10 Must Have WordPress Plugins
Affiliate Summit
 
ODP
Top 10 WordPress Plugins
Reem Al-Ashry
 
PPTX
Custom Database Queries in WordPress
topher1kenobe
 
PDF
JavaScript Test-Driven Development with Jasmine 2.0 and Karma
Christopher Bartling
 
PPTX
Analisis Kinerja Reksadana Saham Syariah Menggunakan Metode Sharpe, Treynor, ...
Arsyil Hendra Saputra
 
ODP
Hands On Approach To Networking
ayanthi
 
A Quick and Dirty D3.js Tutorial
Young-Ho Kim
 
Come migliorare le performance di WordPress con il Visual Composer
liciapelliconi.it
 
Javascript testing: tools of the trade
Juanma Orta
 
Using Composer to create manageable WordPress websites
Anna Ladoshkina
 
WordPress Plugin Basics
Amanda Giles
 
Federal reserve
William Daniels
 
WordPress Theme Design and Development Workshop - Day 2
Mizanur Rahaman Mizan
 
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
LinnAlexandra
 
To build a WordPress Theme: Wordcamp Denmark 2014
James Bonham
 
Build a WordPress theme from HTML5 template @ Telerik
Mario Peshev
 
10 Must Have WordPress Plugins
Affiliate Summit
 
Top 10 WordPress Plugins
Reem Al-Ashry
 
Custom Database Queries in WordPress
topher1kenobe
 
JavaScript Test-Driven Development with Jasmine 2.0 and Karma
Christopher Bartling
 
Analisis Kinerja Reksadana Saham Syariah Menggunakan Metode Sharpe, Treynor, ...
Arsyil Hendra Saputra
 
Hands On Approach To Networking
ayanthi
 

More from Mauricio Gelves (20)

PDF
Introducción a GitFlow
Mauricio Gelves
 
PDF
Segui questi 10 passi per diventare Freelance con WordPress
Mauricio Gelves
 
PDF
Simple tricks to improve the performance of your site
Mauricio Gelves
 
PDF
Gutenberg Blocks Development for Programmers with no time
Mauricio Gelves
 
PDF
WordPress: el mejor amigo para tu emprendimiento
Mauricio Gelves
 
PDF
Sviluppo dei blocchi di Gutenberg per programmatori senza tempo
Mauricio Gelves
 
PDF
Gutenberg Blocks Development for Programmers with NO time
Mauricio Gelves
 
PDF
Flexbox y Grid: Los mejores amigos del maquetador
Mauricio Gelves
 
PDF
Desarrollo de bloques de Gutenberg para programadores con poco tiempo
Mauricio Gelves
 
PDF
Código Bonito con PHP
Mauricio Gelves
 
PDF
Follow these 10 steps to become a freelancer with WordPress
Mauricio Gelves
 
PDF
Domina el CSS de tu Web con la ténica BEM (bonito, elegante y molón)
Mauricio Gelves
 
PDF
10 pasos para convertirte en Freelance con WordPress
Mauricio Gelves
 
PDF
Gutenberg: Pros and Cons for this big change in WordPress
Mauricio Gelves
 
PDF
Il database di WordPress: Dodici tabelle che servono per fare di tutto e di più.
Mauricio Gelves
 
PDF
Vive de vacaciones con WordPress
Mauricio Gelves
 
PDF
Quiero aprender WordPress ¿Por donde empiezo?
Mauricio Gelves
 
PDF
Vive de tus sueños con WordPress
Mauricio Gelves
 
PDF
Taller de Iniciación a WordPress
Mauricio Gelves
 
PDF
La base de datos de WordPress
Mauricio Gelves
 
Introducción a GitFlow
Mauricio Gelves
 
Segui questi 10 passi per diventare Freelance con WordPress
Mauricio Gelves
 
Simple tricks to improve the performance of your site
Mauricio Gelves
 
Gutenberg Blocks Development for Programmers with no time
Mauricio Gelves
 
WordPress: el mejor amigo para tu emprendimiento
Mauricio Gelves
 
Sviluppo dei blocchi di Gutenberg per programmatori senza tempo
Mauricio Gelves
 
Gutenberg Blocks Development for Programmers with NO time
Mauricio Gelves
 
Flexbox y Grid: Los mejores amigos del maquetador
Mauricio Gelves
 
Desarrollo de bloques de Gutenberg para programadores con poco tiempo
Mauricio Gelves
 
Código Bonito con PHP
Mauricio Gelves
 
Follow these 10 steps to become a freelancer with WordPress
Mauricio Gelves
 
Domina el CSS de tu Web con la ténica BEM (bonito, elegante y molón)
Mauricio Gelves
 
10 pasos para convertirte en Freelance con WordPress
Mauricio Gelves
 
Gutenberg: Pros and Cons for this big change in WordPress
Mauricio Gelves
 
Il database di WordPress: Dodici tabelle che servono per fare di tutto e di più.
Mauricio Gelves
 
Vive de vacaciones con WordPress
Mauricio Gelves
 
Quiero aprender WordPress ¿Por donde empiezo?
Mauricio Gelves
 
Vive de tus sueños con WordPress
Mauricio Gelves
 
Taller de Iniciación a WordPress
Mauricio Gelves
 
La base de datos de WordPress
Mauricio Gelves
 
Ad

WordPress Database: What's behind those 12 tables