I recently read that the NoSQL DB scale out more easily than the traditional SQL DB. But consider that I have a huge table in SQL DB then I could easily distribute rows among multiple servers based on some hash function. For e.g. – If I have 4 servers I could do (id%4) where id is the primary key of