Hi,
When i have tried loading some 1 million data using tPivotToColumnsDelimited it's taking around 7 hours.
I thing its not de normalizing when it receives any row.its collecting all the row first and de normalizing after collecting all.
Do you have any approach that will make the process faster.
My Scenario is:
I want to load about 1 month data(around 5 crores) from MongoDB to a table which has a de normalized format.
so i need to write it through a tPivotToColumnsDelimited file and then load it to the table.
is there any way that i can load all the one month data in 7 to 8 hours?
Is there any mechanism to use,so that it will use local-memory to store temporarily.
Any way will be appreciated....I need this urgently please.....as i am not find any way to make the load fast.
Thanks,
jyotiranjan