Data backup method and device, server and storage medium
A technology for data backup and backup tasks, applied in the database field
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
example 1
[0099] Example 1: The way of logical backup
[0100] BEGIN;
[0101] Set BACKUPNAME=' / usr / bak / my_first_backup_02' READVIEW FROM'20180109000000'TO'20180119000000'; / / Snapshot difference method for logical backup
[0102] BACKUP TYPE LO FROM my_table;
[0103] END;
example 2
[0104] Example 2: The way of physical backup
[0105] BEGIN;
[0106] Set BACKUPNAME=' / usr / bak / my_first_backup_04' READVIEW default; / / Physical backup based on regular transaction snapshots
[0107] BACKUP ALL; / / Backup the entire system, if it is to back up a certain table, it is like "BACKUP FROM my_table;"
[0108] END;
example 3
[0109] Example 3: How to mix backups
[0110] BEGIN;
[0111] Set BACKUPNAME=' / usr / bak / my_first_backup_04'READVIEW FROM'20180109000000'TO now(); / / Snapshot difference mode is used to do mixed backup, starting from the historical time '20180109000000', until all submitted data visible to this transaction Need to backup BACKUP FROM my_table01, my_table02, my_table03; / / Backup the specified three tables, or backup the entire system
[0112] Optionally, when backing up in the block backup mode, there are two situations for the data on the data block:
[0113] In the first case, there is no cross-page, and the qualified data on a certain data block can be stored in enough space on this page.
[0114] The second case, cross-page: the qualified data on a certain data block does not have enough space to store in this page, and there are subsequent pages.
[0115] Based on the above situation, for a data block, if it does not span pages, the page tail part in its data structure is sp...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com