I am novice in GCP stack so I am so confused about several listed technologies for storing data:
https://cloud.google.com/products/databases
Specifically, I'm interested in the differences between Cloud Spanner and Cloud SQL.
From my current view I don't see any significant difference between Cloud SQL(with postgres under the hood) and Cloud Spanner. I found that it has a bit different syntax but it doesn't answer when I should prefer this technology to spring cloud sql.
Could you please explain it ?
P.S.
I consider spring cloud SQL as a traditional database with automatic replication and horizontal scalability managed by google.