Hi There,
I tried to load a temporary table where I have lot of information coming from source tables and in this temp table I do some lookups or merges with dimension tables to updates key information required for fact table in the temp table.
My Question is I have to create indexes on some of the columns from source but which way is good. Creating indexes while creating table and load or load data and then create indexes?
what are the implications of both on db?