We have some snapshot tables in our DWH.
In order to improve performance we’re using table partitions to delete old partitions in a fast way (a truncate is much faster than a delete)
Most snapshots we use have a partition scheme for YM (YYYYMM), but we also need some on YW (YYYYWW). The first is by default available in TX, and works fine. But the YW is not available.
Can’t this be added as a feature in TX ?
Best regards,
Peter


