CN113051219A - Database management method, device, equipment and storage medium - Google Patents

Database management method, device, equipment and storage medium Download PDF

Info

Publication number
CN113051219A
CN113051219A CN201911370049.5A CN201911370049A CN113051219A CN 113051219 A CN113051219 A CN 113051219A CN 201911370049 A CN201911370049 A CN 201911370049A CN 113051219 A CN113051219 A CN 113051219A
Authority
CN
China
Prior art keywords
format
data format
user
data
information
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.)
Pending
Application number
CN201911370049.5A
Other languages
Chinese (zh)
Inventor
夏宝宁
张双杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guizhou Baishancloud Technology Co Ltd
Original Assignee
Guizhou Baishancloud Technology Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Guizhou Baishancloud Technology Co Ltd filed Critical Guizhou Baishancloud Technology Co Ltd
Priority to CN201911370049.5A priority Critical patent/CN113051219A/en
Publication of CN113051219A publication Critical patent/CN113051219A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/116Details of conversion of file system types or formats

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a database management method, a device, equipment and a storage medium, wherein the method comprises the following steps: receiving a data format created or modified by a creator; generating or updating format information corresponding to the data format, and storing the data format and the format information corresponding to the data format; receiving format request information of a user; and returning the data format corresponding to the format request information and the format information corresponding to the data format to the user. The database management method and the database management device can effectively manage the data in various data formats in the database, and are convenient for a manager to accurately know the use conditions of the data in different data formats in the database and track and manage the data.

Description

