Skip to content


PostgreSQL 8.4

Yesterday the newest PostgreSQL 8.4 has been released. Great, but I still keep on waiting for the 8.5 release that is going to have some quite nice replication built in.

Posted in database.

Tagged with , .


What MySQL Execution Plan Depends On – part 2

Another link about the way that MySQL prepares the execution plan and why it depends on used storage engine. http://code.openark.org/blog/mysql/two-storage-engines-different-plans-part-ii

Posted in database.

Tagged with , .


One Chart of Fun

What a sweet chart here.

Posted in wtf.

Tagged with .


What MySQL Execution Plan Depends On

Well, the execution plan is the way that a database executes query, it usually depends on many things like the presence of indices, data stored in table, amount of the returned data and so on. I’ve already found that on MySQL it depends on something more, on the kind of storage engine being used. More you can find here: http://code.openark.org/blog/mysql/two-storage-engines-different-plans-part-i

Posted in database.

Tagged with , .


Open Office Diff Utility?

While I was starting writing a book I realised that well, you really cannot publish a normal book (not mathematical one) written in (La)TeX. Almost all publishers want to get a book in the super MS Word format (also known as super.doc). So the only option was to use OpenOffice (I don’t use Windows, I don’t have Word, I don’t want to use Office, especially the Office 2007 with it’s new super interface).

Continued…

Posted in software.

Tagged with .