rasodu / AspnetCoreOnHerokuSample

Project to demonstrate how to deploy Asp.net Core on Heroku
https://aspnet-core-on-heroku-sample.herokuapp.com
8 stars 3 forks source link

SQL sever sharding and partitioiniong #41

Open rasodu opened 4 years ago

rasodu commented 4 years ago
  1. Partitioning : https://www.cathrinewilhelmsen.net/2015/04/12/table-partitioning-in-sql-server/
  2. Shading : https://blog.pythian.com/sharding-sql-server-database/
  3. Move data in shard : https://stackoverflow.com/questions/294170/best-way-to-move-a-data-row-to-another-shard
  4. http://clementhuge.over-blog.com/article-data-partitioning-on-sql-server-express-standard-and-enterprise-edition-part-1-111038199.html
  5. https://www.youtube.com/playlist?list=PLRSlaaxiXtw373WZIxOD8XwpThTH9w1YP