Hi I have a big table holding 1b rows. It is partitioned by a column contains 20 distinct values.
Its taking 21 hrs to update one partition with 2m rows. I have a bitmap index on this table as well. I dont know why its taking that long?. I am guessing that bitmap index is not needed on partitioned column, But not sure. Please advise me.
Do I need bitmapindex on partitioned column or is expensive having bitmap index on this column?
Regards,
G
Its taking 21 hrs to update one partition with 2m rows. I have a bitmap index on this table as well. I dont know why its taking that long?. I am guessing that bitmap index is not needed on partitioned column, But not sure. Please advise me.
Do I need bitmapindex on partitioned column or is expensive having bitmap index on this column?
Regards,
G