Hi,
Is it required to add the field used in joining tables as part of index.
select * from TableA
join * from TableB
where TableA.field1 == TableB.field2
&& TableA.field3 == 20;
Should I add field1 as part of index of TableA?
Thanks in advance.
*This post is locked for comments
I have the same question (0)