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

  • 相关阅读:
    初级知识点四——设计模式六大原则
    初级知识点三——面向对象的三大特性
    初级知识点二——C#值传递
    初级知识点一——C#中的值类型与引用类型
    Unity资源引用问题
    Git在windows上的设置详解
    Unity中接收服务器消息并广播事件的实现
    Sphinx 自动化文档
    MAC Pro 同时安装 Python2 和 Python3
    数据中心网络架构演进 — 云网融合
  • 原文地址:https://www.cnblogs.com/yang_sy/p/1437381.html
Copyright © 2011-2022 走看看