I have a memory optimized table where I currently have a hash index on two columns. Most of my queries have in the join or where clause the two columns and only the two columns. I have a few queries where there's a third column in the join cla
↧