Database management method, device, equipment and storage medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a database management method, apparatus, device, and storage medium.
Background
When an enterprise sets branch companies in multiple cities, in order to enable various personnel in the branch companies to directly communicate and share, communication efficiency is improved, the enterprise usually uses an enterprise database, and various personnel in the company can submit the content responsible by the personnel to an internal database, so that the enterprise can be conveniently used by other staff in the required company. For example, technician a writes a code in language a and uploads it to an internal database, and technician B wants to use a code, but after downloading, he does not know which language to write in, and cannot use it. For another example, the financial staff C uses the financial dedicated software to draw a financial data table and upload the financial data table to the internal database, but the financial staff C logs off the account after leaving the job and deletes the financial data table uploaded to the internal database. Or technician a wants to view the financial data table uploaded by financial staff C, but because the field of industry is too different, technician a cannot open the financial data table using the relevant software.
It can be known from the above specific problems that how to manage data in various formats is a problem to be solved urgently, because the formats of data stored in the internal database are various, so that an administrator can conveniently count the storage location, the use condition, and the quantity of data in the database.
Disclosure of Invention
In order to solve the technical problem, the invention provides a database management method, a database management device and a storage medium.
The database management method provided by the invention comprises the following steps:
receiving a data format created or modified by a creator;
generating or updating format information corresponding to the data format, and storing the data format and the format information corresponding to the data format;
receiving format request information of a user;
and returning the data format corresponding to the format request information and the format information corresponding to the data format to the user.
The database management method also has the following characteristics: the method further comprises the following steps:
receiving a management request of a manager, and determining a data format corresponding to the management request and a management instruction corresponding to the data format;
processing the data format according to the management instruction;
and updating format information corresponding to the processed data format and returning processing information to the manager.
The database management method also has the following characteristics: the management command comprises a data format deletion and format information corresponding to the data format deletion, a data format modification creator, a data format statistic user and the use times of the user.
The database management method also has the following characteristics: the format information includes creation time of the data format, update time of the data format, ID of creator of the data format, ID of user of the data format, time information of user request data format, and/or IP addresses of the creator and the user.
The database method also has the following characteristics: the method further comprises the following steps:
and updating the ID of the user with the data format, the time information of the user request data format and/or the IP address of the user in the format information according to the format request information of the user.
The invention provides a database management device, comprising:
the receiving module is used for receiving the data format created or modified by the creator;
the generating module is used for generating or updating format information corresponding to the data format;
the storage module is used for storing the data format and format information corresponding to the data format;
the receiving module is also used for receiving format request information of a user;
the return module is used for returning the data format corresponding to the format request information and the format information corresponding to the data format to the user;
the storage module is further used for updating the format information according to the format request information of the user.
The database management device also has the following characteristics: the device further comprises:
the receiving module is further used for receiving a management request of a manager;
the analysis module is used for determining a data format corresponding to the management request and a management instruction corresponding to the data format;
the processing module is used for processing the data format according to the management instruction;
the storage module is also used for updating format information corresponding to the processed data format;
and the return module is used for returning the processing information to the manager.
The database management device also has the following characteristics: the management command comprises a data format deletion and format information corresponding to the data format deletion, a data format modification creator, a data format statistic user and the use times of the user.
The database management device also has the following characteristics: the format information includes creation time of the data format, update time of the data format, ID of creator of the data format, ID of user of the data format, time information of user request data format, and/or IP addresses of the creator and the user.
The database management device also has the following characteristics: the storage module is specifically configured to update the ID of the user in the data format, the time information of the user request data format, and/or the IP address of the user in the format information according to the format request information of the user.
The present invention also provides a transmission apparatus, including: a transceiver, a memory, a processor;
the transceiver is used for receiving and transmitting messages;
the memory is used for storing instructions and data;
the processor is operable to read instructions and data stored in the memory to perform the database management method as described above.
The present invention also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements a database management method as described above.
The database management method and the database management device can effectively manage the data in various data formats in the database, and are convenient for a manager to accurately know the use conditions of the data in different data formats in the database and track and manage the data.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate an embodiment of the invention and, together with the description, serve to explain the invention and not to limit the invention. In the drawings:
FIG. 1 is a flow diagram of a database management method in an embodiment;
FIG. 2 is another flow diagram of a database management method in an embodiment;
FIG. 3 is a schematic diagram showing a connection configuration of a database management apparatus according to an embodiment;
fig. 4 is a schematic diagram of another connection structure of the database management apparatus in the embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
The invention provides a database management method which can track the creation and use conditions of data formats, can count the number of the data formats in a database and can manage the database more conveniently and efficiently.
As shown in fig. 1, which is an embodiment of the database management method provided by the present invention, the database management method includes:
receiving a data format created or modified by a creator;
generating or updating format information corresponding to the data format, and storing the data format and the format information corresponding to the data format;
receiving format request information of a user;
and returning the data format corresponding to the format request information and the format information corresponding to the data format to the user.
The database management method is applied to the management process of the enterprise database, and each employee in the enterprise has a unique ID in the database. The ID of each employee can be named by the employee according to the own will, and when the repeated ID appears, the employee who sets the repeated ID later is reminded to modify so as to ensure the database management efficiency. When each employee appears, the employee can be used as a creator or a user, and when a certain employee needs to create a data format in a database, the employee is the creator; when a certain employee needs to use the data format stored in the database, the employee is the user. The creator can create the data format and modify the created data format, but the user can only use the data format used by the creator and can not modify the data format created by the creator.
The format information comprises the creation time of the data format, the update time of the data format, the ID of a creator of the data format, the ID of a user of the data format, the time information of the data format requested by the user, and/or the IP addresses of the creator and the user. It should be noted that, the content referred to in the format information is not a data format such as gzip and txt, but refers to a field of a format, and the field of the format contains format information, for example, the time of creation is one kind of information of the data format, and when the format information is expressed, the time of creation is used as one field of the created data format to express the information of the data format.
After the data format corresponding to the format request information and the format information corresponding to the data format are returned to the user, the method further comprises the following steps:
and updating the ID of the user of the data format, the time information of the user request data format and/or the IP address of the user in the format information according to the format request information of the user.
By counting the format information of the data format created by the creator, the creator ID, the creation time and the modification time (update time) of the data format can be clearly known, and a manager and a user can conveniently track the processing condition of the data format created by the creator in real time. For example, the data format created by the creator may be classified according to the creator ID, and how many kinds of data are created by the creator in total is counted, where the data refers to different types of data, such as txt, word, and the like, and the database may index the created data according to the creator ID or the different types of data, so as to facilitate the user to search. For another example, statistics and search may be performed on the content of the creator, the user, and the data according to the time, statistics of the information of the user of a certain data content in a day, statistics of the modification information of a certain data content in a day, statistics of the number of data contents created by the creator in a day, and the like. Each time the creator modifies the data format, the creator stores the modified data format in the database, and when the creator finds that the newly modified data format has a problem and cannot be used, the creator returns to the last modified version through the database, for example, the creator modifies and stores a certain data content for the first time at 9 points, the creator modifies and stores the data content for the second time at 9 points and half, the creator finds that the modification of the data content by 9 points and half has an error, and the first modified version stored in 9 points is called from the new version at 10 points and is modified and stored for the third time. All the data content operations of the creator are recorded, including the modification time, the version called by the operation and the like, in the database, so that the loss of the previous version is avoided, the time of the creator is saved, and the working efficiency of the creator is improved. The time of the creator modifying the data format each time is recorded, if the creator is one member of a certain team, a manager of the team can timely know the working dynamic state of the creator through the modifying time of the data format, and team cooperation is facilitated. By updating the ID of the user with the data format, the time information of the data format requested by the user and/or the IP address of the user, the creator can be helped to know whether the created or modified data format is used by the user in time, so that the creator can determine whether to continue modifying the data format or delete the data format according to the use condition of the user.
Further, as shown in fig. 2, the method of the present invention further includes:
receiving a management request of a manager, and determining a data format corresponding to the management request and a management instruction corresponding to the data format;
processing the data format according to the management instruction;
format information corresponding to the processed data format is updated, and processing information is returned to the manager.
The management command includes deleting data format and corresponding format information, creating data format altering, user counting data format and the use number of the user.
The manager and the creator can modify the data format, and when the manager and the creator conflict with each other in modifying the data format, the modification performed by the creator and the manager is recorded, that is, after the creator modifies the data format, the format information is updated, and a record is added to the format information, wherein various information such as time, the modifier and the like in the modification process is recorded; after the manager modifies the data format, a record is added to the format information, wherein the record can record the time, the modifier information and the like in the modification process of the manager, so that the creator, the manager and the user can know the data format clearly and conveniently call different versions to check. Because the modification aiming at the data format is compatible, the current calling of the user to the data format cannot be influenced, when the creator or manager finishes the modification, the database can update the format information updated aiming at the data format in time and pushes the format information to the user, and the user can conveniently use the latest modified data.
When an employee leaves, the ID of the employee in the database is deleted, but the data format under the ID name of the employee may be very important and cannot be deleted, at this time, a manager may manage the important data format that needs to be reserved according to the actual situation, or manage all the data formats under the ID of the employee, for example, a creator that modifies the data format allocates the creator to other employees, that is, the employee will replace the employee who leaves the employee as the creator, and the data format may be modified, so as to ensure that the data format is not lost even if the employee leaves the employee, and improve the reliability and stability of the database management.
When the manager considers that some data formats in the database are not suitable for all employees to obtain, the data formats can be deleted or the access rights of the data formats can be set so as to ensure the benefits of the company using the database. Through counting users with data formats and the use times of the users, managers can be better helped to know the use conditions of the data formats, and the managers can make decisions beneficial to enterprises conveniently. The processing information returned to the manager may include the modified creator ID, the creator ID change time, and the like, so as to facilitate statistics and management by the manager.
In the implementation process of the database management method, the creator, the user and the manager can call the database through an API interface, such as a Restful API interface based on web service, to complete the operation on the data format. Here, it should be noted that the data format is a schema in the database, and when the creator uploads the data format, the schema is formatted. In addition, when the user wants to use the data format created by the creator, the user needs to adapt the format of the creator, and the process of the user adapting the format of the creator is similar to the process of modifying the code of the program or the content when the API interface is changed, so that the code of the program or the content can adapt to the changed API interface. The process of the user to adapt to the format of the creator is compatible, and the situation that the format between the user and the creator is incompatible is not caused.
As shown in fig. 3, which is an embodiment of a database management apparatus provided by the present invention, the database management apparatus is used for implementing the database management method shown in fig. 1, and the database management apparatus includes:
the receiving module is used for receiving the data format created or modified by the creator;
the generating module is used for generating or updating format information corresponding to the data format;
the storage module is used for storing a data format and format information corresponding to the data format;
the receiving module is also used for receiving format request information of a user;
the return module is used for returning the data format corresponding to the format request information and the format information corresponding to the data format to the user;
and the storage module is also used for updating the format information according to the format request information of the user.
The receiving module is provided with an API interface to provide an interface for a creator, a user and a manager to use. The generating module can realize read-write requests, and is used for generating or updating format information corresponding to the data format and finishing registration requests and login verification so as to ensure that only employees of an enterprise can safely log in and improve the use safety of the database. And after the employee of the enterprise finishes registration, returning a registration result to the employee through the return module.
As shown in fig. 4, the apparatus in this embodiment is used to implement the method shown in fig. 2, and the apparatus further includes:
the receiving module is also used for receiving a management request of a manager;
the analysis module is used for determining a data format corresponding to the management request and a management instruction corresponding to the data format;
the processing module is used for processing the data format according to the management instruction;
the storage module is also used for updating format information corresponding to the processed data format;
and the return module is used for returning the processing information to the manager.
The storage module is specifically used for updating the ID of the user with the data format, the time information of the data format requested by the user and/or the IP address of the user in the format information according to the format request information of the user. The processing module may authorize or de-authorize the creator of the data format in accordance with the management instructions. The manager can send out an instruction, and the processing module manages the service state of the database according to the instruction of the manager, so that the manager can manage the service state conveniently.
Here, the storage module may be a part of the database management apparatus, or may be a separate storage apparatus independent of the database management apparatus. When the storage module is used as an independent storage device, when the database management device receives the requests of a creator, a user and a manager, the database management device sends a read/write request to the storage device, and the storage device returns the content corresponding to the request to the database management device according to the read/write request.
The database management device and the management method can clearly know the time of the creator creating the data format, the ID of the creator, the ID of the user, the use times and the change condition of the data format. Meanwhile, the database management device and the management method can also realize an audit function, and are used for auditing the calling condition of the data format and tracking the use condition of the data format, so that a manager can judge whether to delete the data format according to the calling condition and the audit condition of the data format. The data formats of all teams scattered in all places can be integrated into a whole through the database management device and the management method, the data formats of the teams distributed in all places in an enterprise are uniformly managed through the database management device and the management method, and the communication efficiency and the cohesion of the enterprise are improved.
The present invention also provides a transmission device comprising: transceiver, memory, processor. The transceiver is used for receiving and transmitting messages, the memory is used for storing instructions and data, and the processor is used for reading the instructions and the data stored in the memory so as to execute the database management method.
The present invention also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the database management method described above.
The above-described aspects may be implemented individually or in various combinations, and such variations are within the scope of the present invention.
It will be understood by those skilled in the art that all or part of the steps of the above methods may be implemented by instructing the relevant hardware through a program, and the program may be stored in a computer readable storage medium, such as a read-only memory, a magnetic or optical disk, and the like. Alternatively, all or part of the steps of the foregoing embodiments may also be implemented by using one or more integrated circuits, and accordingly, each module/unit in the foregoing embodiments may be implemented in the form of hardware, and may also be implemented in the form of a software functional module. The present invention is not limited to any specific form of combination of hardware and software.
It is to be noted that, in this document, the terms "comprises", "comprising" or any other variation thereof are intended to cover a non-exclusive inclusion, so that an article or apparatus including a series of elements includes not only those elements but also other elements not explicitly listed or inherent to such article or apparatus. Without further limitation, an element defined by the phrase "comprising … …" does not exclude the presence of additional like elements in the article or device comprising the element.
The above embodiments are merely to illustrate the technical solutions of the present invention and not to limit the present invention, and the present invention has been described in detail with reference to the preferred embodiments. It will be understood by those skilled in the art that various modifications and equivalent arrangements may be made without departing from the spirit and scope of the present invention and it should be understood that the present invention is to be covered by the appended claims.

