HomeMogDBMogDB StackUqbar
v1.1

Documentation:v1.1

Supported Versions:

Other Versions:

Overview

For database security purposes, MogDB provides two backup types, multiple backup and restoration solutions, and data reliability assurance mechanisms.

Backup and restoration can be logically or physically performed.

  • Logical backup and restoration: backs up data by logically exporting data. This method can dump data that is backed up at a certain time point, and restore data only to this backup point. A logical backup does not back up data processed between failure occurrence and the last backup. It applies to scenarios where data rarely changes. Such data damaged due to misoperation can be quickly restored using a logical backup. To restore all the data in a database through logical backup, rebuild a database and import the backup data. Logical backup is not recommended for databases requiring high data availability because it takes a long time for data restoration. Logical backup is a major approach to migrate and transfer data because it can be performed on any platform.

  • Physical backup and restoration: copies physical files in the unit of disk blocks to back up a database. A database can be restored using backup files, such as data files and archive log files. Physical backup is usually used for full backup, quickly backing up and restoring data with low costs if properly planned.

    The two data backup and restoration solutions supported by MogDB are as follows. Methods for restoring data in case of an exception differ for different backup and restoration solutions.

    Table 1 Comparison between logical and physical backup and restoration

    Backup Type Application Scenario Media Advantage and Disadvantage
    Logical backup and restoration Small volume of data needs to be processed.
    Currently, it is used for the backup and restoration of one or more tables.
    - Disk
    - SSD
    Backing up a small amount of data (for specified objects) is efficient and flexible.
    For a large volume of data, backup requires a long period of time.
    Physical backup and restoration Huge volume of data needs to be processed. It is mainly used for full backup and restoration as well as the backup and restoration of all WAL archive and run logs in the database. Backing up a huge amount of data is efficient.

While backing up and restoring data, take the following aspects into consideration:

  • Whether the impact of data backup on services is acceptable

  • Database restoration efficiency

    To minimize the impact of database faults, try to minimize the restoration duration, achieving the highest restoration efficiency.

    • Data restorability

      Minimize data loss after the database is invalidated.

    • Database restoration cost

      There are many factors that need to be considered while you select a backup policy on the live network, such as backup objects, data volume, and network configuration. Table 2 lists available backup policies and applicable scenarios for each backup policy.

      Table 2 Backup policies and scenarios

      Backup Policy Key Performance Factor Typical Data Volume Performance Specifications
      Cluster backup - Data amount
      - Network configuration
      Data volume: PB level
      Object quantity: about 1 million
      Backup:
      - Data transfer rate on each host: 80 Mbit/s (NBU/EISOO+Disk)
      - Disk I/O rate (SSD/HDD): about 90%
      Table backup - Schema where the table to be backed up resides
      - Network configuration (NBU)
      Data volume: 10 TB level Backup: depends on query performance rate and I/O rate
      NOTE:
      For multi-table backup, the backup time is calculated as follows:
      Total time = Number of tables x Starting time + Total data volume/Data backup speed
      In the preceding information:
      - The starting time of a disk is about 5s. The starting time of an NBU is longer than that of a disk (depending on the NBU deployment).
      - The data backup speed is about 50 MB/s on a single node. (The speed is evaluated based on the backup of a 1 GB table from a physical host to a local disk.)
      The smaller the table is, the lower the backup performance will be.
Copyright © 2011-2024 www.enmotech.com All rights reserved.