Open
Description
Today, row-level-TTL does a scan over all PRIMARY KEYs.
It can potentially skip this if it evaluates that ttl_expiration_expression
can be reduced to a covering index. We should add a way for TTL to detect this, or a user option to force an index to be used to force TTL deletions to be faster.
Jira issue: CRDB-25648
Epic CRDB-18322