Write a parser to feed into DB. Then build indexes on the data columns you need. Indexing does all the magic, but indexing 100 GB will require 1 TB space minimum. Also, searching requires memory minimum 32 GB RAM. Simple version of indexing is COMB script, they separated the files based on the...