Popular Quotes by Ronald Bradford

If you have ever met me personally at a presentation, or during consulting, or have read some of my blogs, publications or books the following statements are things I have been known to say.

“You cannot outscale bad design.”

“I focus on delivering a consistent and rewarding consumer relationship.”

“Do Less Work”.  
(blank stares)  
“Let me explain with more detail. Efficiency — Doing less repetitive work.”

“Disaster is inevitable. Total failure is avoidable”.

The first sentence of this I have stated for many years. While mentioning this in discussion about my third book with my editor Paul Carlstroem, he helped me to realize and therefore refine this quote with the second sentence.

Question:  “What is Testing?”
Answer: “Testing is not about seeing if your software works; testing is all about trying to break your software.”

“When reviewing the performance of a piece of code (or SQL statement); the first objective should not be to make it better; the first objective should be to eliminate it.”

“No one cares about your backup; they only care if you can restore.”

Adapated from W. Curtis Preston – Backup & Recovery (O’Reilly, 2009)

“Work towards being proactive, rather than reactive.”

“Frameworks generally suck.
They CLAIM to improve speed of development and abstract the need to know SQL.
The REALITY is the undocumented cost to sub-optimal performance, especially with data persistence.”

“The greatest performance overhead in MySQL systems today is the lack of SQL skills and general development skills by the software creators.”

“There is a time you have to call a spade a spade (i.e. a blunt object), when what you require is a scalpel (i.e. a fine precision object).

You have two choices. You can continue to dig an ever bigger hole for which there will never will be a solution to your problem, or you accept you need to learn how to build scalpels and you just start [painfully] at the beginning.”

Tagged with:

Related Posts

Sysbench Under the Covers

Sysbench is a popular open-source benchmarking tool designed to evaluate the performance of system components such as CPU, memory, disk I/O, and databases. It is commonly used for testing MySQL, PostgreSQL, and other databases under different load conditions.

Read more

Tracking new AWS Database Infrastructure Availability

AWS can drop 10+ articles a day just in the What’s New feed. You either need an eagle eye, or luck to keep up if you run multiple AWS database products across multiple regions and managing infrastructure.

Read more

Evaluating Readyset Caching for MySQL

Readyset is a database caching solution for MySQL and PostgreSQL . For applications that have increased load on your primary database, or use scale-out infrastructure to support a high-read workload, ReadySet can be a drop-in solution to address current performance issues.

Read more