in reply to Parsing of 3 GB File

I have to agree with using a database. If you don't have one readily available, just install the SQLite module. This module has the database embedded and unlike database servers like MySQL, it's an easy no-configuration install.