I have a huge query which used to insert data into a table. If I run that query, it runs faster but my inserts are running longer around 45 minutes for a 4mill records. I do not have any indexes or cluster or any uniqueness defined on this table. Just a table with bunch of columns.
How do I make my inserts faster?
TIA
How do I make my inserts faster?
TIA