After some googling I have found:
Note from mysql docs:
MySQL Cluster automatically shards (partitions) tables across nodes, enabling databases
Google Spanner is an example of a relational database that can scale horizontally. Sharding and replication are done automatically so no need to worry about that. For more information please check out this paper.