Speed-up your Inserts
Problem Statement: Load millions of rows from flat files (csv) to database Load one table from another huge table. Speeding Insert statements Approach: For creating record in database using insert there are two methods. One is conventional and the other is direct path. If we look at the performance aspects of both the approach, latter Read more about Speed-up your Inserts[…]