We have one table it contains the 20 million records.
we trying to do full load it was taking 10 minutes only. But this table has contained 30 indexes in one of them is a clustered index and the rest is non_cluster indexes.
we are dropping the indexes before loading the data. and recreated the indexes after loading the data into the table.
but it was taking more than 30 minutes to create indexes.
how can we increase the performance for creating the index?
This table doesn't contain the partitions.
Thanks for supporting.
we trying to do full load it was taking 10 minutes only. But this table has contained 30 indexes in one of them is a clustered index and the rest is non_cluster indexes.
we are dropping the indexes before loading the data. and recreated the indexes after loading the data into the table.
but it was taking more than 30 minutes to create indexes.
how can we increase the performance for creating the index?
This table doesn't contain the partitions.
Thanks for supporting.