Tag: Open Source

Community

The hidden risks of SQL MODE

(Giuseppe Maxia) MySQL 5.0 introduces improved SQL modes, which can fine tune the way your server behaves. If you are a long term MySQL user, you may be familiar with the speed for accuracy trade-off. MySQL has a default for each field, and guesses a value when you don’t provide an appropriate one w

Community

Validating PostgreSQL Performance

(Josh Berkus) Tweakers.net recenty ran an article comparing database performance on Woodcrest and Opteron CPUs. What’s interesting about the article from a PostgreSQL geek perspective is that it validates a lot of PostgreSQL peformance design to date, and a lot of our propaganda about the difference

Community

MySQL Security Overview

(Leidago) When should you start to worry about MySQL security? When you start to use the MySQL server over an Internet connection. Why? Because that is when your MySQL server is going to be the most vulnerable to all kinds of attacks, such as alterations and denial of service.

Community

Covering index and prefix indexes

(Peter Zaitsev) I already wrote in the blog as well mentioned in presentation there is often a choice you have to make between having prefix index – which can be significantly smaller in size and having index being covering index, which means query can be executed using only data from the index with