Hacker News new | ask | show | jobs
by rwissmann 3791 days ago
ORMs are pretty terrible for anything to do with analytics or data science, for example.
1 comments

Really anything that wants to pull all your data back into python is going to be horrible for analytics. What's really needed in this space is something that is smart enough to push most data-intensive operations down to the database and pull only the minimum amount of stuff back to python to do anything that's CPU intensive.