Claims (12)

1. A database management method, comprising:
receiving a data format created or modified by a creator;
generating or updating format information corresponding to the data format, and storing the data format and the format information corresponding to the data format;
receiving format request information of a user;
and returning the data format corresponding to the format request information and the format information corresponding to the data format to the user.
2. The database management method of claim 1, wherein the method further comprises:
receiving a management request of a manager, and determining a data format corresponding to the management request and a management instruction corresponding to the data format;
processing the data format according to the management instruction;
and updating format information corresponding to the processed data format and returning processing information to the manager.
3. The method of claim 2, wherein the management command comprises deleting the data format and the format information corresponding thereto, modifying the creator of the data format, counting the number of users of the data format and the number of uses of the user.
4. The database management method of claim 1, wherein the format information includes creation time of a data format, update time of a data format, ID of a creator of a data format, ID of a user of a data format, time information of a user's request for a data format, and/or IP addresses of a creator and a user.
5. The database management method of claim 4, wherein the method further comprises:
and updating the ID of the user with the data format, the time information of the user request data format and/or the IP address of the user in the format information according to the format request information of the user.
6. A database management apparatus, comprising:
the receiving module is used for receiving the data format created or modified by the creator;
the generating module is used for generating or updating format information corresponding to the data format;
the storage module is used for storing the data format and format information corresponding to the data format;
the receiving module is also used for receiving format request information of a user;
the return module is used for returning the data format corresponding to the format request information and the format information corresponding to the data format to the user;
the storage module is further used for updating the format information according to the format request information of the user.
7. The database management apparatus of claim 6, wherein the apparatus further comprises:
the receiving module is further used for receiving a management request of a manager;
the analysis module is used for determining a data format corresponding to the management request and a management instruction corresponding to the data format;
the processing module is used for processing the data format according to the management instruction;
the storage module is also used for updating format information corresponding to the processed data format;
and the return module is used for returning the processing information to the manager.
8. The database management apparatus as recited in claim 7, wherein the management command includes a delete data format and format information corresponding thereto, a creator for modifying the data format, a user for counting the data format, and a number of times of use of the user.
9. The database management apparatus according to claim 6, wherein the format information includes creation time of a data format, update time of a data format, ID of a creator of a data format, ID of a user of a data format, time information of a user's request for a data format, and/or IP addresses of a creator and a user.
10. The data management apparatus as claimed in claim 9, wherein the storage module is specifically configured to update the ID of the user in the data format, the time information of the user requesting the data format, and/or the IP address of the user in the format information according to the format request information of the user.
11. A transmission device, characterized in that the transmission device comprises: a transceiver, a memory, a processor;
the transceiver is used for receiving and transmitting messages;
the memory is used for storing instructions and data;
the processor is configured to read instructions and data stored in the memory to perform the database management method of any of claims 1 to 5.
12. A computer-readable storage medium, on which a computer program is stored, which, when executed by a processor, implements a database management method according to any one of claims 1 to 5.
CN201911370049.5A 2019-12-26 2019-12-26 Database management method, device, equipment and storage medium Pending CN113051219A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911370049.5A CN113051219A (en) 2019-12-26 2019-12-26 Database management method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911370049.5A CN113051219A (en) 2019-12-26 2019-12-26 Database management method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113051219A true CN113051219A (en) 2021-06-29

