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

This. With smaller amounts of data it's not even a big deal. Just pull everything into python or R and subset in there.
That, too.