I am loading a table of 200,000,000 rows daily. The fastload
does this in 2-3 hours. However, I have other table to upload, so this creates an issue for me because those tables are even bigger.
Is there any other faster way ?
Use TPT Load instead of FastLoad.
Did you investigate what's the bottleneck?
Is it maxing out on the load server reading the data or processing it? 100% network usage? The Teradata system?
Fastload is single-threaded, there's a high probability for maxing out on a single CPU. Then switching to TPT Load (which also runs the Fastload protocol) is an easy solution, you simply run multiple instances of an operator.