MySQL Databases at RightMedia
MySQL Databases at RightMedia
Intro To RightMedia
RightMedia is an advertising exchange
Publishers, Advertisers, Networks compete and co-operate Rules and links between networks, publishers and advertisers lead to auctions for every ad call for fairness.
-2-
Yahoo! Confidential
Data Cycle
Adserver data is aggregated and flushed every 10 minutes
-3-
Yahoo! Confidential
-4-
Yahoo! Confidential
Current schema very flat all tables are similar to materialized views
New version (AC4) Star/Snowflake schema
-5-
Yahoo! Confidential
-6-
Yahoo! Confidential
-7-
Yahoo! Confidential
-8-
Yahoo! Confidential
MySQL Architecture
Features and Components
- 10 -
Yahoo! Confidential
MySQL
Price/Performance Great performce
Oracle
Capable of running large OLTPs and VLDBs
Physical Storage
Partitioning Replication
Free, in Version 5.1 Limited functionality Free, relatively simple setup. Great horizontal scalability
Yahoo! Confidential
Query Cache
Global memory area used to cache queries and result sets.
SQL query (SELECT) and result stored in hash table Query is checked before parsing and optimization and result set returned immediately WICKED FAST PERFORMANCE!!
- 12 -
Yahoo! Confidential
Allows the freedom of choice to mix and match storage engines within the same database and server instance.
Storage engines are pluggable and can be dynamically loaded into the server instance.
Storage engine API allows developers to enhance and create own storage engines.
The MySQL community offers different pluggable engines for different business solutions.
- 13 -
Yahoo! Confidential
- 14 -
Yahoo! Confidential
- 15 -
Yahoo! Confidential
- 16 -
Yahoo! Confidential
- 17 -
Yahoo! Confidential