4
Hi,

"Filtered indexes" is a great feature available for SQL server https://docs.microsoft.com/en-us/sql/relational-databases/indexes/create-filtered-indexes?view=sql-server-ver15. And it would be nice to this option available for development too. As a start point filter by enum values would a great option.

The feature can be useful when you need to process data from the queue based on the status.
Category: Development
STATUS DETAILS
Needs Votes