We encountered with a disturbing issue. Seems that when we are using left join on the Google Spanner it suffers from bad performance.
The left join operator cause to full scan on the right tables rows from some reason...
Anyone else encountered with this? Of course that when we're removing the left join operator and just using inner join the performance is good...
Execution Plan: