CN104408056B - Data processing method and device - Google Patents

Data processing method and device Download PDF

Info

Publication number
CN104408056B
CN104408056B CN201410592597.3A CN201410592597A CN104408056B CN 104408056 B CN104408056 B CN 104408056B CN 201410592597 A CN201410592597 A CN 201410592597A CN 104408056 B CN104408056 B CN 104408056B
Authority
CN
China
Prior art keywords
service
information
database
data
dynamic transaction
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
Application number
CN201410592597.3A
Other languages
Chinese (zh)
Other versions
CN104408056A (en
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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 China Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN201410592597.3A priority Critical patent/CN104408056B/en
Publication of CN104408056A publication Critical patent/CN104408056A/en
Application granted granted Critical
Publication of CN104408056B publication Critical patent/CN104408056B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2453Query optimisation

Landscapes

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

Abstract

The embodiment of the invention discloses a data processing method and device. The method comprises the following steps: when at least one service data message is received, storing the at least one service data message into a service static database; storing at least one service data message in the first type of service message into a dynamic transaction database; monitoring whether an access request of the first type of service information of the at least one service user exists or not, and recording initial access time; and deleting the service information of the at least one service data information access request which is not monitored in a set time range from the recorded initial access time in the dynamic transaction database. The embodiment of the invention also correspondingly discloses a data processing device. By adopting the embodiment of the invention, the database is divided into the business static database and the dynamic transaction database, so that the transaction database is separated from static business data and becomes a lightweight database, and the database access efficiency is improved.

Description

Data processing method and device
Technical Field
The present invention relates to the field of information processing, and in particular, to a data processing method and apparatus.
Background
The rapid development of information promotes the rapid increase of data volume, and a database is used as a carrier for storing various service data information, and the storage volume of the database is limited by the storage space. The storage of large data volume occupies a large data storage space of the database, and the data access efficiency is also seriously influenced. In order to reduce the storage and access pressure of the database servers, a distribution system is generally adopted to split data, the data are distributed to different database servers, and a user side accesses a specified database through a routing or preset rule, so that the data volume and the access load of the system are dispersed into a plurality of data servers.
By adopting the method to perform database division on the data, although the data storage and access pressure of each data server can be reduced, when data access or data modification operation is performed, the cooperative work of a plurality of servers is possibly involved, so that not only is the complexity of the system work increased, but also the database access efficiency is reduced to a certain extent.
Disclosure of Invention
The embodiment of the invention provides a data processing method and device, which can reduce the data access pressure and improve the database access efficiency.
The embodiment of the invention provides a data processing method, which comprises the following steps:
when at least one service data message is received, storing the at least one service data message into a service static database, wherein the at least one service data message comprises a first class service message and a second class service message;
storing at least one service data message in the first type of service message into a dynamic transaction database;
monitoring whether an access request of the first type of service information of the at least one service user exists or not, and recording initial access time;
and if the access request of the at least one service data information in the dynamic transaction database is not monitored in a set time range from the recorded initial access time, deleting the at least one service data information in the dynamic transaction database.
Correspondingly, an embodiment of the present invention further provides a data processing apparatus, including:
the first storage unit is used for storing at least one piece of service data information into a service static database when the at least one piece of service data information is received, wherein the at least one piece of service data information comprises first-class service information and second-class service information;
the second storage unit is used for storing at least one piece of business data information in the first class of business information into a dynamic transaction database;
the monitoring unit is used for monitoring whether an access request of the first-class service information of the at least one service user exists or not and recording initial access time;
and the processing unit is used for deleting the at least one service data information in the dynamic transaction database if the access request of the at least one service data information in the dynamic transaction database is not monitored in a set time range from the recorded initial access time.
In the embodiment of the invention, the database is divided into the business static database and the dynamic transaction database, so that the transaction database is separated from static business data information and becomes a lightweight database, the data storage pressure is reduced, and the database access efficiency is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flow chart of a data processing method according to an embodiment of the present invention;
FIG. 2 is a flow chart of another data processing method provided by the embodiment of the invention;
FIG. 3 is a schematic structural diagram of a data processing apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of another data processing apparatus according to an embodiment of the present invention.
Detailed Description
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, 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.
Referring to fig. 1, a flow chart of a data processing method according to an embodiment of the present invention is shown, where the method includes the following steps:
s101, when at least one service data message is received, the at least one service data message is stored in a service static database, and the at least one service data message comprises a first class service message and a second class service message.
In a specific implementation, the at least one service data message transmits service data to a designated data server through a channel layer including a website channel, an electronic channel or a self-service channel, and the like, a service static database of the designated data server stores the received at least one service data message, and divides the at least one service data message into a first type of service message and a second type of service message according to a preset rule, wherein the first type of service message as an account information can be cached in a transaction database for access; the second kind of service information is used as the information of the immobile subscriber and is only stored in the service static database.
S102, storing at least one service data message in the first class service message into a dynamic transaction database.
In a specific implementation, the first type of service information of the at least one service data information is cached in the dynamic transaction database in a data sharing transition manner, and the dynamic transaction database further includes transaction information such as transaction parameters, transaction flow and the like besides the first type of service information. The transaction database is mainly used for storing transaction information and business information and waiting for access of application service fields such as a product service system and the like, and at least one piece of business data information in the transaction database can perform data interaction with the business static database in a data sharing transition mode.
S103, monitoring whether an access request of the first-class service information of the at least one service user exists or not, and recording initial access time.
In a specific implementation, the access request includes a first request, a second request and a third request, where the first request includes a request for accessing a static database of a service; the second request comprises a request to access a dynamic transaction database; the third request includes a request to access both the business static database and the dynamic transaction database. And the data server of the dynamic transaction database monitors access requests, the requests comprise a second request and a third request, and when the first-class service information of the at least one service user is accessed, the service information is marked and initial access time is recorded.
And S104, from the recorded initial access time, if the access request of the at least one service data information in the dynamic transaction database is not monitored within a set time range, deleting the at least one service data information in the dynamic transaction database.
In a specific implementation, the dynamic transaction database monitors the access request of the at least one service data information, and if the access request of the at least one service data information in the dynamic transaction database is not monitored within a set time range from the recorded initial access time, the at least one service data information is deleted in batch in the dynamic transaction database according to a preset rule. Otherwise, the at least one service data information is reserved.
By adopting the embodiment of the invention, the database is divided into the business static database and the dynamic transaction database, so that the transaction database is separated from static business data and becomes a lightweight database, and the database access efficiency is improved.
Referring to fig. 2, a schematic flow chart of another data processing method according to an embodiment of the present invention is shown, where the method includes the following steps:
s201, when at least one service data message is received, storing the at least one service data message into a service static database, wherein the at least one service data message comprises a first class service message and a second class service message.
In a specific implementation, the at least one service data message transmits service data to a designated data server through a channel layer including a website channel, an electronic channel or a self-service channel, and the like, a service static database of the designated data server stores the received at least one service data message, and divides the at least one service data message into a first type of service message and a second type of service message according to a preset rule, wherein the first type of service message as an account information can be cached in a transaction database for access; the second kind of service information is used as the information of the immobile subscriber and is only stored in the service static database.
S202, transitionally storing at least one service data message in the first type of service message into a shared file storage by using a first external table.
In a specific implementation, the first external table is used for data interaction between a business static database and shared file storage; the shared file store may be accessed by a business static database and a dynamic transaction database. When the data information in the business static database needs to be transited to the dynamic business database, the data information from the business static database is stored in a shared file by using a first external table.
S203, storing at least one service data information in the first type service information in the shared file storage into the dynamic transaction database by using a second external table.
In a specific implementation, the second external table is used for data interaction between a dynamic transaction database and data transition storage; and the dynamic service database loads at least one service data information of the service static database in the shared file storage by using a second external table.
And S204, when the access request of the first type of service information of the at least one service user is monitored to exist and is a second request, directing the data source of the first data connection pool of the user side to the dynamic transaction database so as to access the dynamic transaction database, and recording the initial access time.
In a particular implementation, the second request includes a request to access a dynamic transaction database. The data connection pool data source of the user side comprises a first data connection pool data source and a second data connection pool data source and is used for cross-database access, the first data connection pool data source points to a currently accessed database, and the second data connection pool data source points to a database needing cross-database access. When the dynamic transaction database needs to be accessed, the data source of the data connection pool points to the dynamic transaction database.
S205, when the access request of the first type of service information of the at least one service user exists and is monitored to be a third request, the first data connection pool data source of the user side points to the dynamic transaction database, the second data connection pool data source of the user side points to the service static database, and the initial access time of the at least one service data information of the dynamic transaction database is recorded.
In a specific implementation, the third request includes a request for accessing the static business database and the dynamic transaction database at the same time. When the dynamic transaction database is accessed to the business static database, the first data connection pool data source of the user side points to the dynamic transaction database, the second data connection pool data source of the user side points to the business static database, and the initial access time of the at least one business data information of the dynamic transaction database is recorded.
S206, the accessed at least one service data information has the mobile subscriber identity, and the at least one service data information which does not have the mobile subscriber identity in the set time range is deleted from the recorded initial access time.
In a specific implementation, the mobile subscriber identity is used to mark at least one service data information that is accessed, and if the at least one service data information that does not have the mobile subscriber identity is not within a set time range from the initial access time of the record, the at least one service data information that has the mobile subscriber identity is subjected to batch deletion operation.
And S207, when receiving an access request of the second type of service information, directing a second data connection pool data source of the user side to a service static database so as to access the service static database.
In a specific implementation, the second type of service information is stored in a service static database, when an access request of the second type of service information is received, the service static database needs to be accessed, the first data connection pool data source points to the current dynamic service database, and the second connection pool data source points to the service static database.
By adopting the embodiment of the invention, the databases are divided into the service static database and the dynamic transaction database, the service information is divided into the first-class service information and the second-class service information, the first-class service information is cached by the dynamic service database, and when different access requests are received, the two classes of data connection pool data sources are adopted to point to different databases to realize cross-database access, thereby reducing the data storage pressure of the databases and improving the database access efficiency.
Referring to fig. 3, a schematic structural diagram of a data processing apparatus according to an embodiment of the present invention is shown, where the apparatus includes the following units:
the first storage unit 11 is configured to store at least one piece of service data information into a service static database when the at least one piece of service data information is received, where the at least one piece of service data information includes first-class service information and second-class service information.
In a specific implementation, the at least one service data message transmits service data to a designated data server through a channel layer including a website channel, an electronic channel or a self-service channel, and the like, a service static database of the designated data server stores the received at least one service data message, and divides the at least one service data message into a first type of service message and a second type of service message according to a preset rule, wherein the first type of service message as an account information can be cached in a transaction database for access; the second kind of service information is used as the information of the immobile subscriber and is only stored in the service static database.
And the second storage unit 12 is used for storing at least one service data message in the first type of service message into a dynamic transaction database.
In a specific implementation, the first type of service information of the at least one service data information is cached in the dynamic transaction database in a data sharing transition manner, and the dynamic transaction database further includes transaction information such as transaction parameters, transaction flow and the like besides the first type of service information. The transaction database is mainly used for storing transaction information and business information and waiting for access of application service fields such as a product service system and the like, and at least one piece of business data information in the transaction database can perform data interaction with the business static database in a data sharing transition mode.
And the monitoring unit 13 is configured to monitor whether an access request of the first type service information of the at least one service user exists, and record an initial access time.
In a specific implementation, the access request includes a first request, a second request and a third request, where the first request includes a request for accessing a static database of a service; the second request comprises a request to access a dynamic transaction database; the third request includes a request to access both the business static database and the dynamic transaction database. And the data server of the dynamic transaction database monitors access requests, the requests comprise a second request and a third request, and when the first-class service information of the at least one service user is accessed, the service information is marked and initial access time is recorded.
A processing unit 14, configured to delete the at least one service data information in the dynamic transaction database if the access request for the at least one service data information in the dynamic transaction database is not monitored within a set time range from the recorded initial access time.
In a specific implementation, the dynamic transaction database monitors the access request of the at least one service data information, and if the access request of the at least one service data information in the dynamic transaction database is not monitored within a set time range from the recorded initial access time, the at least one service data information is deleted in batch in the dynamic transaction database according to a preset rule. Otherwise, the at least one service data information is reserved.
By adopting the embodiment of the invention, the database is divided into the business static database and the dynamic transaction database, so that the transaction database is separated from static business data and becomes a lightweight database, and the database access efficiency is improved.
Referring to fig. 4, a schematic structural diagram of another data processing apparatus according to an embodiment of the present invention is shown, where the apparatus includes the following units:
the first storage unit 21 is configured to store at least one piece of service data information into a service static database when the at least one piece of service data information is received, where the at least one piece of service data information includes first-class service information and second-class service information.
In a specific implementation, the at least one service data message transmits service data to a designated data server through a channel layer including a website channel, an electronic channel or a self-service channel, and the like, a service static database of the designated data server stores the received at least one service data message, and divides the at least one service data message into a first type of service message and a second type of service message according to a preset rule, wherein the first type of service message as an account information can be cached in a transaction database for access; the second kind of service information is used as the information of the immobile subscriber and is only stored in the service static database.
And the second storage unit 22 is used for storing at least one service data message in the first type of service message into a dynamic transaction database.
In the present embodiment, the second storage unit 22 may include the first transition unit 221 and/or the second transition unit 222.
A first transition unit 221, configured to transitionally store at least one service data information in the first type of service information into the shared file storage by using a first external table.
In a specific implementation, the first external table is used for data interaction between a business static database and shared file storage; the shared file store may be accessed by a business static database and a dynamic transaction database. When the data information in the business static database needs to be transited to the dynamic business database, the data information from the business static database is stored in a shared file by using a first external table.
A second transition unit 222, configured to store at least one service data information of the first type service information in the shared file storage into the dynamic transaction database by using a second external table.
In a specific implementation, the second external table is used for data interaction between a dynamic transaction database and data transition storage; and the dynamic service database loads at least one service data information of the service static database in the shared file storage by using a second external table.
The monitoring unit 23 is configured to monitor whether there is an access request of the first type service information of the at least one service user, and record an initial access time.
In the present embodiment, the monitoring unit includes a first monitoring subunit 231 and a second monitoring subunit 232.
The first monitoring subunit 231 is configured to, when the monitoring indicates that the access request of the first type of service information of the at least one service user exists and is a second request, point the first data connection pool data source of the user side to the dynamic transaction database to access the dynamic transaction database, and record an initial access time.
In a particular implementation, the second request includes a request to access a dynamic transaction database. The data connection pool data source of the user side comprises a first data connection pool data source and a second data connection pool data source and is used for cross-database access, the first data connection pool data source points to a currently accessed database, and the second data connection pool data source points to a database needing cross-database access. When the dynamic transaction database needs to be accessed, the data source of the data connection pool points to the dynamic transaction database.
The second monitoring subunit 232 is configured to, when it is monitored that the access request of the first type of service information of the at least one service user exists and is a third request, point the first data connection pool data source of the user side to the dynamic transaction database, point the second data connection pool data source of the user side to the service static database, and record an initial access time of the at least one service data information of the dynamic transaction database.
In a specific implementation, the third request includes a request for accessing the static business database and the dynamic transaction database at the same time. When the dynamic transaction database is accessed to the business static database, the first data connection pool data source of the user side points to the dynamic transaction database, the second data connection pool data source of the user side points to the business static database, and the initial access time of the at least one business data information of the dynamic transaction database is recorded.
And the processing unit 24 is configured to delete the at least one service data information that does not have the mobile subscriber identity within a set time range from the recorded initial access time.
In a specific implementation, the mobile subscriber identity is used to mark at least one service data information that is accessed, and if the at least one service data information that does not have the mobile subscriber identity is not within a set time range from the initial access time of the record, the at least one service data information that has the mobile subscriber identity is subjected to batch deletion operation.
And the access unit 25 is configured to, when receiving an access request for the second type of service information, point the second data connection pool data source of the user side to the service static database, so as to access the service static database.
In a specific implementation, the second type of service information is stored in a service static database, when an access request of the second type of service information is received, the service static database needs to be accessed, the first data connection pool data source points to the current dynamic service database, and the second connection pool data source points to the service static database.
By adopting the embodiment of the invention, the databases are divided into the service static database and the dynamic transaction database, the service information is divided into the first-class service information and the second-class service information, the first-class service information is cached by the dynamic service database, and when different access requests are received, the two classes of data connection pool data sources are adopted to point to different databases to realize cross-database access, thereby reducing the data storage pressure of the databases and improving the database access efficiency.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The above disclosure is only for the purpose of illustrating the preferred embodiments of the present invention, and it is therefore to be understood that the invention is not limited by the scope of the appended claims.

Claims (8)

1. A data processing method, comprising:
when at least one service data message is received, storing the at least one service data message into a service static database, wherein the at least one service data message comprises a first class service message and a second class service message, and the first class service message is a mobile subscriber message;
storing at least one service data message in the first type of service message into a dynamic transaction database;
when the access request of the first type of service information of the at least one service user is monitored to exist and is a second request, the first data connection pool data source of the user side is pointed to the dynamic transaction database so as to access the dynamic transaction database, and the initial access time is recorded; and/or
When the access request of the first type of service information of the at least one service user exists and is a third request, directing a first data connection pool data source of the user side to a dynamic transaction database, directing a second data connection pool data source of the user side to a service static database, and recording the initial access time of the at least one service data information of the dynamic transaction database;
starting from the recorded initial access time, the accessed at least one service data information has a mobile subscriber identity, and deleting the at least one service data information which does not have the mobile subscriber identity within a set time range;
the second request comprises a request to access a dynamic transaction database, and the third request comprises a request to access both a business static database and a dynamic transaction database.
2. The method of claim 1, wherein storing at least one service data message in the first type of service message in a dynamic transaction database comprises:
transitionally storing at least one service data information in the first type of service information into a shared file storage by using a first external table;
storing at least one business data information of the first type of business information in the shared file storage into the dynamic transaction database by using a second external table.
3. The method of claim 1, wherein the at least one service data information accessed has an mobile subscriber identity;
if the access request of the at least one service data information in the dynamic transaction database is not monitored in a set time range from the recorded initial access time, deleting the at least one service data information in the dynamic transaction database, including:
and deleting the at least one service data information which does not have the mobile subscriber identification within a set time range from the recorded initial access time.
4. The method of any one of claims 1-3, further comprising:
and when an access request of the second type of service information is received, the data source of the second data connection pool of the user side is pointed to the service static database so as to access the service static database.
5. A data processing apparatus, characterized in that the apparatus comprises:
the first storage unit is used for storing at least one piece of service data information into a service static database when the at least one piece of service data information is received, wherein the at least one piece of service data information comprises first-class service information and second-class service information, and the first-class service information is mobile subscriber information;
the second storage unit is used for storing at least one piece of business data information in the first class of business information into a dynamic transaction database;
a monitoring unit for
When the access request of the first type of service information of the at least one service user is monitored to exist and is a second request, the first data connection pool data source of the user side is pointed to the dynamic transaction database so as to access the dynamic transaction database, and the initial access time is recorded; and/or
When the access request of the first type of service information of the at least one service user exists and is a third request, directing a first data connection pool data source of the user side to a dynamic transaction database, directing a second data connection pool data source of the user side to a service static database, and recording the initial access time of the at least one service data information of the dynamic transaction database;
the processing unit is used for deleting the at least one service data information which does not have the mobile subscriber identification in a set time range from the recorded initial access time when the accessed at least one service data information has the mobile subscriber identification; the second request comprises a request to access a dynamic transaction database, and the third request comprises a request to access both a business static database and a dynamic transaction database.
6. The apparatus of claim 5, wherein the second storage unit comprises:
a first transition unit, configured to transitionally store at least one service data information in the first type of service information into a shared file storage by using a first external table;
a second transition unit, configured to store at least one service data information of the first type service information in the shared file storage into the dynamic transaction database by using a second external table.
7. The apparatus of claim 5, wherein the at least one service data information accessed has an active subscriber identity;
the processing unit is specifically configured to delete the at least one service data information that does not have the mobile subscriber identity within a set time range from the recorded initial access time.
8. The apparatus of any one of claims 5-7, further comprising:
and the access unit is used for pointing the second data connection pool data source of the user side to the service static database to access the service static database when receiving an access request of the second type of service information.
CN201410592597.3A 2014-10-29 2014-10-29 Data processing method and device Active CN104408056B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410592597.3A CN104408056B (en) 2014-10-29 2014-10-29 Data processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410592597.3A CN104408056B (en) 2014-10-29 2014-10-29 Data processing method and device

Publications (2)

Publication Number Publication Date
CN104408056A CN104408056A (en) 2015-03-11
CN104408056B true CN104408056B (en) 2020-09-15

Family

ID=52645688

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410592597.3A Active CN104408056B (en) 2014-10-29 2014-10-29 Data processing method and device

Country Status (1)

Country Link
CN (1) CN104408056B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106156044B (en) * 2015-03-26 2019-10-18 阿里巴巴集团控股有限公司 Database switching method and device
CN107426304A (en) * 2017-07-06 2017-12-01 努比亚技术有限公司 Method, system and the proxy server of interactive media resource
CN109543391B (en) * 2018-12-27 2022-02-01 青岛海泰新光科技股份有限公司 Biological characteristic information dynamic matching method and device and biological characteristic identification system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2081329A1 (en) * 2006-10-26 2009-07-22 Alibaba Group Holding Limited Network data storing system and data accessing method thereof
CN102638584A (en) * 2012-04-20 2012-08-15 青岛海信传媒网络技术有限公司 Data distributing and caching method and data distributing and caching system
CN103268321A (en) * 2013-04-19 2013-08-28 中国建设银行股份有限公司 Data processing method and device for high concurrency transaction
CN103324713A (en) * 2013-06-19 2013-09-25 北京奇虎科技有限公司 Data processing method and device in multistage server and data processing system
CN103716375A (en) * 2013-12-05 2014-04-09 北京用友政务软件有限公司 Distributed cache-based multistage financial data interaction method and system
CN103927173A (en) * 2014-04-16 2014-07-16 深圳市腾邦国际商业服务股份有限公司 Data processing method and system based on integrated sales operation

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2081329A1 (en) * 2006-10-26 2009-07-22 Alibaba Group Holding Limited Network data storing system and data accessing method thereof
CN102638584A (en) * 2012-04-20 2012-08-15 青岛海信传媒网络技术有限公司 Data distributing and caching method and data distributing and caching system
CN103268321A (en) * 2013-04-19 2013-08-28 中国建设银行股份有限公司 Data processing method and device for high concurrency transaction
CN103324713A (en) * 2013-06-19 2013-09-25 北京奇虎科技有限公司 Data processing method and device in multistage server and data processing system
CN103716375A (en) * 2013-12-05 2014-04-09 北京用友政务软件有限公司 Distributed cache-based multistage financial data interaction method and system
CN103927173A (en) * 2014-04-16 2014-07-16 深圳市腾邦国际商业服务股份有限公司 Data processing method and system based on integrated sales operation

Also Published As

Publication number Publication date
CN104408056A (en) 2015-03-11

Similar Documents

Publication Publication Date Title
US11146502B2 (en) Method and apparatus for allocating resource
US20140164487A1 (en) File saving system and method
US10606806B2 (en) Method and apparatus for storing time series data
US20170193034A1 (en) Object data updating method and apparatus in an object storage system
US10235047B2 (en) Memory management method, apparatus, and system
CN107480205B (en) Method and device for partitioning data
US10649905B2 (en) Method and apparatus for storing data
CN103607312A (en) Data request processing method and system for server system
US10838798B2 (en) Processing system for performing predictive error resolution and dynamic system configuration control
CN107729570B (en) Data migration method and device for server
CN106817388B (en) Method and device for acquiring data by virtual machine and host machine and system for accessing data
CN104657435A (en) Storage management method for application data and network management system
CN104158858A (en) Method and system for accessing distributed cluster file system
US11586646B2 (en) Transforming data structures and data objects for migrating data between databases having different schemas
CN104408056B (en) Data processing method and device
CN106446075A (en) Page request processing method and apparatus
CN112835904A (en) Data processing method and data processing device
CN112783887A (en) Data processing method and device based on data warehouse
CN110795419A (en) Method and device for dynamic database-based routing
CN110347654B (en) Method and device for online cluster characteristics
CN110888847A (en) Recycle bin system and file recycling method
CN107480269B (en) Object display method and system, medium and computing equipment
CN113076175B (en) Memory sharing method and device for virtual machine
CN108763498B (en) User identity identification method and device, electronic equipment and readable storage medium
CN109213815B (en) Method, device, server terminal and readable medium for controlling execution times

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant