Importance of ROW_SEARCH in the Operator_Name column of explain plan
59 Views
Hello Community
I have observed that after executing the explain plan, I see ROW_SEARCH in the Operator_Name column even though the tables used in my query were column-store ones. Could you please tell me when and how this happens.