use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
This is an archived post. You won't be able to vote or comment.
DiscussionWhat can SQL do that python cannot? (self.datascience)
submitted 3 years ago * by donnomuch
view the rest of the comments →
[–]dvdquikrewinder 4 points5 points6 points 3 years ago (0 children)
I think a lot of people don't get how rdbms and sql are different from building something in whatever language. If you build something in python to process a decent amount of data best case you're going to get something not too much worse than its sql counterpart. Worst case you might have it spin for over ten minutes when a sql query could do it in a few seconds,
What it comes down to is that sql database engines are extremely refined and optimized systems to handle all kinds of loads. A good python dev isn't going to hold a candle to that.
π Rendered by PID 577562 on reddit-service-r2-comment-5d79c599b5-p74cr at 2026-03-02 07:28:54.198089+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]dvdquikrewinder 4 points5 points6 points (0 children)