I can state that I once had a problem with trying to import a text file that
contained over 25 million records.... ended up breaking the text file into
separate files that were smaller, and importing each file by appending them
to the same table. Worked like a charm.