The bottleneck for very large files (100k+ rows) is the parse phase, which loads everything into memory via the Source. **Bulk mode does not make the situation worse.**
The bottleneck for very large files (100k+ rows) is the parse phase, which loads everything into memory via the Source.
Bulk mode does not make the situation worse.