Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Sample project of the database per tenant sharding pattern for .Net Core

License

Notifications You must be signed in to change notification settings

brianwaustin/DatabasePerTenantPOC

Repository files navigation

DatabasePerTenantPOC

Sample project of the database per tenant sharding pattern for .Net Core

Limitations:

EF applications that use LocalDb first need to migrate to a regular SQL Server database before using elastic database client library. Scaling out an application through sharding with Elastic Scale is not possible with LocalDb. Note that development can still use LocalDb.

Read More

Requires a local install of SQL Express

Need to look up your dynamic TCP port: (e.g. 51011)

Unable to connect to SQL Server Express

data-dependent routing (DDR)

About

Sample project of the database per tenant sharding pattern for .Net Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published