Family

ID=76505656

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911370049.5A Pending CN113051219A (en) 2019-12-26 2019-12-26 Database management method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113051219A (en)

Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1209246A (en) * 1995-12-18 1999-02-24 花旗银行 Form creating and ordering system
CN1656479A (en) * 2002-04-19 2005-08-17 计算机联合思想公司 Method and system for distributing data
CN1976283A (en) * 2005-12-01 2007-06-06 国际商业机器公司 System and method of combining metadata of file in backup storage device
CN101043381A (en) * 2007-04-20 2007-09-26 北京航空航天大学 System and method for collecting service grid traceback information
CN101431425A (en) * 2007-11-09 2009-05-13 百视通网络电视技术发展有限责任公司 Distributed EPG system and service flow based on network shared data center
CN101710380A (en) * 2009-12-22 2010-05-19 中国软件与技术服务股份有限公司 Electronic document safety protection method
US20100318581A1 (en) * 2008-02-07 2010-12-16 Shingo Miyazaki Information life-cycle management system, information management server apparatus, electronic media control apparatus, and storage medium
CN102137157A (en) * 2011-02-28 2011-07-27 浪潮(北京)电子信息产业有限公司 Cloud memory system and implementation method thereof
CN102279953A (en) * 2011-09-21 2011-12-14 广东迪科思信息科技有限公司 Method for constructing electronic government information resource sharing platform
CN102307210A (en) * 2011-01-13 2012-01-04 国云科技股份有限公司 Data downloading system and data management and downloading method thereof
CN105701156A (en) * 2015-12-29 2016-06-22 青岛海信网络科技股份有限公司 Distributed file system management method and device
CN105808589A (en) * 2014-12-31 2016-07-27 中国电信股份有限公司 File processing method and apparatus
CN106934021A (en) * 2017-03-10 2017-07-07 深圳市科脉技术股份有限公司 The processing method and system of modularized encapsulation form
CN107203434A (en) * 2017-06-22 2017-09-26 武汉斗鱼网络科技有限公司 A kind of texture shared method, device and computer-readable recording medium
CN108231130A (en) * 2016-12-15 2018-06-29 北京兆易创新科技股份有限公司 A kind of eMMC test methods and device
CN108491415A (en) * 2018-02-05 2018-09-04 武汉国贸通大数据有限公司 A kind of searching method and search system of international trade data
CN109799763A (en) * 2019-01-31 2019-05-24 广西汽车集团有限公司 A kind of data processing method being directed to ECU, apparatus and system
CN110019048A (en) * 2017-09-30 2019-07-16 北京国双科技有限公司 Document handling method, device, system and server based on MongoDB
CN110019970A (en) * 2018-06-15 2019-07-16 中国平安人寿保险股份有限公司 Inventory downloads template creation method, device, terminal and readable storage medium storing program for executing
CN110609779A (en) * 2019-08-20 2019-12-24 腾讯科技(深圳)有限公司 Data processing method and device, electronic equipment and computer readable storage medium

