Tag: Open Source

Community

PROCEDURE ANALYSE

(Peter Zaitsev) Quite common task during schema review is to find the optimal data type for the column value – for example column is defined as INT but is it really needed or may be SMALLINT or even TINYINT will do instead. Does it contain any NULLs or it can be defined NOT NULL which reduces space

Community

Indexing geo-data

(Evert Pot) Recently we started wondering what the most effective way is to index data based on Longitude and Latitude. Although we’re not yet seeing performance problems, we’re definitely anticipating them without an effective index. We’re using MySQL for anything mission critical, so (some of) thi

Community

Optimizing the MySQL Query Cache

(Sean Hull) MySQL’s query cache is an impressive piece of engineering if sometimes misunderstood. Keeping it optimized and used efficiently can make a big difference in the overall throughput of your application, so it’s worth taking a look under the hood, understanding it, and then keeping it tune

Community

Normalization and smoking

(Giuseppe Maxia) An interesting question came yesterday at the end of the MySQL workshop in Athens. An user has a server with about 40,000 tables, and the performance is not brilliant (oh really?). The reason is that there is an application that requires one or more new tables for any user, and the