# Sharding

Sharding is a very important concept which helps the system to keep data into different resources according to the sharding process.Example: 10000 students record shard by yearly student.

# Features of Sharding:

  • Sharding makes the Database smaller
  • Sharding makes the Database faster
  • Sharding makes the Database much more easily manageable
  • Sharding can be a complex operation sometimes
  • Sharding reduces the transaction cost of the Database
Last Updated: 11/21/2020, 9:42:13 AM