Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The first migration from ms sql to mysql was licensing costs, and the desire to host on Linux. The more recent plan to move to postgres is motivated in part by features and in part by standardizing on postgres.


Features that you wouldn't be allowed to use if you try to remain database agnostic.

DB migrations happen, but not often enough to use a lowest-common-denominator db agnostic library and try to remain compatible with all systems.


Well, that is another area the article got partially wrong. There are many postgres specific features included in Django, and other available via third party packages. And for most things that the ORM doesn't specifically support, it gets out of the way and lests you do them anyway, by executing your own custom SQL, right from the ORM.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: