CN110333968B - Data management method, device and computer equipment applied to database - Google Patents
Data management method, device and computer equipment applied to database Download PDFInfo
- Publication number
- CN110333968B CN110333968B CN201910505400.0A CN201910505400A CN110333968B CN 110333968 B CN110333968 B CN 110333968B CN 201910505400 A CN201910505400 A CN 201910505400A CN 110333968 B CN110333968 B CN 110333968B
- Authority
- CN
- China
- Prior art keywords
- backup
- data
- backed
- time
- database
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1448—Management of the data involved in backup or backup restore
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1458—Management of the backup or restore process
- G06F11/1469—Backup restoration techniques
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/27—Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Quality & Reliability (AREA)
- Databases & Information Systems (AREA)
- Computing Systems (AREA)
- Data Mining & Analysis (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
本发明提供了一种应用于数据库的数据管理方法、装置及计算机设备,其中,应用于数据库的数据管理方法包括:获取对主数据库中待备份数据的数据备份请求;基于所述数据备份请求,获取备份特征信息;根据所述备份特征信息,确定所述待备份数据的备份数量及备份时间;当检测到当前时间达到所述备份时间时,按照所述备份数量对所述待备份数据进行备份,并存储至备份数据库中。通过本发明的技术方案,能够对数据库中数据进行有效管理,提高数据安全性。
The present invention provides a data management method, device and computer equipment applied to a database, wherein the data management method applied to the database comprises: obtaining a data backup request for the data to be backed up in the main database; based on the data backup request, Obtain backup feature information; determine the backup quantity and backup time of the data to be backed up according to the backup feature information; when it is detected that the current time reaches the backup time, back up the data to be backed up according to the backup quantity , and stored in the backup database. Through the technical scheme of the present invention, the data in the database can be effectively managed, and the data security can be improved.
Description
技术领域technical field
本发明涉及计算机技术领域,具体而言,涉及一种应用于数据库的数据管理方法、一种应用于数据库的数据管理装置和一种计算机设备。The present invention relates to the field of computer technology, and in particular, to a data management method applied to a database, a data management device applied to a database, and a computer device.
背景技术Background technique
随着网络、移动应用的兴起,数据量相比过去出现几何级的增长,需要存储的数据也越来越多,随之而来的便是数据库技术的飞速发展。数据库是基于数据库技术实现的建立在计算机存储设备上的仓库,按照数据结构对数据进行组织、存储和管理。由于数据库中存储的数据较多,一旦数据出现异常,就会带了各种麻烦,因此数据的安全性也越来越受到人们重视,这使得如何有效管理数据库中数据以提高数据安全性成为亟待解决的技术问题。With the rise of network and mobile applications, the amount of data has increased geometrically compared to the past, and more and more data needs to be stored, followed by the rapid development of database technology. A database is a warehouse built on a computer storage device based on database technology, and organizes, stores and manages data according to the data structure. Due to the large amount of data stored in the database, once the data is abnormal, it will bring all kinds of troubles, so the security of the data is also getting more and more attention, which makes it an urgent need to effectively manage the data in the database to improve the security of the data technical problems solved.
发明内容SUMMARY OF THE INVENTION
本发明正是基于上述技术问题至少之一,提出了一种新的应用于数据库的数据管理方案,能够对数据库中数据进行有效管理,提高数据安全性。Based on at least one of the above technical problems, the present invention proposes a new data management scheme applied to the database, which can effectively manage the data in the database and improve data security.
有鉴于此,本发明提出了一种新的应用于数据库的数据管理方法,包括:获取对主数据库中待备份数据的数据备份请求;基于所述数据备份请求,获取备份特征信息;根据所述备份特征信息,确定所述待备份数据的备份数量及备份时间;当检测到当前时间达到所述备份时间时,按照所述备份数量对所述待备份数据进行备份,并存储至备份数据库中。In view of this, the present invention proposes a new data management method applied to a database, including: obtaining a data backup request for the data to be backed up in the main database; obtaining backup feature information based on the data backup request; Backup feature information to determine the backup quantity and backup time of the data to be backed up; when it is detected that the current time reaches the backup time, the data to be backed up is backed up according to the backup quantity and stored in a backup database.
在该技术方案中,通过对主数据库中的数据进行及时有效的备份来确保数据的安全性,具体地,根据待备份数据的数据备份请求获取备份特征信息,根据备份特征信息来确定所需的备份数量及备份时间,并按照备份时间和备份数量存储至备份数据库中,以便在主数据库中数据出现异常时,及时调用备份数据进行恢复,从而形成对数据库中数据的有效管理,提高了数据安全性。In this technical solution, data security is ensured by timely and effective backup of the data in the main database. Specifically, the backup feature information is obtained according to the data backup request of the data to be backed up, and the required data is determined according to the backup feature information. The number of backups and the backup time are stored in the backup database according to the backup time and the number of backups, so that when the data in the main database is abnormal, the backup data can be called in time for recovery, thus forming an effective management of the data in the database and improving data security. sex.
在上述技术方案中,优选地,所述基于所述数据备份请求,获取备份特征信息的步骤,具体包括:从所述数据备份请求中提取关键词;获取所述数据备份请求在预定时间段内的发送次数;将所述关键词和所述发送次数作为所述备份特征信息。In the above technical solution, preferably, the step of obtaining backup feature information based on the data backup request specifically includes: extracting keywords from the data backup request; obtaining the data backup request within a predetermined time period The number of times of sending; the keyword and the number of times of sending are used as the backup feature information.
在上述任一项技术方案中,优选地,所述根据所述备份特征信息,确定所述待备份数据的备份数量及备份时间的步骤,具体包括:根据所述关键词,确定所述待备份数据的重要等级;根据预存储的重要等级与备份数量的关联关系,确定与所述待备份数据的重要等级对应的备份数量,并将其作为待备份数据的备份数量;获取所述数据备份请求的首次发送时间;根据所述首次发送时间和所述发送次数,确定所述待备份数据的备份需求等级;根据预存储的备份需求等级与备份时间之间的关联关系,确定与所述待备份数据的备份需求等级对应的备份时间,并将其作为所述待备份数据的备份时间。In any of the above technical solutions, preferably, the step of determining the backup quantity and backup time of the data to be backed up according to the backup feature information specifically includes: determining the data to be backed up according to the keyword. The importance level of the data; according to the relationship between the pre-stored importance level and the backup quantity, determine the backup quantity corresponding to the importance level of the data to be backed up, and use it as the backup quantity of the data to be backed up; obtain the data backup request the first sending time; according to the first sending time and the sending times, determine the backup demand level of the data to be backed up; according to the association between the pre-stored backup demand level and the backup time, determine the The backup time corresponding to the backup demand level of the data is taken as the backup time of the data to be backed up.
在上述任一项技术方案中,优选地,在所述按照所述备份数量对所述待备份数据进行备份的步骤之前,还包括:统计所述备份数据库中的目标备份数据被访问次数是否小于等于阈值,其中,所述目标备份数据为备份数量大于1的备份数据;在确定所述目标备份数据被访问次数小于等于阈值时,将所述目标备份数据的备份数量清理至1份。In any of the above technical solutions, preferably, before the step of backing up the data to be backed up according to the number of backups, the method further includes: counting whether the number of times the target backup data in the backup database is accessed is less than equal to the threshold, wherein the target backup data is backup data with a backup quantity greater than 1; when it is determined that the number of times the target backup data is accessed is less than or equal to the threshold, the backup quantity of the target backup data is cleaned up to 1 copy.
在该技术方案中,当目标备份数据被访问次数小于等于阈值,说明该目标备份数据被调用的概率较小,无需再继续存储多份,及时将备份数量清理至1份,在确保能够满足需求的同时,最大程度上提高对数据库存储资源的合理利用。In this technical solution, when the number of times the target backup data is accessed is less than or equal to the threshold, it means that the probability of the target backup data being called is small, and there is no need to continue to store multiple copies, and the number of backups is cleaned up to 1 copy in time to ensure that the demand can be met. At the same time, the rational use of database storage resources is maximized.
根据本发明的第二方面,提出了一种应用于数据库的数据管理装置,包括:第一获取单元,用于获取对主数据库中待备份数据的数据备份请求;第二获取单元,用于基于所述数据备份请求,获取备份特征信息;确定单元,用于根据所述备份特征信息,确定所述待备份数据的备份数量及备份时间;备份单元,用于当检测到当前时间达到所述备份时间时,按照所述备份数量对所述待备份数据进行备份,并存储至备份数据库中。According to a second aspect of the present invention, a data management device applied to a database is proposed, comprising: a first acquisition unit for acquiring a data backup request for data to be backed up in the main database; a second acquisition unit for The data backup request is to obtain backup feature information; the determination unit is used to determine the backup quantity and backup time of the data to be backed up according to the backup feature information; the backup unit is used to detect that the current time reaches the backup When the time is up, the data to be backed up is backed up according to the backup quantity, and stored in the backup database.
在该技术方案中,通过对主数据库中的数据进行及时有效的备份来确保数据的安全性,具体地,根据待备份数据的数据备份请求获取备份特征信息,根据备份特征信息来确定所需的备份数量及备份时间,并按照备份时间和备份数量存储至备份数据库中,以便在主数据库中数据出现异常时,及时调用备份数据进行恢复,从而形成对数据库中数据的有效管理,提高了数据安全性。In this technical solution, data security is ensured by timely and effective backup of the data in the main database. Specifically, the backup feature information is obtained according to the data backup request of the data to be backed up, and the required data is determined according to the backup feature information. The number of backups and the backup time are stored in the backup database according to the backup time and the number of backups, so that when the data in the main database is abnormal, the backup data can be called in time for recovery, thus forming an effective management of the data in the database and improving data security. sex.
在上述技术方案中,优选地,所述第二获取单元具体用于:从所述数据备份请求中提取关键词;获取所述数据备份请求在预定时间段内的发送次数;将所述关键词和所述发送次数作为所述备份特征信息。In the above technical solution, preferably, the second obtaining unit is specifically configured to: extract keywords from the data backup request; obtain the number of times the data backup request is sent within a predetermined time period; and the number of times of sending as the backup feature information.
在上述任一项技术方案中,优选地,所述确定单元具体用于:根据所述关键词,确定所述待备份数据的重要等级;根据预存储的重要等级与备份数量的关联关系,确定与所述待备份数据的重要等级对应的备份数量,并将其作为待备份数据的备份数量;获取所述数据备份请求的首次发送时间;根据所述首次发送时间和所述发送次数,确定所述待备份数据的备份需求等级;根据预存储的备份需求等级与备份时间之间的关联关系,确定与所述待备份数据的备份需求等级对应的备份时间,并将其作为所述待备份数据的备份时间。In any of the above technical solutions, preferably, the determining unit is specifically configured to: determine the importance level of the data to be backed up according to the keyword; The backup quantity corresponding to the importance level of the data to be backed up is taken as the backup quantity of the data to be backed up; the first sending time of the data backup request is obtained; according to the first sending time and the sending times, determine the Describe the backup demand level of the data to be backed up; determine the backup time corresponding to the backup demand level of the data to be backed up according to the association between the pre-stored backup demand level and the backup time, and use it as the data to be backed up backup time.
在上述任一项技术方案中,优选地,还包括:统计单元,用于统计所述备份数据库中的目标备份数据被访问次数是否小于等于阈值,其中,所述目标备份数据为备份数量大于1的备份数据;清理单元,用于在所述备份单元按照所述备份数量对所述待备份数据进行备份之前,在确定所述目标备份数据被访问次数小于等于阈值时,将所述目标备份数据的备份数量清理至1份。In any of the above technical solutions, preferably, it further includes: a statistical unit, configured to count whether the number of times the target backup data in the backup database is accessed is less than or equal to a threshold, wherein the target backup data is that the number of backups is greater than 1 The cleaning unit is configured to, before the backup unit backs up the data to be backed up according to the number of backups, when it is determined that the number of times the target backup data is accessed is less than or equal to a threshold, the target backup data The number of backups is cleared to 1.
在该技术方案中,当目标备份数据被访问次数小于等于阈值,说明该目标备份数据被调用的概率较小,无需再继续存储多份,及时将备份数量清理至1份,在确保能够满足需求的同时,最大程度上提高对数据库存储资源的合理利用。In this technical solution, when the number of times the target backup data is accessed is less than or equal to the threshold, it means that the probability of the target backup data being called is small, and there is no need to continue to store multiple copies, and the number of backups is cleaned up to 1 copy in time to ensure that the demand can be met. At the same time, the rational use of database storage resources is maximized.
根据本发明的第三方面,提出了一种计算机设备,包括:处理器;以及与所述处理器通信连接的存储器;其中,所述存储器存储有可读性指令,所述可读性指令被所述处理器执行时实现如上述技术方案中任一项所述的方法。According to a third aspect of the present invention, a computer device is provided, comprising: a processor; and a memory communicatively connected to the processor; wherein the memory stores readable instructions, the readable instructions being The processor implements the method described in any one of the foregoing technical solutions when executed.
根据本发明的第四方面,提出了一种计算机可读性存储介质,其上存储有计算机程序,所述计算机程序在被执行时实现如上述技术方案中任一项所述的方法。According to a fourth aspect of the present invention, a computer-readable storage medium is provided, on which a computer program is stored, and when the computer program is executed, the method according to any one of the above technical solutions is implemented.
通过以上技术方案,能够对数据库中数据进行有效管理,提高数据安全性。Through the above technical solutions, the data in the database can be effectively managed, and the data security can be improved.
附图说明Description of drawings
图1示出了根据本发明的实施例的应用于数据库的数据管理方法的流程示意图;1 shows a schematic flowchart of a data management method applied to a database according to an embodiment of the present invention;
图2示出了根据本发明的实施例的应用于数据库的数据管理装置的示意框图;2 shows a schematic block diagram of a data management apparatus applied to a database according to an embodiment of the present invention;
图3示出了根据本发明的实施例的计算机设备的示意框图。Figure 3 shows a schematic block diagram of a computer device according to an embodiment of the present invention.
具体实施方式Detailed ways
为了能够更清楚地理解本发明的上述目的、特征和优点,下面结合附图和具体实施方式对本发明进行进一步的详细描述。需要说明的是,在不冲突的情况下,本申请的实施例及实施例中的特征可以相互组合。In order to understand the above objects, features and advantages of the present invention more clearly, the present invention will be further described in detail below with reference to the accompanying drawings and specific embodiments. It should be noted that the embodiments of the present application and the features in the embodiments may be combined with each other in the case of no conflict.
在下面的描述中阐述了很多具体细节以便于充分理解本发明,但是,本发明还可以采用其他不同于在此描述的其他方式来实施,因此,本发明的保护范围并不受下面公开的具体实施例的限制。Many specific details are set forth in the following description to facilitate a full understanding of the present invention. However, the present invention can also be implemented in other ways different from those described herein. Therefore, the protection scope of the present invention is not limited by the specific details disclosed below. Example limitations.
如图1所示,根据本发明的实施例的应用于数据库的数据管理方法,具体包括以下步骤:As shown in FIG. 1 , the data management method applied to a database according to an embodiment of the present invention specifically includes the following steps:
步骤S102,获取对主数据库中待备份数据的数据备份请求。Step S102: Obtain a data backup request for the data to be backed up in the main database.
步骤S104,基于数据备份请求,获取备份特征信息。Step S104, based on the data backup request, obtain backup feature information.
具体地,从数据备份请求中提取关键词以及获取数据备份请求在预定时间段内的发送次数,将关键词和发送次数作为备份特征信息。Specifically, keywords are extracted from the data backup request and the number of times of sending the data backup request within a predetermined time period is obtained, and the keywords and the number of times of sending are used as backup feature information.
步骤S106,根据备份特征信息,确定待备份数据的备份数量及备份时间。Step S106: Determine the backup quantity and backup time of the data to be backed up according to the backup feature information.
具体地,根据关键词,确定待备份数据的重要等级;根据预存储的重要等级与备份数量的关联关系,确定与待备份数据的重要等级对应的备份数量,并将其作为待备份数据的备份数量;获取数据备份请求的首次发送时间;根据首次发送时间和发送次数,确定待备份数据的备份需求等级;根据预存储的备份需求等级与备份时间之间的关联关系,确定与待备份数据的备份需求等级对应的备份时间,并将其作为待备份数据的备份时间。Specifically, according to the keywords, determine the importance level of the data to be backed up; according to the correlation between the pre-stored importance level and the number of backups, determine the number of backups corresponding to the importance level of the data to be backed up, and use it as the backup of the data to be backed up Obtain the first sending time of the data backup request; determine the backup demand level of the data to be backed up according to the first sending time and the number of sending times; The backup time corresponding to the backup demand level is used as the backup time of the data to be backed up.
步骤S108,当检测到当前时间达到备份时间时,按照备份数量对待备份数据进行备份,并存储至备份数据库中。Step S108, when it is detected that the current time reaches the backup time, the data to be backed up is backed up according to the number of backups, and stored in the backup database.
进一步地,在按照备份数量对待备份数据进行备份的步骤之前,还包括:统计备份数据库中的目标备份数据被访问次数是否小于等于阈值,其中,目标备份数据为备份数量大于1的备份数据;在确定目标备份数据被访问次数小于等于阈值时,将目标备份数据的备份数量清理至1份。Further, before the step of backing up the backup data according to the number of backups, it also includes: whether the number of times the target backup data in the statistical backup database is accessed is less than or equal to a threshold, wherein the target backup data is the backup data whose backup quantity is greater than 1; When it is determined that the number of times the target backup data is accessed is less than or equal to the threshold, the number of backups of the target backup data is cleared to 1.
通过对主数据库中的数据进行及时有效的备份来确保数据的安全性,具体地,根据待备份数据的数据备份请求获取备份特征信息,根据备份特征信息来确定所需的备份数量及备份时间,并按照备份时间和备份数量存储至备份数据库中,以便在主数据库中数据出现异常时,及时调用备份数据进行恢复,从而形成对数据库中数据的有效管理,提高了数据安全性。The data security is ensured by timely and effective backup of the data in the main database. Specifically, the backup feature information is obtained according to the data backup request of the data to be backed up, and the required backup quantity and backup time are determined according to the backup feature information. And it is stored in the backup database according to the backup time and backup quantity, so that when the data in the main database is abnormal, the backup data can be called in time for recovery, thus forming an effective management of the data in the database and improving the data security.
如图2所示,根据本发明的实施例的应用于数据库的数据管理装置200,包括第一获取单元202、第二获取单元204、确定单元206和备份单元208。As shown in FIG. 2 , a data management apparatus 200 applied to a database according to an embodiment of the present invention includes a first obtaining unit 202 , a second obtaining unit 204 , a determining unit 206 and a backup unit 208 .
其中,第一获取单元202用于获取对主数据库中待备份数据的数据备份请求;第二获取单元204用于基于数据备份请求,获取备份特征信息;确定单元206用于根据备份特征信息,确定待备份数据的备份数量及备份时间;备份单元208用于当检测到当前时间达到备份时间时,按照备份数量对待备份数据进行备份,并存储至备份数据库中。The first obtaining unit 202 is used to obtain a data backup request for the data to be backed up in the main database; the second obtaining unit 204 is used to obtain backup feature information based on the data backup request; the determining unit 206 is configured to determine the backup feature information according to the backup feature information. The backup quantity and backup time of the data to be backed up; the backup unit 208 is configured to back up the data to be backed up according to the backup quantity when it is detected that the current time reaches the backup time, and store it in the backup database.
进一步地,第二获取单元204具体用于:从数据备份请求中提取关键词;获取数据备份请求在预定时间段内的发送次数;将关键词和发送次数作为备份特征信息。Further, the second obtaining unit 204 is specifically configured to: extract keywords from the data backup request; obtain the number of times of sending the data backup request within a predetermined time period; and use the keywords and the times of sending as backup feature information.
进一步地,确定单元206具体用于:根据关键词,确定待备份数据的重要等级;根据预存储的重要等级与备份数量的关联关系,确定与待备份数据的重要等级对应的备份数量,并将其作为待备份数据的备份数量;获取数据备份请求的首次发送时间;根据首次发送时间和发送次数,确定待备份数据的备份需求等级;根据预存储的备份需求等级与备份时间之间的关联关系,确定与待备份数据的备份需求等级对应的备份时间,并将其作为待备份数据的备份时间。Further, the determining unit 206 is specifically configured to: determine the importance level of the data to be backed up according to the keyword; determine the backup quantity corresponding to the importance level of the data to be backed up according to the pre-stored relationship between the importance level and the backup quantity, and set the data to be backed up. It serves as the backup quantity of the data to be backed up; obtains the first sending time of the data backup request; determines the backup demand level of the data to be backed up according to the first sending time and the number of sending times; according to the correlation between the pre-stored backup demand level and the backup time , determine the backup time corresponding to the backup demand level of the data to be backed up, and use it as the backup time of the data to be backed up.
进一步地,还包括:统计单元210,用于统计备份数据库中的目标备份数据被访问次数是否小于等于阈值,其中,目标备份数据为备份数量大于1的备份数据;清理单元212,用于在备份单元208按照备份数量对待备份数据进行备份之前,若确定目标备份数据被访问次数小于等于阈值,则将目标备份数据的备份数量清理至1份。Further, it also includes: a statistical unit 210, used to count whether the number of times the target backup data in the backup database is accessed is less than or equal to a threshold, wherein the target backup data is the backup data whose backup quantity is greater than 1; the cleaning unit 212 is used for Before the unit 208 backs up the data to be backed up according to the number of backups, if it is determined that the number of times the target backup data has been accessed is less than or equal to the threshold, the unit 208 cleans up the number of backups of the target backup data to 1 copy.
如图3所示,根据本发明的实施例的计算机设备300,包括:存储器 302、处理器304及通信总线306。其中,存储器 302配置为存储可执行指令;处理器304,配置为执行存储的指令以实现如上述任一实施例所述方法的步骤,因而具备该数据分析方法的全部技术效果,在此不再赘述。As shown in FIG. 3 , a computer device 300 according to an embodiment of the present invention includes: a memory 302 , a processor 304 and a communication bus 306 . Wherein, the memory 302 is configured to store executable instructions; the processor 304 is configured to execute the stored instructions to implement the steps of the method described in any of the above embodiments, and thus has all the technical effects of the data analysis method, which is not repeated here. Repeat.
具体地,上述存储器302可以包括用于数据或指令的大容量存储器。举例来说而非限制,存储器302可包括硬盘驱动器(Hard Disk Drive,HDD)、软盘驱动器、闪存、光盘、磁光盘、磁带或通用串行总线(Universal Serial Bus,USB)驱动器或者两个或更多个以上这些的组合。在合适的情况下,存储器302可包括可移除或不可移除(或固定)的介质。在合适的情况下,存储器302可在综合网关容灾设备的内部或外部。在特定实施例中,存储器302是非易失性固态存储器。在特定实施例中,存储器302包括只读存储器(ROM)。在合适的情况下,该ROM可以是掩模编程的ROM、可编程ROM (PROM)、可擦除PROM (EPROM)、电可擦除PROM(EEPROM)、电可改写ROM(EAROM)或闪存或者两个或更多个以上这些的组合。处理器3 0 4可以包括中央处理器 (CPU) ,或者特定集成电路 (Application Specific IntegratedCircuit,ASIC),或者可以被配置成实施本发明实施例的一个或多个集成电路。通信总线306用于实现信号处理器304和存储器302之间的连接通信。通信总线306可以是工业标准体系结构(Industry Standard Architecture , ISA) 总线、外部设备互连(PeripheralComponent Interconnect , PCI) 总线或扩展标准体系结构(Extended IndustryStandard Architecture , EISA) 总线等。该总线可以分为地址总线、数据总线、控制总线等。Specifically, the memory 302 described above may include mass storage for data or instructions. By way of example and not limitation, memory 302 may include a Hard Disk Drive (HDD), a floppy disk drive, flash memory, optical disk, magneto-optical disk, magnetic tape, or Universal Serial Bus (USB) drive or two or more A combination of more than one of the above. Memory 302 may include removable or non-removable (or fixed) media, where appropriate. Storage 302 may be internal or external to the integrated gateway disaster recovery device, where appropriate. In certain embodiments, memory 302 is non-volatile solid state memory. In particular embodiments, memory 302 includes read only memory (ROM). Where appropriate, the ROM may be a mask programmed ROM, programmable ROM (PROM), erasable PROM (EPROM), electrically erasable PROM (EEPROM), electrically rewritable ROM (EAROM) or flash memory or A combination of two or more of the above. The processor 304 may include a central processing unit (CPU), or a specific integrated circuit (Application Specific Integrated Circuit, ASIC), or may be configured as one or more integrated circuits implementing embodiments of the present invention. The communication bus 306 is used to implement the connection communication between the signal processor 304 and the memory 302 . The communication bus 306 may be an Industry Standard Architecture (ISA) bus, a Peripheral Component Interconnect (PCI) bus, or an Extended Industry Standard Architecture (EISA) bus or the like. The bus can be divided into address bus, data bus, control bus and so on.
本发明第四方面的实施例提供了一种计算机可读存储介质,其上存储有计算机程序,计算机程序被处理器执行时实现如上述任一技术方案所述方法的步骤,因而具备该数据分析方法的全部技术效果,在此不再赘述。计算机可读存储介质可以包括能够存储或传输信息的任何介质。计算机可读存储 介质的例子包括电子电路、半导体存储器设备、ROM、闪存、可擦除ROM(EROM)、软盘、CD-ROM、光盘、硬盘、光纤介质、射频(RF)链路等等。代码段可以经由诸如因特网、内联网等的计算机网络被下载。Embodiments of the fourth aspect of the present invention provide a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, implements the steps of the method described in any of the above technical solutions, and thus has the data analysis method. All technical effects of the method will not be repeated here. Computer-readable storage media can include any medium that can store or transmit information. Examples of computer-readable storage media include electronic circuits, semiconductor memory devices, ROM, flash memory, erasable ROM (EROM), floppy disks, CD-ROMs, optical disks, hard disks, fiber optic media, radio frequency (RF) links, and the like. The code segments may be downloaded via a computer network such as the Internet, an intranet, or the like.
以上结合附图详细说明了本发明的技术方案,本发明的技术方案提出了一种新的应用于数据库的数据管理方案,能够对数据库中数据进行有效管理,提高数据安全性。The technical solution of the present invention is described in detail above with reference to the accompanying drawings. The technical solution of the present invention proposes a new data management solution applied to a database, which can effectively manage data in the database and improve data security.
上所述仅为本发明的优选实施例而已,并不用于限制本发明,对于本领域的技术人员来说,本发明可以有各种更改和变化。凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。The above descriptions are only preferred embodiments of the present invention, and are not intended to limit the present invention. For those skilled in the art, the present invention may have various modifications and changes. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention shall be included within the protection scope of the present invention.
Claims (6)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910505400.0A CN110333968B (en) | 2019-06-12 | 2019-06-12 | Data management method, device and computer equipment applied to database |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910505400.0A CN110333968B (en) | 2019-06-12 | 2019-06-12 | Data management method, device and computer equipment applied to database |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110333968A CN110333968A (en) | 2019-10-15 |
CN110333968B true CN110333968B (en) | 2020-08-14 |
Family
ID=68141077
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910505400.0A Active CN110333968B (en) | 2019-06-12 | 2019-06-12 | Data management method, device and computer equipment applied to database |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110333968B (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114528149A (en) * | 2020-11-23 | 2022-05-24 | 亚信科技(中国)有限公司 | Data backup method and device, electronic equipment and computer readable storage medium |
CN113157489B (en) * | 2021-02-24 | 2022-11-25 | 平安普惠企业管理有限公司 | Database data backup method and device and computer equipment |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108132858A (en) * | 2017-12-22 | 2018-06-08 | 周川 | A kind of disaster-tolerant backup method |
CN109587541A (en) * | 2018-12-13 | 2019-04-05 | 青岛海信传媒网络技术有限公司 | A kind of digital television business processing method, device and television terminal |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7539755B2 (en) * | 2006-04-24 | 2009-05-26 | Inventec Corporation | Real-time heartbeat frequency regulation system and method utilizing user-requested frequency |
US9753813B1 (en) * | 2015-09-25 | 2017-09-05 | Amazon Technologies, Inc. | Data replication snapshots for persistent storage using operation numbers |
CN105608167B (en) * | 2015-12-18 | 2019-10-08 | 金蝶软件(中国)有限公司 | A kind of file backup method and system based on KDFS system |
CN107577556B (en) * | 2017-08-04 | 2020-10-16 | 西安电子科技大学 | A multi-domain collaborative data backup method based on IoT layered architecture |
CN109324927A (en) * | 2018-09-06 | 2019-02-12 | 郑州云海信息技术有限公司 | A method and system for virtual machine backup based on distributed storage system |
CN109542678B (en) * | 2018-11-07 | 2021-12-17 | 郑州云海信息技术有限公司 | Method and device for regularly backing up key information of server |
CN109669818B (en) * | 2018-12-20 | 2019-11-12 | 广州鼎甲计算机科技有限公司 | Continuous data protection method and system without local cache |
-
2019
- 2019-06-12 CN CN201910505400.0A patent/CN110333968B/en active Active
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108132858A (en) * | 2017-12-22 | 2018-06-08 | 周川 | A kind of disaster-tolerant backup method |
CN109587541A (en) * | 2018-12-13 | 2019-04-05 | 青岛海信传媒网络技术有限公司 | A kind of digital television business processing method, device and television terminal |
Also Published As
Publication number | Publication date |
---|---|
CN110333968A (en) | 2019-10-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6048038B2 (en) | Information processing apparatus, program, and information processing method | |
CN110781372B (en) | Method and device for optimizing website, computer equipment and storage medium | |
CN108510287B (en) | Judgment method, electronic device and computer-readable storage medium for customer return visit | |
CN110910249B (en) | Data processing method and device, node equipment and storage medium | |
CN111782707A (en) | Data query method and system | |
CN110333968B (en) | Data management method, device and computer equipment applied to database | |
CN110557800B (en) | A method for identifying the type of wireless hotspot and its network device | |
CN110347571A (en) | A kind of crash log acquisition method, analysis method and relevant apparatus | |
US20140351628A1 (en) | Information processing device, control circuit, computer-readable recording medium for control program, and control method | |
CN110597453A (en) | Video data storage method and device in cloud storage system | |
CN113168315A (en) | Upgrading based on analysis from multiple sources | |
CN106528322B (en) | Method and apparatus for detecting silent corruption of data | |
US20120154158A1 (en) | Computing device and alarm method of the computing device | |
CN108156127B (en) | Network attack mode judging device, judging method and computer readable storage medium thereof | |
CN110209351B (en) | Distributed storage data processing method and device | |
CN114785616A (en) | Data risk detection method and device, computer equipment and storage medium | |
CN113849388A (en) | Test method and device, electronic equipment and storage medium | |
CN111966867B (en) | Object deletion method, data processing method and device | |
JP2016181022A (en) | Information processing apparatus, information processing program, information processing method, and data center system | |
CN101103331A (en) | Enforcing application-specific management policies on content-addressed storage devices | |
CN114880713B (en) | User behavior analysis method, device, equipment and medium based on data link | |
CN110727895A (en) | Sensitive word sending method and device, electronic equipment and storage medium | |
CN110955587A (en) | A method and device for determining equipment to be replaced | |
CN117743024A (en) | Restoring backup from remote storage | |
CN113849133B (en) | Processing method and device of privacy data, electronic equipment and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
CP03 | Change of name, title or address |
Address after: 450002 No. 5 Dongfeng Road, Jinshui District, Henan, Zhengzhou Patentee after: Zhengzhou University of light industry Country or region after: China Address before: 450002 No. 5 Dongfeng Road, Jinshui District, Henan, Zhengzhou Patentee before: ZHENGZHOU University OF LIGHT INDUSTRY Country or region before: China |
|
CP03 | Change of name, title or address |