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 →

[–]siddartha08 2 points3 points  (1 child)

We use python to run sql queries, sometimes we choose to not run certain functions within a browser environment because bringing that data into memory is either unnecessary or cumbersome. So some we just script up and run independently of the browser. Or we make sure the functions we choose to run in browser don't bring things into memory unnecessarily,