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

     

  • 相关阅读:
    [Linux] git send-email的使用
    Linux 下 grep 命令常用方法简介
    Scikit-learn的kmeans聚类
    python 基础知识
    Python
    xgboost 特征选择,筛选特征的正要性
    阿里菜鸟-算法(一面)
    基于Ranking-CNN的年龄识别(CVPR_2017)
    基于多输出有序回归的年龄识别(CVPR_2016)
    在caffe中用训练好的 caffemodel 来分类新的图片所遇到的问题
  • 原文地址:https://www.cnblogs.com/flysun0311/p/2644460.html
Copyright © 2011-2022 走看看