Hacker News new | past | comments | ask | show | jobs | submit login

I second that. Would be interesting to know a bit more about the systems setup.

Also why the decision to use an ORM? To manage the partitions?




Eventually you need abstraction. Python is fast enough, as is Django, that the abstraction costs us less than the value it provides us.

That said, we do manage our partitions (currently) using an ORM layer (at the application level). We do want to break this out into a proxy middleware at some point though.


Right, just interested in the choose of such an anti pattern.

What proxies are you considering?




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

Search: