d0uble | 4 years ago | on: Scalable PostgreSQL Connection Pooler
d0uble's comments
d0uble | 9 years ago | on: Yandex.Mail's successful migration from Oracle to Postgres [pdf]
d0uble | 9 years ago | on: Yandex.Mail's successful migration from Oracle to Postgres [pdf]
First type is still in the database. Some part of type 2 was moved to our abstraction library (that is used by all applications). Logic of thrird type was moved to our applications and it greatly reduced stored code size.
d0uble | 9 years ago | on: Yandex.Mail's successful migration from Oracle to Postgres [pdf]
For PostgreSQL we use commodity servers and right now they are not really efficiently balanced (i.e. on some hosts we don't have enough disk space but other resources are utilized ~30%). So we are working on improving that. But I can't tell you exact numbers of hosts for Oracle or PostgreSQL (which is actually ~x3 from Oracle hosts number :)).
d0uble | 9 years ago | on: Yandex.Mail's successful migration from Oracle to Postgres [pdf]
d0uble | 9 years ago | on: Yandex.Mail's successful migration from Oracle to Postgres [pdf]
d0uble | 9 years ago | on: Yandex.Mail's successful migration from Oracle to Postgres [pdf]
d0uble | 9 years ago | on: Yandex.Mail's successful migration from Oracle to Postgres [pdf]
It took much more time to rewrite backends logic because of lots of legacy code in many applications without using abstraction libraries.