You are still noticing slowness in a query after performing optimize, which helped resolve the small files problem. The column (transactionId) you are using to filter the data has high cardinality and is an auto-incrementing number. Which Delta optimization can you enable to filter data effectively based on this column?