postgresql
More concurrency: Improved locking in PostgreSQL
If you want to build a large scale website, scaling out the webserver is not enough. It is also necessary to cleverly manage the database side. a key to high scalability is locking. In PostgreSQL we got a couple of new cool features to reduce locking and to speed up