Y
Hacker News
new
|
ask
|
show
|
jobs
by
dagw
3657 days ago
Or they're just using a bunch of SELECT * WHERE X queries and then filtering the results in their favorite programming language
2 comments
Thriptic
3657 days ago
This. With smaller amounts of data it's not even a big deal. Just pull everything into python or R and subset in there.
link
bobwaycott
3657 days ago
That, too.
link