News

Microsoft Azure SQL Database Gets New Service Tiers

Microsoft yesterday announced its Microsoft Azure SQL Database service is incorporating new preview service tiers.

The relational Database as a Service (DaaS) cloud offering is getting Basic and Standard service tiers to join the Premium tier. All are offered as preview services now and are expected to replace the existing Web and Business tiers in one year.

The Premium tier, designed for mission-critical databases, will allow a database up to 500GB in size. Standard, described as "the go-to option for getting started with cloud-designed business applications," will go up to 250GB. Finally, Basic, targeting applications that only require light transactional workloads, has a 2GB limit. The Web and Business size limits were 5GB and 150GB, respectively.

Along with increased maximum database sizes, many other features are being introduced, such as new performance levels within each tier. Performance levels are assigned different levels of data throughput that can be adjusted as needed. Premium will offer three performance levels, Standard will offer two and Basic will offer one.

Performance objectives for the Premium tier provide predictable per-second transaction rates, while Standard has per-minute rates and Basic has per-hour rates.

"You can also now more seamlessly blend the service tiers together to support modern application designs," said Microsoft's Eron Kelly in a blog post announcing the new tiers.

Microsoft also incorporated new business continuity features into the Premium tier, such as active geo-replication and self-service restore functionality.

"For many, these built-in continuity features will remove costly import/export and data sync workarounds," Kelly said.

Pricing for the new tiers -- discounted by 50 percent while in preview -- range from about $2.50 per month for Basic to about $3,720 per month for the top-performance level offered with the Premium service.

The new changes don't all entail new or enhanced services and features, though. Some features won't be available in the new service tiers, such as Federations, which offer a way to get greater scalability and deal with capacity limitations in an application's database tier. Federations horizontally partition tables within a database over multiple other databases that are called federation members, a process referred to as sharding.

Microsoft advised customers to "consider deploying custom sharding solutions to maximize scalability, flexibility and performance."

One reader commented that losing Federations is "a huge blow to customers who came to rely on that capability (and were driven to do so as a documented best practice)." Microsoft said it will work with Federations customers through the transition and will reach out to customers to understand and address their concerns.

Microsoft didn't disclose when the new tiers will become generally available, but said preview customers will get a notice 30 days before that happens and prices go up.

"Microsoft will ensure you have at least six months from Basic, Standard, and Premium general availability to migrate from Web and Business, even if this involves extending the 12-month window," Kelly said.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • VS Code v1.99 Is All About Copilot Chat AI, Including Agent Mode

    Agent Mode provides an autonomous editing experience where Copilot plans and executes tasks to fulfill requests. It determines relevant files, applies code changes, suggests terminal commands, and iterates to resolve issues, all while keeping users in control to review and confirm actions.

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

Subscribe on YouTube