Spanner is a distributed, PostgreSQL compatible database from Google. It might be the most technically impressive database out there. If you have outgrown PostgreSQL (or some other PostgreSQL compatible database) and are already on GCP, adopting Spanner should be a no brainer.
Pros
It implements a PostgreSQL front end. This makes it incredibly flexible and also relatively easy to recruit for.
Columnar storage. An unbelievable powerful feature for a distributed database. It is essentially a world class transactional and analytical database at the same time.
CockroachDB inherits PostgreSQL’s excellent documentation, plus excellent first party documentation.