Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge
1.2.0
Prefix Reserved
dotnet add package Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge --version 1.2.0
NuGet\Install-Package Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge -Version 1.2.0
<PackageReference Include="Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge" Version="1.2.0" />
paket add Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge --version 1.2.0
#r "nuget: Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge, 1.2.0"
// Install Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge as a Cake Addin #addin nuget:?package=Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge&version=1.2.0 // Install Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge as a Cake Tool #tool nuget:?package=Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge&version=1.2.0
This Split Merge tool provides capabilities to split or merge shards maintained by the elastic database client library for Azure SQL DB. The package includes a self-hosted cloud service to deploy within your subscription (including a sample Web front-end), and a .NET API for programmatic access to the feature. To learn more about elastic database tools, check out https://azure.microsoft.com/en-us/documentation/articles/sql-database-elastic-scale-documentation-map/.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- EnterpriseLibrary.TransientFaultHandling (>= 6.0.1304)
- EnterpriseLibrary.TransientFaultHandling.Data (>= 6.0.1304.1)
- Microsoft.Azure.SqlDatabase.ElasticScale.Client (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Elastic Database Split Merge 1.2.0 fixes several customer-reported bugs and provides general supportability improvements. The most important issues that are addressed in this release are as follows:
- An issue that prevented user-defined types in sharded tables from participating in split, merge or move operations has been fixed.
- An issue that caused split, merge or move operations to fail for zero guids (00000000-0000-0000-0000-000000000000) has been fixed.
- An issue during copying of sharded tables which typically manifested as a SQL syntax error related to ORDER BY has been fixed.
- Overloads to support X509Certificate2 certificates have been added to the .NET client.
- A new (optional) configuration parameter called ‘MetadataExpirationPeriodInMinutes’ has been added to the service configuration in order to help limit growth of the metadata database when using the service frequently.
- An issue that prevented SchemaInfo data from being read correctly (if the SchemaInfo was written by Elastic Database tools client library version 1.1.0) has been fixed.