Database Sharding
what is Sharding?
Sharding (means partitioning) is a technique used for database design pattern, which means separating the columns or dividing the rows into the multiple tables and each table will runs on separate machine. It's a common strategy emp...
nithinmanupuri.hashnode.dev1 min read