Ronald BradfordFounder & CEO at Effective MySQL
Bio

MySQL/LAMP/AWS expert. Providing consulting for performance tuning, architecture and high availability with cloud and hosting services


Recent Answers


Regardless of the number of rows tables have, it's how this data is assigned on disk (and how big that is), and then read into the applicable MySQL memory buffers that matter. The goal is to reduce the memory to disk ratio for "Hot" data. Optimizing indexes is an art. There are also many tricks, like using the right data type (INT not BIGINT), covering indexes (reduces looking at data). Depending on your queries, partitioning may help. Capturing the Query Execution Plan (QEP), learning how to read, understand and improve is necessary to solve your slow queries. http://effectivemysql.com/ has a number of introduction presentations for Optimizing SQL.


Contact on Clarity

$ 3.33/ min

5.00 Rating
Schedule a Call

Send Message

Stats

1

Answers

1

Calls


Access Startup Experts

Connect with over 20,000 Startup Experts to answer your questions.

Learn More

Copyright © 2024 Startups.com LLC. All rights reserved.