Hacker News new | ask | show | jobs
by whoomp12342 402 days ago
oh man, I remebmer solving this problem by connecting these files into SQL SERVER and joining agains them. Those were the days
1 comments

Still do something similar by using a simple python script to import such files into SQLite and then query the db with SQL. And, if I remember right, now there are free SQLite GUI db readers that also easily allow you to do this.