Patent Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1209246A (en) * 1995-12-18 1999-02-24 花旗银行 Form creating and ordering system
CN1656479A (en) * 2002-04-19 2005-08-17 计算机联合思想公司 Method and system for distributing data
CN1976283A (en) * 2005-12-01 2007-06-06 国际商业机器公司 System and method of combining metadata of file in backup storage device
CN101043381A (en) * 2007-04-20 2007-09-26 北京航空航天大学 System and method for collecting service grid traceback information
CN101431425A (en) * 2007-11-09 2009-05-13 百视通网络电视技术发展有限责任公司 Distributed EPG system and service flow based on network shared data center
US20100318581A1 (en) * 2008-02-07 2010-12-16 Shingo Miyazaki Information life-cycle management system, information management server apparatus, electronic media control apparatus, and storage medium
CN101710380A (en) * 2009-12-22 2010-05-19 中国软件与技术服务股份有限公司 Electronic document safety protection method
CN102307210A (en) * 2011-01-13 2012-01-04 国云科技股份有限公司 Data downloading system and data management and downloading method thereof
CN102137157A (en) * 2011-02-28 2011-07-27 浪潮(北京)电子信息产业有限公司 Cloud memory system and implementation method thereof
CN102279953A (en) * 2011-09-21 2011-12-14 广东迪科思信息科技有限公司 Method for constructing electronic government information resource sharing platform
CN105808589A (en) * 2014-12-31 2016-07-27 中国电信股份有限公司 File processing method and apparatus
CN105701156A (en) * 2015-12-29 2016-06-22 青岛海信网络科技股份有限公司 Distributed file system management method and device
CN108231130A (en) * 2016-12-15 2018-06-29 北京兆易创新科技股份有限公司 A kind of eMMC test methods and device
CN106934021A (en) * 2017-03-10 2017-07-07 深圳市科脉技术股份有限公司 The processing method and system of modularized encapsulation form
CN107203434A (en) * 2017-06-22 2017-09-26 武汉斗鱼网络科技有限公司 A kind of texture shared method, device and computer-readable recording medium
CN110019048A (en) * 2017-09-30 2019-07-16 北京国双科技有限公司 Document handling method, device, system and server based on MongoDB
CN108491415A (en) * 2018-02-05 2018-09-04 武汉国贸通大数据有限公司 A kind of searching method and search system of international trade data
CN110019970A (en) * 2018-06-15 2019-07-16 中国平安人寿保险股份有限公司 Inventory downloads template creation method, device, terminal and readable storage medium storing program for executing
CN109799763A (en) * 2019-01-31 2019-05-24 广西汽车集团有限公司 A kind of data processing method being directed to ECU, apparatus and system
CN110609779A (en) * 2019-08-20 2019-12-24 腾讯科技(深圳)有限公司 Data processing method and device, electronic equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
US10754932B2 (en) Centralized consent management
KR101213918B1 (en) Method and system for tracking changes in a document
US9110909B2 (en) File level hierarchical storage management system, method, and apparatus
KR101213923B1 (en) Methods and systems for caching and synchronizing project data
US8473636B2 (en) Information processing system and data management method
US8112424B2 (en) Flexible and resilient information collaboration management infrastructure
US7818300B1 (en) Consistent retention and disposition of managed content and associated metadata
US8255420B2 (en) Distributed storage
US11403027B2 (en) Technology for governance of data retention and transfer
US9965207B2 (en) Maintenance of cloned computer data
US20100262632A1 (en) Data transfer from on-line to on-premise deployment
US20050246386A1 (en) Hierarchical storage management
US7886053B1 (en) Self-management of access control policy
US7596674B2 (en) Data managed storage system for regulatory compliance
US20090248714A1 (en) Selective mapping of integrated data
US11080344B2 (en) Cloud-native documents integrated with legacy tools
US20050234966A1 (en) System and method for managing supply of digital content
JP2006031608A (en) Computer, storage system, file management method which computer performs, and program
CN113051219A (en) Database management method, device, equipment and storage medium
US20190220550A1 (en) System and method for federeated content management using a federated library and federated metadata propagation
JP2020021133A (en) Personal information management system, personal information management method and program
US20090125903A1 (en) Center management apparatus, method, and computer readable storage medium storing program thereof
US20140143255A1 (en) Storage system, cloud storage system, and computer program product
US9727830B2 (en) Multi-tier employment model for human capital management
JP4166704B2 (en) Lifecycle management engine

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