Sharding
Sharding refers to splitting a large database into several smaller, independently operating parts (shards), each holding only a portion of the overall data. It is a method for handling data volumes that would no longer be practical to process on a single system.
Source: MongoDB — Sharding concepts (general industry reference)