Tag: Open Source

Community

3 ways MySQL uses indexes

(Peter Zaitsev) I often see people confuse different ways MySQL can use indexing, getting wrong ideas on what query performance they should expect. There are 3 main ways how MySQL can use the indexes for query execution, which are not mutually exclusive, in fact some queries will use indexes for all

Community

Tips for Managing Complex Queries

(Rob Gravelle) When I first took on the role of reports designer for our systems, my first instinct was to try fetching all of the required fields in one huge SQL statement. I soon learned that there are better and easier ways to structure a query that will minimize the complexity while raising our

Community

What’s faster than ALTER?

(Chris) Well, the answer I always get is “DROP”. Then I would say… “what if you wanted to preserve your data?” It is very common for DBAs to think only in terms of what is obviously available in MySQL, ALTER, than all of the tools that are really there. I have been placed in situations in many com

Community

MySQL Cluster development

(Frazer) MySQL Cluster is the name given to one or more MySQL Server processes, connected to an Ndb Cluster database. From the point of view of the MySQL Server processes, the Ndb Cluster is a Storage Engine, implementing transactional storage of tables containing rows. From the point of view of the