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

More CPUs or Newer CPUs

In a CPU-bound database workload, regardless of price, would you scale-up or scale-new? What if price was the driving factor, would you scale-up or scale-new? I am using as a baseline the first available AWS Graviton2 processor for RDS (r6g).

Read more

An Interesting Artifact with AWS RDS Aurora Storage

As part of using public datasets with my own Benchmarking Suite I wanted upsize a dataset for larger volume testing. I have always used the INFORMATION_SCHEMA.TABLES data_length and index_length columns as a sufficiently accurate measurement for actual disk space used.

Read more

How long does it take the ReadySet cache to warm up?

During my setup of benchmarking I run a quick test-sysbench script to ensure my configuration is right before running an hour+ duration test. When pointing to a Readyset cache where I have cached the 5 queries used in the sysbench test, but I have not run any execution of the SQL, throughput went up 10x in 5 seconds.

Read more