witness the destruction of mysql (read all 3 entries…)
Rewrites 4 years ago

I just rewrote all our in-code SQL queries to be easily recognizable. They now all live in

FOO = <<-SQL
SELECT blah
FROM there
WHERE x = 1
SQL

This will help us with moving away from MySQL.

Bob has also been exploring Postgres performance, but his results are preliminary



Comments:

move away from MySQL already?
but but but..

I just learned it not too long ago? It hasn’t even been a year yet.

MySQL scares me

It does funky things with your data if you don’t bother to read the manual.

I also ran into a really nasty threading bug in MySQL that doesn’t let it be as performant as it should be. (It ground to a halt by locking against itself.)

Once you know SQL, it only takes a few extra minutes in the manual to learn new parts for a new platform.

(This comment was deleted.)

I don't know

Its something I’d like to forget as much as possible.

Postgres is much better, especially because its console doesn’t quit if you press ^C. The Postgres console also has interactive help and tab-completes everything.

Much, much, much better user experience.

(This comment was deleted.)

 

I want to:
43 Things Login