Tag: Open Source

Community

MySQL Server Benchmarking 101

(Sean Hull) Benchmarking can be a very revealing process. It can be used to isolate performance problems, and drill down to specific bottlenecks. More importantly, it can be used to compare different servers in your environment, so you have an expectation of performance from those servers, before yo

Community

Cardinality in MySQL Data Modeling

(Rob Gravelle) In data modeling, explaining how each table links to another is known as cardinality. Knowing how to establish table cardinality is a key skill in database design because it can identify areas where the normalization process may have gone awry. This article looks at each relationship