zoukankan      html  css  js  c++  java
  • OPS_Database Standard Operations List

    Database Standard Operations List

    1.       DB Development standard

    l  Database is only a storage , do not depend too much on database

    l  Build a standard workflow for who ,when , how regarding different object levels

    l  Make a standard permission control for who should have which right

    l  Training and let all know who is the right person(dba, leaders) when they have any problem

     

    2.       Data Performance Collection standard

    l  Make sure it does not impact db performance too much or impact other business

    l  Make sure that only use one or two collection platform

    l  Make sure the collection schedule is reasonable

    l  Make sure the collected is real useful

    l  Make sure it’s easy configured and managed (disable ,enable)

    3.       Data Report standard

    l  Automatically report standard

    ü  Build standard for what , how ,when, who for daily report , weekly report and monthly report

    ü  Make sure it is real useful info and they have time to handle

    ü   Make a tracking for each report and make sure it is improved

    l  Manually report standard

    ü  Analyze historical info then improve our performance in high level

    ü  Make sure dba and ops to find a solution together then improve it

    4.       DB Enhancement standard

    l  Make sure enhanced plan is prepared ready ,before do anything

    l  Make sure the enhancement solve our problem really and has the compared list between before and now

    5.       Disaster recovery

    l  Make sure every solution we have tested more and it has loged what happen

     

  • 相关阅读:
    调试脚本的技巧与实际应用
    mysqlconnector将EXCEL表数据导入数据库
    第四十三节,文件、文件夹、压缩包、处理模块shutil
    第四十二节,configparser特定格式的ini配置文件模块
    第四十一节,xml处理模块
    第四十节,requests模拟浏览器请求模块初识
    第三十九节,python内置全局变量
    第三十八节,字符串格式化
    第三十七节,hashlib加密模块
    第三十六节,os系统级别操作模块
  • 原文地址:https://www.cnblogs.com/flysun0311/p/2644460.html
Copyright © 2011-2022 走看看