本文介绍了什么是弹性池的本地版本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们希望能够在前提下使用Azure SQL数据库的功能,例如分片和弹性池.

We would like to be able to use features of Azure SQL database on premise such as sharding and elastic pools.

在Premise SQL Server中这些功能的名称是什么? 

推荐答案

Azure弹性数据库客户端库  (用于创建和管理弹性池,碎片)是开源的,可以在本地实施.您可以从Git Hub获取源代码.

The Azure Elastic Database Client Library (used to create and manage elastic pools, shards) is open source and can be implemented on-premises. You can grab the source code from Git Hub.

https://github .com/Azure/elastic-db-tools

在本地,您还可以使用资源调控器来控制数据库之间的资源消耗(CPU等).

https://github.com/Azure/elastic-db-tools

On-premises you can also use Resource Governor to control resource consumption (CPU, etc,) between databases.


希望这会有所帮助.


Hope this helps.


问候


Regards,

阿尔贝托·莫里洛
SQLCoffee.com

Alberto Morillo
SQLCoffee.com


这篇关于什么是弹性池的本地版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 12:07