You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring the SQL Server sink using ColumnOptions.TimeStamp.NonClusteredIndex = true, the sink creates a non-clustered index on the TimeStamp column, but the index is always ascending.
There is currently no way to specify index direction (e.g., DESC) through the API. This limits performance optimizations, especially for queries retrieving the most recent logs first.
Proposal:
Extend the TimeStamp column options to allow configuring the index direction. For example: