Is there anyway that we can get the distinct values of the column on which there exist a partition.
eg : for my fact table the date is partitioned for each date. if i select the distinct values of dates
it is taking so much time to get the values.
infact these distinct values are being used for report development. every time they open report the dates available in the fact table should display so that users can
select particular date.
help us getting these distinct values fastly
eg : for my fact table the date is partitioned for each date. if i select the distinct values of dates
it is taking so much time to get the values.
infact these distinct values are being used for report development. every time they open report the dates available in the fact table should display so that users can
select particular date.
help us getting these distinct values fastly
Comment