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

  • 相关阅读:
    Google Go语言推出第一个正式版本:Go 1
    前端开发工作感悟:具体的量化指标
    AIR SDK 更新方法
    HTML5 MediaStream的运用
    理解css中的长度单位
    快速提高 Vi/Vim 使用效率的原则与途径
    Saving the Day with Scoped CSS
    事件的发生顺序HTML5移动开发
    BigPipe学习研究
    构建合规的Web应用程序
  • 原文地址:https://www.cnblogs.com/yang_sy/p/1437381.html
Copyright © 2011-2022 走看看