youngcougar
Programmer
When the fact table has a primary key on 4 columns would this slow processing down? What is the most 'efficient' object type to process from ie table or view? I have a cube that comes from a partitioned view and it processes in approx 30 minutes with 42 million rows of sales data. When I create the same cube based off of a table where there are 4 columns that make up the primary key it takes almost over 12 hours with the same amount of data? Why?