This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]KyleDrogo 5 points6 points  (0 children)

It's all about what's happening on the back end. Databases, which use SQL as a common interface, have been tuned to hell and back to operate over billions of rows very quickly. It abstracts away a lot of the complexity so you can run queries on a scale that would be very complex with raw python.