Roberto Brunetti

Developing in the cloud

.NET Programming

Archives

SQL Azure Federation

Due sono le novità interessanti della versione di dicembre 2011 di SQL Azure per le applicazioni che richiedono database di dimensioni non proprio piccoli.

La prima è l’innalzamento da 50 a 150 GB della dimensione massima per ogni singolo database business edition. Il tutto senza un innalzamento dei costi che rimangono, come valore massmio mensile 354,5646 Euro.

La seconda è la semplificazione delle operazioni per rendere “elastico” il database ovvero per gestire la federazione di database.

Per chi non ha mai sentito parlare di SQL Azure Federation riporto il testo della documentazione ufficiale:

SQL Azure Federation is a core feature of SQL Azure that enables the database tier to be elastically scaled out across multiple nodes. This new feature makes it dramatically easier for you to set up an elastic database tier that can repartition based on application workloads. SQL Azure Federation provides you unlimited scale, great price-performance and simplified multi-tenancy for modern cloud applications.

Capabilities and Benefits of SQL Azure Federation

Unlimited Scalability

  • Federations enable horizontal partitioning or ‘sharding’ of data across many nodes to gain unlimited scalability in the application.

Elasticity for the best price-performance

  • The online repartitioning of the database tier combined with the pay-as-you-go model in SQL Azure enables administrators to easily optimize cost and performance by changing the number of databases/nodes they engage for their database workload at any given time.

Simplified multi-tenancy

  • With federations, applications can repartition to promote any tenant of a multi-tenant database to a single database node per tenant without incurring downtime for the reconfiguration.

Comments

jeharievaker said:

It would be nice if you share some more information about SQL Azure Federation.

# dicembre 22, 2011 7:16