Tagged Questions

1
vote
1answer
38 views

How to tune performance of a temporal SQL Server table

For a given point in time, an asset has an effective price. Some assets have a new price once a week, some once a day. The most recent price is the "effective price". The temporal table that stores ...