I was reading about noSQL and relational DBMSs. After going through many posts, I am not able to find out exactly how noSQL systems perform horizontal scaling and how it is more efficient than RDBMS scaling.
After all, RDBMSs also do replication and sharding.
How this is fast in case of NoSql?