zoukankan      html  css  js  c++  java
  • 443.Chapter2 布署与合并多个数据库实例

    第二章 部署与合并多个数据库实例
    I.    Deploying multiple instances
    1. 设计数据库实例。当满足下列情况时,应安装多个数据库实例。
     多个互相独立的sysadmin组
     数据库服务器需要为不同的组织提供数据库
     对不同的数据库实施不同的升级或者更新途径
     隔离相同的SQL Server登录名
     合并多个数据库服务器到单个数据库服务器
    2. 规划数据库实例。下列是在建立多个数据库实例时的指南。
     减少实例数量
     设立命名习惯
     为每个实例分配TCP端口
     分配不同的服务帐户以增强安全性
     确定内存分配
     确定系统数据库的物理位置
     尽可能使用多个物理服务器【集群】
     性能

    II.    Planning database consolidation
    1. Consolidating  database server
    (1) Database server consolidation is the process of reducing the number of database servers in an organization by migrating their hosted database to a central server.
    (2) Benefits of database server consolidation
     Software license
     Monitoring
     Optimizing hardware resources fully
     Simplification of database server administration
     Improved security:  standardize strong security practices, update the software on the server more efficiently, and reducing the complexity of security management trends to improve security in an indirect way.
    (3) Cost of consolidating database servers
     Single point of failure
     Reduction in server performance
     Disk
     Memory
     CPU
     Network
    2. Designing a server consolidation plan
    (1) Gather information about dispersed data
    (2) Identify potential consolidation problems
    (3) Create a migration plan
    (4) Create a plan for testing applications
    3. Consolidation plan guidelines
    (1) Determine the number of databases, instances, and servers
    (2) Include a rollback mechanism
    (3) Test the consolidation procedure
    (4) Define performance targets
    (5) Review regulatory requirements
    (6) Get approval from management

  • 相关阅读:
    附加目录中所有的数据库文件
    SQL Server 2008中的GROUPING SETS的应用实例
    Gmail式的上传
    ubuntu9.10下配置需要用户名及密码的上网代理(squid)
    【jQuery】仿IPhone的滑动操作效果
    Ubuntu9.10下Nginx+PHP(Fastcgi) 安装过程
    如何从SQL Server 中取得字段说明
    SQL server 2005 更改数据库名称
    ASP通过SMTP发邮件
    数据库镜像出现“无法访问或不存在"故障的原因和解决方案
  • 原文地址:https://www.cnblogs.com/yang_sy/p/1437381.html
Copyright © 2011-2022 走看看