CN112463887A - Data processing method, device, equipment and storage medium - Google Patents

Data processing method, device, equipment and storage medium Download PDF

Info

Publication number
CN112463887A
CN112463887A CN202011411534.5A CN202011411534A CN112463887A CN 112463887 A CN112463887 A CN 112463887A CN 202011411534 A CN202011411534 A CN 202011411534A CN 112463887 A CN112463887 A CN 112463887A
Authority
CN
China
Prior art keywords
parameter
distributed
target
database
request
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
CN202011411534.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.)
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 CN202011411534.5A priority Critical patent/CN112463887A/en
Publication of CN112463887A publication Critical patent/CN112463887A/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/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • G06F16/273Asynchronous replication or reconciliation
    • 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
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application

Landscapes

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

Abstract

The embodiment of the invention provides a data processing method, a device, equipment and a storage medium, wherein the method comprises the following steps: when the application component receives the parameter access request, determining a corresponding parameter access program package; accessing a distributed parameter database which is correspondingly configured through the parameter access program package, and reading parameter data corresponding to the parameter access request in the distributed parameter database; when the application component receives a maintenance request of a target parameter, the target parameter is maintained in the distributed parameter database based on the maintenance request. The technical scheme provided by the embodiment of the invention has the advantages of no data source switching in the reading process, higher safety, capability of ensuring the consistency of parameters and the like.

Description

Data processing method, device, equipment and storage medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a data processing method, apparatus, device, and storage medium.
Background
In a banking system, some parameters are typically added and maintained by accessing data through a service in a parameter maintenance interface or from the outside, and the parameters are validated into a parameter database by means of an online transaction. Each application component is then read through the component.
In a distributed system, since each physical unit is autonomous, if it needs to be implemented locally to access the read by means of a component, corresponding component and parameter library databases need to be deployed at all physical units. Under the condition that a large number of physical units exist, a large number of parameter databases exist, parameter maintenance in the large number of parameter databases is difficult to achieve all correct effectiveness, parameter consistency is difficult to achieve, and potential safety hazards exist in the parameter reading process.
Disclosure of Invention
Embodiments of the present invention provide a data processing method, apparatus, device, and storage medium, which may not have data source switching in a parameter process, have high security, and may ensure parameter consistency.
In a first aspect, an embodiment of the present invention provides a data processing method, including:
when the application component receives the parameter access request, determining a corresponding parameter access program package;
accessing a distributed parameter database which is correspondingly configured through the parameter access program package, and reading parameter data corresponding to the parameter access request in the distributed parameter database;
when the application component receives a maintenance request of a target parameter, the target parameter is maintained in the distributed parameter database based on the maintenance request.
In a second aspect, an embodiment of the present invention further provides a data processing apparatus, including:
the first determining module is used for determining a corresponding parameter access program package when the application component receives a parameter access request;
the access module is used for accessing the distributed parameter database which is correspondingly configured through the parameter access program package and reading the parameter data which corresponds to the parameter access request in the distributed parameter database;
and the maintenance module is used for maintaining the target parameters to the distributed parameter database based on the maintenance request when the application component receives the maintenance request of the target parameters.
In a third aspect, an embodiment of the present invention further provides a data processing apparatus, including:
one or more processors;
a storage device for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors are caused to implement the methods provided by the embodiments of the present invention.
In a fourth aspect, the present invention provides a computer-readable storage medium, on which a computer program is stored, where the computer program is executed by a processor to implement the method provided by the present invention.
According to the technical scheme provided by the embodiment of the invention, when the application component receives the parameter access request, the distributed parameter database which is correspondingly configured is accessed through the parameter access program package, and the parameter data which is fed back by the distributed parameter database and corresponds to the parameter access request is received, namely, the parameters are stored in the distributed parameter database, the parameters are read through accessing the distributed parameter database, and the parameters are maintained in the distributed parameter database, so that the consistency of the parameters can be ensured.
Drawings
FIG. 1a is a flow chart of a data processing method according to an embodiment of the present invention;
FIG. 1b is a schematic diagram of a distributed parameter database provided by an embodiment of the present invention;
FIG. 2 is a flowchart of a data processing method according to an embodiment of the present invention
FIG. 3 is a flowchart of a data processing method according to an embodiment of the present invention
FIG. 4 is a flowchart of a data processing method according to an embodiment of the present invention
FIG. 5 is a flowchart of a data processing method according to an embodiment of the present invention
FIG. 6 is a block diagram of a data processing apparatus according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a data processing apparatus according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Fig. 1a is a flowchart of a data processing method according to an embodiment of the present invention, where the method may be performed by a data processing apparatus, the apparatus may be implemented by software and/or hardware, the apparatus may be configured in a system to which an application component belongs, and the apparatus may be configured in an electronic device such as a computer, a mobile terminal, and the like. The method can be applied to the scenes for processing the related technologies of banking business.
As shown in fig. 1a, the technical solution provided by the embodiment of the present invention includes:
s110: when the application component receives the parameter access request, the corresponding parameter access program package is determined.
In the embodiment of the invention, the parameter access request can be an access request of a banking business parameter, wherein the parameter can be the banking business parameter, the banking business parameter is used for improving the performance of a banking business system, business operation is facilitated, some abstract business data are designed to be stored in the system, all subsystems are used for unified calling and management to control normal operation of business, and the change of the business parameter data can influence the correct processing of the business operation and the safe operation of the system. Such as pricing parameters, product parameters, interest rates, rate parameters, etc.
In the embodiment of the invention, the application component can be a certain functional component in a banking system, and the banking system can contain application components for deposit, withdrawal and the like. When a user needs to know certain parameters through the banking system, the corresponding application component can be triggered. When the user triggers the application component, the application component receives the parameter access request and determines the corresponding parameter access program package. The parameter access program package and the service access program package are respectively independent. The parameter access program package is used for accessing the distributed parameter database, and the service access program package is used for accessing the service database. The distributed parameter data can store various banking parameters, and the service database can store service related data.
In this embodiment, optionally, before determining the corresponding parameter access package when the application component receives the parameter access request, the method may further include: and determining that the parameter access program package of the application component and the distributed parameter database are statically configured.
In the embodiment of the invention, in the development process of the banking system, program codes for accessing different data sources (different databases can be used) can be put into different program packages by planning the program codes, and the corresponding relation between the program packages and the data sources is specified in the configuration to complete the static configuration.
In the embodiment of the invention, the identifiers of all parameters can be stored in the parameter table, the parameter table can be stored in the public product parameter package, the parameter identifiers in the parameter table in the public product parameter package are all configured correspondingly with the parameter access program package, all parameter reading can be realized, the distributed parameter database can be accessed through the parameter access program package, read-only access to the read-only parameters can be realized, cross-library transactions do not exist, and the safety is higher.
S120: and accessing the distributed parameter database which is correspondingly configured through the parameter access program package, and reading the parameter data which corresponds to the parameter access request in the distributed parameter database.
In the embodiment of the present invention, different program packages may correspond to different data sources, that is, different program packages may correspond to different databases, where a parameter access program package is configured corresponding to a distributed parameter database, and parameters are stored in the distributed parameter database, and the distributed parameter database configured correspondingly may be accessed by running the parameter access program package, and parameter data corresponding to the parameter access request is read from the distributed parameter database.
In the embodiment of the present invention, as shown in fig. 1b, the distributed cluster may be located in two rooms, where 4 machines including Pak1-Pak4 exist in each room. The physical unit in which the application component is located can access the distributed parameter database by way of a static data source. Namely, the distributed cluster can be accessed through the parameter access program packet corresponding to the parameter, and the distributed parameter database can be accessed through the distributed cluster. The distributed cluster may be a distributed parameter cluster, a distributed batch processing cluster, or the like. A distributed cluster may be referred to as a distributed application processing cluster, which refers to a cluster used for application processing in a distributed system. The distributed parameter database can be transversely expanded, and the concurrent data access requirements can be met.
S130: when the application component receives a maintenance request of a target parameter, the target parameter is maintained in a distributed parameter database based on the maintenance request.
In an embodiment of the present invention, the maintenance request may refer to a synchronization request. When the target parameters need to be synchronized, a user can trigger corresponding operation through the application component, so that the application component receives a maintenance request of the target parameters, the target parameters are sent to the distributed cluster based on the maintenance request, and the distributed cluster maintains the target parameters in the distributed parameter database. The distributed cluster may include a distributed parameter cluster, a distributed batch processing cluster, and the like.
On the basis of the foregoing embodiment, the method provided in the embodiment of the present invention may further include: when the application component receives a service access request, determining a corresponding service access program package; accessing a correspondingly configured service database through the service access program package, and reading service data corresponding to the service access request in the service database; the parameter access program package and the service access program package for accessing the service database are independent respectively. Specifically, if the user needs to query the service data, the service access operation may be triggered at the relevant application component, so that the service component receives the service access request and accesses the service database configured correspondingly through the service access package.
In this embodiment of the present invention, optionally, when the application component receives a service access request, before determining a corresponding service access package, the method may further include: and performing static configuration on the service access program package and the service database. The service access program package and the service database are configured correspondingly, when service access is needed, the service database is accessed through the corresponding service access program package, switching of data sources can be avoided, and safety is high. In the embodiment of the invention, the parameter access program package and the service access program package are independent respectively, different data sources (databases) are accessed through different program packages, the switching of the data sources can be avoided, the safety is higher, the static configuration is carried out through the parameter access program package and the distributed parameter database, and the static configuration is carried out through the service access program package and the service database, so that the distributed parameter database and the service database can be accessed, the application components do not need to be modified, the application components are not intrusive, and the development cost is reduced.
The distributed parameter database is separated from the service database, when one database fails, the distributed parameter database does not affect each other, and when one parameter copy database in the distributed parameter database fails, the use of the application component is not affected.
In the related art, in the banking system, some parameters are usually added and maintained by accessing data from the outside or in a parameter maintenance interface through a service, and the parameters are validated into a parameter database in an online transaction manner. Each application component is then read through the component.
In a banking system, banking parameters such as interest rate parameters, exchange rate parameters, product parameters, etc. are typically added and maintained by accessing data from the outside or at a parameter maintenance interface by the service, and the parameters are validated into a parameter library through an online transaction. Each application component is then accessed by reading the components provided by the parameter component.
In the old system, various parameters are subjected to parameter maintenance transaction, service parameters are maintained in a unique parameter database, the addition, deletion and modification of the database can be realized through atomic transaction, and an application component can directly call a component to access the parameter database, so that the parameters can be read, and therefore, complete service logic is realized.
In a distributed system, since each physical unit is autonomous, in order to implement local access to the reading by means of a component, corresponding component and parameter library databases need to be deployed in all the physical units. Under the condition that a large number of physical units exist, a large number of parameter databases exist, and how to ensure that all of the parameter databases are valid correctly and ensure the global consistency, real-time performance and atomicity of parameter maintenance becomes a difficult problem to be solved urgently.
The real-time property of the parameter maintenance may mean that the parameter needs to take effect in the parameter data of the distributed system within a short time interval after the parameter is maintained (may be updated) in other databases corresponding to the common service unit; the common service unit may be a cluster dedicated to common services in a distributed system, and the common service unit may include a host system. Global consistency can mean that parameters are required to be consistent among all physical units when the parameters take effect, and some physical units cannot use old parameters; atomicity/isolation may refer to the situation that parameter maintenance may need to be completed by maintaining multiple tables, where there is an association between tables, and thus, the parameter maintenance operation must ensure atomicity and there cannot be partial maintenance. Data in the maintenance process should not be read by the application service.
In the old system, since only one parameter database is provided, the maintenance of the parameter database such as addition, modification, deletion and the like and the reading of the parameters are all completed through atomic transactions. In the existing distributed system, there are several schemes as follows:
(1) online synchronous replication: the online transaction on all the physical units is synchronously called to realize the online transaction by a combined transaction mode, the successful transaction of all the physical units is regarded as the successful maintenance (which can be referred to as synchronization) of the parameter database, and the successful transaction of the physical machine in the preamble is corrected if the online transaction on any one physical machine on the execution chain fails. The method can respond to the user only when all the parameter databases are maintained successfully, and all the parameter databases need to be rolled back as long as one physical unit fails, so that the user experience is influenced; the situation that the maintenance is not successful for a long time may exist by using the scheme, so that the parameters cannot be timely validated and the production problem is caused.
(2) And a database replication technology: through the bottom layer technology of the database, for the maintenance request, the main database of the parameter cluster can execute maintenance (write-in) operation, and can respond to the user after synchronizing the data to all the parameter databases; the method needs the same database product to be used by a main database and a parameter database, depends on a specific database, causes limitation on the type selection of the database, and is difficult to ensure the association among a plurality of data tables for a scene of synchronizing the plurality of data tables at one time, so that the atomicity/isolation of the parameters cannot be ensured by the scheme for the scene of using the banking parameters in the distributed system of the scheme.
(3) Asynchronous replication technology: that is, after the master database is maintained, the message is pushed to the parameter databases in all the physical units through a message mechanism, such as Redis, EDA, MQ, etc., and after the message is pushed, it is not guaranteed that all the physical units are maintained correctly. In the method, the parameter database can asynchronously synchronize data, the method ensures the usability of the system, but sacrifices the consistency of the data, for the banking parameters, the parameters on different physical units at the same time are inconsistent, financial risks can be caused, and as for the same time, the interest rates of different branches are inconsistent, the supervision problem can be caused, and the scheme can not ensure the consistency of the parameters.
According to the technical scheme provided by the embodiment of the invention, the parameters are stored in the distributed parameter database, so that the parameter database is prevented from being deployed on each physical machine, the application component on each physical machine receives the parameter request of the target parameter, the target parameter can be maintained in the distributed parameter database, the condition of maintaining the parameter database on each physical machine is avoided, and the consistency, the real-time property and the atomicity or the isolation of the parameters of each physical unit are ensured, wherein the distributed parameter database does not relate to multiple maintenance (synchronization), the real-time property is high, the distributed parameter database is accessed through one access point (distributed cluster), the difference of different nodes is avoided, the consistency is ensured, and the risk of inconsistent parameter maintenance is reduced; according to the embodiment of the invention, the distributed parameter database which is correspondingly configured is accessed through the corresponding parameter access program packet, so that data source switching does not exist in the parameter reading process, and the safety is higher.
According to the technical scheme provided by the embodiment of the invention, when the application component receives the parameter access request, the distributed parameter database which is correspondingly configured is accessed through the parameter access program package, and the parameter data which is fed back by the distributed parameter database and corresponds to the parameter access request is received, namely, the parameters are stored in the distributed parameter database, the consistency of the parameters and the like can be ensured by accessing the distributed parameter database and maintaining the parameters in the distributed parameter database.
Fig. 2 is a flowchart of a data processing method provided in an embodiment of the present invention, where in this embodiment, optionally, when the application component receives a maintenance request for a target parameter, maintaining the target parameter in the distributed parameter database based on the maintenance request includes:
when the application component receives a maintenance request of a first parameter, the maintenance request of the first parameter is sent to a distributed routing layer, and the maintenance request of the first parameter is routed to a distributed parameter cluster through the distributed routing layer;
maintaining, by the distributed parameter cluster, the first parameter in the distributed parameter database based on the received maintenance request.
As shown in fig. 2, the technical solution provided by the embodiment of the present invention includes:
s210: when the application component receives the parameter access request, the corresponding parameter access program package is determined.
S220: and accessing the distributed parameter database which is correspondingly configured through the parameter access program package, and reading the parameter data which corresponds to the parameter access request in the distributed parameter database.
S230: when the application component receives a maintenance request of a first parameter, the maintenance request of the first parameter is sent to a distributed routing layer, and the maintenance request of the first parameter is routed to a distributed parameter cluster through the distributed routing layer.
In an embodiment of the invention, the maintenance request may be a synchronization request. The first parameter may be a partial interest rate index, a exchange rate parameter, and a small number of product parameters, wherein the interest rate index and the exchange rate parameter may be externally accessed quoted data, and have high real-time performance and consistency requirements, and the partial parameters may be maintained by means of online transaction. Namely, the maintenance request of the first parameter is sent to the distributed routing layer, and the maintenance request of the first parameter is routed to the distributed parameter cluster through the distributed routing layer.
S240: maintaining, by the distributed parameter cluster, the first parameter in the distributed parameter database based on the received maintenance request.
In the embodiment of the invention, the first parameter is maintained in the distributed parameter database through the distributed parameter cluster.
Therefore, when the application component receives the maintenance request of the first parameter, the maintenance request of the first parameter is sent to the distributed routing layer, the maintenance request of the first parameter is routed to the distributed parameter cluster through the distributed routing layer, the first parameter is maintained to the distributed parameter database through the distributed parameter cluster, namely the first parameter is maintained to the distributed parameter database through an online transaction mode, and good atomicity or isolation can be achieved.
Fig. 3 is a flowchart of a data processing method according to an embodiment of the present invention, and in this embodiment, optionally,
when the application component receives a maintenance request of a target parameter, maintaining the target parameter in the distributed parameter database based on the maintenance request, including:
when the application component receives a real-time maintenance request of a second parameter, the real-time maintenance request of the second parameter is sent to the distributed batch processing cluster;
maintaining, by the distributed batch processing cluster, the second parameter in the distributed parameter database based on the real-time maintenance request.
As shown in fig. 3, the technical solution provided by the embodiment of the present invention includes:
s310: when the application component receives the parameter access request, the corresponding parameter access program package is determined.
S320: and accessing the distributed parameter database which is correspondingly configured through the parameter access program package, and reading the parameter data which corresponds to the parameter access request in the distributed parameter database.
S330: and when the application component receives a real-time maintenance request of a second parameter, sending the real-time maintenance request of the second parameter to the distributed batch processing cluster.
In an embodiment of the present invention, the second parameter may be a specific partial product parameter, and the application component may be a product component. Wherein the product component may be a savings card component or the like. Wherein the maintenance request may be a synchronization request. The real-time maintenance request of the second parameter is a real-time batch processing request.
S340: maintaining, by the distributed batch processing cluster, the second parameter in the distributed parameter database based on the real-time maintenance request.
In the embodiment of the invention, the distributed batch processing cluster carries out real-time batch processing after receiving the real-time maintenance request, and maintains the second parameter in the distributed parameter database.
Therefore, when the application component receives the real-time maintenance request of the second parameter, the real-time maintenance request of the second parameter is sent to the distributed batch processing cluster, the second parameter is maintained in the distributed parameter database through the distributed batch processing cluster, namely the second parameter is maintained in the distributed parameter database in a real-time batch mode, and the distributed parameter database has good atomicity or isolation.
Fig. 4 is a flowchart of a data processing method according to an embodiment of the present invention, in this embodiment, when the application component receives a maintenance request for a target parameter, maintaining the target parameter in the distributed parameter database based on the maintenance request includes:
when the application component receives a daily end maintenance request of a third parameter, the daily end maintenance request of the third parameter is sent to the distributed batch processing cluster;
maintaining, by the distributed batch processing cluster, the third parameter in the distributed parameter database at a last time of day based on the end-of-day maintenance request.
As shown in fig. 4, the technical solution provided by the embodiment of the present invention includes:
s410: when the application component receives the parameter access request, the corresponding parameter access program package is determined.
S420: and accessing the distributed parameter database which is correspondingly configured through the parameter access program package, and reading the parameter data which corresponds to the parameter access request in the distributed parameter database.
S430: and when the application component receives a daily end maintenance request of a third parameter, sending the daily end maintenance request of the third parameter to the distributed batch processing cluster.
In an embodiment of the present invention, the third parameter may include a pricing parameter and a product parameter of the setting section. Wherein the application component may be a pricing management component or a product development component.
S440: maintaining, by the distributed batch processing cluster, the third parameter in the distributed parameter database at a last time of day based on the end-of-day maintenance request.
In the embodiment of the invention, the distributed batch processing cluster maintains the third parameter to the distributed parameter database at the last moment of each day or at a set moment based on the received day end maintenance request.
Thus, when the application component receives the end-of-day maintenance request of the third parameter, the end-of-day maintenance request of the third parameter is sent to the distributed batch processing cluster. The third parameter is maintained to the distributed parameter database based on the end-of-day maintenance request at the last moment of each day through the distributed batch processing cluster, namely, the third parameter is maintained to the distributed parameter database in an end-of-day batch mode, and the consistency of the parameters can be ensured.
Fig. 5 is a flowchart of a data processing method provided in an embodiment of the present invention, where in this embodiment, optionally, before maintaining the target parameter in the distributed parameter database based on the maintenance request, the method further includes: maintaining the target parameters to other databases based on the maintenance request;
after maintaining the target parameter in a distributed parameter database based on the maintenance request, further comprising: and if the target parameter is successfully maintained in the other databases and the target parameter is unsuccessfully maintained in the distributed parameter database, if the application component receives the maintenance request of the target parameter again, the application component refuses to generate error information and re-maintains the target parameter to the other databases and the distributed parameter database.
As shown in fig. 5, the technical solution provided by the embodiment of the present invention includes:
s510: when the application component receives the parameter access request, the corresponding parameter access program package is determined.
S520: and accessing the distributed parameter database which is correspondingly configured through the parameter access program package, and reading the parameter data which corresponds to the parameter access request in the distributed parameter database.
S530: when the application component receives a maintenance request of a target parameter, the target parameter is maintained to other databases based on the maintenance request, and the target parameter is maintained to a distributed parameter database based on the maintenance request.
In the embodiment of the present invention, the other databases may be databases other than the distributed parameter database and the service database, and the other databases may be maintained by the common service unit. In some cases, some parameters need to be maintained to other databases for corresponding data processing, and also need to be maintained to a distributed parameter database for query, etc.
In the embodiment of the present invention, specifically, when the application component receives a maintenance request for a target parameter, the maintenance request is sent to the host system, the target parameter is maintained to another database by the host system based on the request, the maintenance request is sent to the distributed cluster, and the target parameter is maintained to the distributed parameter database by the distributed cluster. The distributed cluster comprises a distributed parameter cluster, a distributed batch processing cluster and the like.
S540: and if the target parameter is successfully maintained in the other databases and the target parameter is unsuccessfully maintained in the distributed parameter database, if the application component receives the maintenance request of the target parameter again, the application component refuses to generate error information and re-maintains the target parameter to the other databases and the distributed parameter database.
In the embodiment of the invention, under the condition that the target parameter is successfully maintained in other databases and the target parameter is unsuccessfully maintained in the distributed parameter database, the target parameter may have been validated in other databases and may be used by transaction, in order to ensure the consistency of the data in other databases and the distributed parameter database, regardless of a rollback mechanism, a user may trigger the operation of maintaining the target parameter again, when the application component detects the operation, the application component receives the maintenance request of the target parameter again, rejects generation of error information, and resends the maintenance request of the target parameter to the host system and the distributed cluster, so as to maintain the target parameter to other databases and the distributed parameter database again. The host system may not process the maintenance request of the target parameter, or may process the maintenance request of the target parameter to maintain the target parameter again, since the target parameter has been successfully maintained in the other databases.
In the embodiment of the present invention, the repair of the target parameter may include maintenance modes of addition, modification, or deletion. When the modification of the target parameters fails, the alarm can be given and failure information can be provided, so that the user can be reminded, and the processing is convenient.
In an implementation manner of the embodiment of the present invention, optionally, maintaining the target parameter to another database based on the maintenance request includes: adding the target parameter to other databases based on an addition request of the target parameter; correspondingly, under the condition that the target parameter is successfully maintained in the other databases and the target parameter is unsuccessfully maintained in the distributed parameter database, if the application component receives the maintenance request of the target parameter again, the generation of error information is refused, and the target parameter is maintained in the other databases and the distributed parameter database again, the method includes: and under the condition that the target parameters are successfully added to the other databases and the target parameters are unsuccessfully added to the distributed parameter database, if the application component receives the addition request of the target parameters again, the addition request is sent to the host system to maintain the target parameters to the other databases again, the generation of error information is refused, and the addition request is sent to the distributed cluster to maintain the target parameters to the distributed parameter database again. Under the condition that the target parameters are successfully added to other databases and the target parameters are unsuccessfully added to the distributed parameter database, the original maintenance transaction (synchronous transaction) of the target parameters is modified by the application component, and the target parameters are added, so that the transaction is completed by modifying under the condition that the target parameters exist.
In an implementation manner of the embodiment of the present invention, optionally, maintaining the target parameter to another database based on the maintenance request includes: modifying the target parameters to other databases based on the modification request of the target parameters; correspondingly, under the condition that the target parameter is successfully maintained in the other databases and the target parameter is unsuccessfully maintained in the distributed parameter database, if the application component receives the maintenance request of the target parameter again, the generation of error information is refused, and the target parameter is maintained in the other databases and the distributed parameter database again, the method includes: under the condition that the target parameter is successfully modified to the other databases and the target parameter is unsuccessfully modified to the distributed parameter database, if the application component receives the modification request of the target parameter again, the modification request is sent to the host system to re-modify the target parameter to the other databases, the generation of error information is refused, and the modification request is sent to the distributed cluster to re-modify the target parameter to the distributed parameter database. For the modification of the target parameter, the application component supports the addition (which can be called addition) process under the condition that the target parameter does not exist.
In an implementation manner of the embodiment of the present invention, maintaining the target parameter to another database based on the maintenance request includes: deleting the target parameter in other databases based on the deletion request of the target parameter; correspondingly, under the condition that the target parameter is successfully maintained in the other databases and the target parameter is unsuccessfully maintained in the distributed parameter database, if the application component receives the maintenance request of the target parameter again, the generation of error information is refused, and the target parameter is maintained in the other databases and the distributed parameter database again, the method includes: and under the condition that the target parameter is successfully deleted in the other databases and the target parameter is unsuccessfully deleted in the distributed parameter database, if the application component receives the deletion request of the target parameter again, sending the deletion request to a host system, refusing to generate error information, and sending the deletion request to a distributed cluster so as to delete the target parameter in the distributed parameter database again. When the target parameter is successfully deleted in the other databases and the target parameter is unsuccessfully deleted in the distributed parameter database, the application component supports that the error information is rejected (that is, no error information is generated) when the target parameter does not exist in the distributed parameter database, so that the deletion request can be retransmitted to delete the target parameter again.
In the embodiment of the present invention, when the second parameter is maintained in a real-time batch manner (for example, the second parameter may be deleted), a plurality of data files may be configured by an application component (a product development component, or the like), and a real-time maintenance request for the second parameter is sent to the host system and the distributed cluster, respectively, so as to generate two real-time batch tasks. When the host system maintains the distributed parameter databases to be inconsistent with other databases and the distributed cluster, the application component does not generate error information and supports the retransmission processing of the failed tasks. Wherein, the application component can support single point of failure task retransmission. For example, in the case that the maintenance of the third parameter to the distributed parameter cluster fails and the maintenance to the other database succeeds, the application component may send a maintenance request of the third parameter to the distributed cluster, so as to maintain the third parameter again in the distributed parameter database through the distributed cluster.
In the embodiment of the present invention, when the third parameter is maintained in a batch-by-day manner, the application component may be configured with a plurality of data files, and a daily-by-day maintenance request for the third parameter is sent to the host system and the distributed cluster, respectively, so as to maintain the third parameter in other databases and the distributed parameter database. When a fault occurs in the maintenance process, fault information can be displayed so as to manually process the abnormity. For example, when the third parameter is inconsistent with the maintenance of other databases and the distributed databases, manual processing may be performed, and the manner of manual processing may refer to the manner in the related art.
In the embodiment of the present invention, when the first parameter is maintained in an online transaction manner, if the first parameter maintains the other databases and the distributed parameter database partially successfully and partially fails, failure information (information that the combined transaction fails may be returned), and a user is required to initiate a maintenance request of the first parameter again (the bottom-of-pocket mechanism of the application component ensures that the second retransmission is successful). If the first parameter is the accessed quoted price data, an early warning mechanism can be kept, and when a fault occurs in the maintenance process, fault information can be displayed so as to manually process the abnormity, wherein the fault information can comprise a fault point, a fault reason and the like.
Therefore, under the condition that the target parameters are successfully maintained in the other databases and the target parameters are unsuccessfully maintained in the distributed parameter database, if the application component receives the maintenance request of the target parameters again, the generation of error information is refused, and the target parameters are maintained in the other databases and the distributed parameter database again, so that the condition that the parameters of the two databases are not maintained consistently can be avoided, and the consistency of the two databases can be maintained.
Fig. 6 is a block diagram of a data processing apparatus according to an embodiment of the present invention, and as shown in fig. 6, the apparatus includes: a first determination module 610, an access module 620, and a maintenance module 630.
The first determining module 610 is configured to determine, when the application component receives the parameter access request, a corresponding parameter access package;
an access module 620, configured to access a distributed parameter database configured correspondingly through the parameter access package, and read parameter data corresponding to the parameter access request in the distributed parameter database;
a maintaining module 630, configured to, when the application component receives a maintenance request for a target parameter, maintain the target parameter in the distributed parameter database based on the maintenance request.
Optionally, the first determining module 610 is further configured to determine, when the application component receives a service access request, a corresponding service access package;
the access module 620 is further configured to access a correspondingly configured service database through the service access package, and read service data corresponding to the service access request in the service database;
wherein the parameter access package and the service access package are independent of each other.
Optionally, the maintenance module 630 is configured to:
when the application component receives a maintenance request of a first parameter, the maintenance request of the first parameter is sent to a distributed routing layer, and the maintenance request of the first parameter is routed to a distributed parameter cluster through the distributed routing layer;
maintaining, by the distributed parameter cluster, the first parameter in the distributed parameter database based on the received maintenance request.
Optionally, the maintenance module 630 is configured to:
when the application component receives a real-time maintenance request of a second parameter, the real-time maintenance request of the second parameter is sent to the distributed batch processing cluster;
maintaining, by the distributed batch processing cluster, the second parameter in the distributed parameter database based on the real-time maintenance request.
Optionally, the maintenance module 630 is configured to:
when the application component receives a daily end maintenance request of a third parameter, the daily end maintenance request of the third parameter is sent to the distributed batch processing cluster;
maintaining, by the distributed batch processing cluster, the third parameter in the distributed parameter database at a last time of day based on the end-of-day maintenance request.
Optionally, the maintaining module 630 is further configured to maintain the target parameter to another database based on the maintenance request before maintaining the target parameter to the distributed parameter database based on the maintenance request;
and after maintaining the target parameter in the distributed parameter database based on the maintenance request, to: and if the target parameter is successfully maintained in the other databases and the target parameter is unsuccessfully maintained in the distributed parameter database, if the application component receives the maintenance request of the target parameter again, the application component refuses to generate error information and re-maintains the target parameter in the other databases and the distributed parameter database.
Optionally, maintaining the target parameter to another database based on the maintenance request includes: adding the target parameter to other databases based on the addition request of the target parameter;
correspondingly, when the target parameter is successfully maintained in the other databases and the target parameter is unsuccessfully maintained in the distributed parameter database, if the application component receives the maintenance request of the target parameter again, the application component refuses to generate error information and re-maintains the target parameter in the other databases and the distributed parameter database, including:
and under the condition that the target parameters are successfully added to the other databases and the target parameters are unsuccessfully added to the distributed parameter database, if the application component receives the addition request of the target parameters again, the addition request is sent to the host system to maintain the target parameters to the other databases again, the generation of error information is refused, and the addition request is sent to the distributed cluster to maintain the target parameters to the distributed parameter database again.
Optionally, maintaining the target parameter to another database based on the maintenance request includes: modifying the target parameter to other databases based on the modification request of the target parameter;
correspondingly, when the target parameter is successfully maintained in the other databases and the target parameter is unsuccessfully maintained in the distributed parameter database, if the application component receives the maintenance request of the target parameter again, the application component refuses to generate error information and re-maintains the target parameter in the other databases and the distributed parameter database, including:
under the condition that the target parameter is successfully modified to the other databases and the target parameter is unsuccessfully modified to the distributed parameter database, if the application component receives the modification request of the target parameter again, the modification request is sent to the host system to re-modify the target parameter to the other databases, the generation of error information is refused, and the modification request is sent to the distributed cluster to re-modify the target parameter to the distributed parameter database.
Optionally, maintaining the target parameter to another database based on the maintenance request includes: deleting the target parameter in other databases based on the deletion request of the target parameter;
correspondingly, when the target parameter is successfully maintained in the other databases and the target parameter is unsuccessfully maintained in the distributed parameter database, if the application component receives the maintenance request of the target parameter again, the application component refuses to generate error information and re-maintains the target parameter in the other databases and the distributed parameter database, including:
and under the condition that the target parameter is successfully deleted from the other databases and the target parameter is unsuccessfully deleted from the distributed parameter database, if the application component receives the deletion request of the target parameter again, sending the deletion request to a host system, refusing to generate error information, and sending the deletion request to a distributed cluster so as to delete the target parameter in the distributed parameter database again.
Optionally, the apparatus further includes an alarm module, configured to alarm and provide fault information when the target parameter maintenance fails.
Optionally, the apparatus further includes a configuration module, configured to determine that the parameter access package and the distributed parameter database perform static configuration.
Optionally, the configuration module is further configured to determine that the service access program package and the service database perform static configuration.
The device can execute the method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
Fig. 7 is a schematic structural diagram of a data processing apparatus according to an embodiment of the present invention, and as shown in fig. 7, the apparatus includes:
one or more processors 710, one processor 710 being illustrated in FIG. 7;
a memory 720;
the apparatus may further include: an input device 730 and an output device 740.
The processor 710, the memory 720, the input device 730 and the output device 740 of the apparatus may be connected by a bus or other means, for example, in fig. 7.
The memory 720, which is a non-transitory computer-readable storage medium, may be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to a data processing method in an embodiment of the present invention (e.g., the first determining module 610, the accessing module 620, and the maintaining module 630 shown in fig. 6). The processor 710 executes various functional applications and data processing of the computer device by executing software programs, instructions and modules stored in the memory 720, namely, a data processing method for implementing the above method embodiments, namely:
when the application component receives the parameter access request, determining a corresponding parameter access program package;
accessing a distributed parameter database which is correspondingly configured through the parameter access program package, and reading parameter data corresponding to the parameter access request in the distributed parameter database;
when the application component receives a maintenance request of a target parameter, the target parameter is maintained in the distributed parameter database based on the maintenance request.
The memory 720 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to use of the computer device, and the like. Further, the memory 720 may include high speed random access memory, and may also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid state storage device. In some embodiments, memory 720 may optionally include memory located remotely from processor 710, which may be connected to the terminal device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 730 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the computer apparatus. The output device 740 may include a display device such as a display screen.
An embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements a data processing method according to an embodiment of the present invention:
when the application component receives the parameter access request, determining a corresponding parameter access program package;
accessing a distributed parameter database which is correspondingly configured through the parameter access program package, and reading parameter data corresponding to the parameter access request in the distributed parameter database;
when the application component receives a maintenance request of a target parameter, the target parameter is maintained in the distributed parameter database based on the maintenance request.
Any combination of one or more computer-readable media may be employed. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (15)

1. A data processing method, comprising:
when the application component receives the parameter access request, determining a corresponding parameter access program package;
accessing a distributed parameter database which is correspondingly configured through the parameter access program package, and reading parameter data corresponding to the parameter access request in the distributed parameter database;
when the application component receives a maintenance request of a target parameter, the target parameter is maintained in the distributed parameter database based on the maintenance request.
2. The method of claim 1, further comprising:
when the application component receives a service access request, determining a corresponding service access program package;
accessing a correspondingly configured service database through the service access program package, and reading service data corresponding to the service access request in the service database;
wherein the parameter access package and the service access package are independent of each other.
3. The method of claim 1, wherein when the application component receives a maintenance request for a target parameter, maintaining the target parameter in the distributed parameter database based on the maintenance request comprises:
when the application component receives a maintenance request of a first parameter, the maintenance request of the first parameter is sent to a distributed routing layer, and the maintenance request of the first parameter is routed to a distributed parameter cluster through the distributed routing layer;
maintaining, by the distributed parameter cluster, the first parameter in the distributed parameter database based on the received maintenance request.
4. The method of claim 1, wherein when the application component receives a maintenance request for a target parameter, maintaining the target parameter in the distributed parameter database based on the maintenance request comprises:
when the application component receives a real-time maintenance request of a second parameter, the real-time maintenance request of the second parameter is sent to the distributed batch processing cluster;
maintaining, by the distributed batch processing cluster, the second parameter in the distributed parameter database based on the real-time maintenance request.
5. The method of claim 1, wherein when the application component receives a maintenance request for a target parameter, maintaining the target parameter in the distributed parameter database based on the maintenance request comprises:
when the application component receives a daily end maintenance request of a third parameter, the daily end maintenance request of the third parameter is sent to the distributed batch processing cluster;
maintaining, by the distributed batch processing cluster, the third parameter in the distributed parameter database at a last time of day based on the end-of-day maintenance request.
6. The method of claim 1, further comprising, prior to maintaining the target parameter in the distributed parameter database based on the maintenance request:
maintaining the target parameters to other databases based on the maintenance request;
after maintaining the target parameter in the distributed parameter database based on the maintenance request, further comprising: and if the target parameter is successfully maintained in the other databases and the target parameter is unsuccessfully maintained in the distributed parameter database, if the application component receives the maintenance request of the target parameter again, the application component refuses to generate error information and re-maintains the target parameter in the other databases and the distributed parameter database.
7. The method of claim 6, wherein maintaining the target parameter to the other database based on the maintenance request comprises: adding the target parameter to other databases based on the addition request of the target parameter;
correspondingly, when the target parameter is successfully maintained in the other databases and the target parameter is unsuccessfully maintained in the distributed parameter database, if the application component receives the maintenance request of the target parameter again, the application component refuses to generate error information and re-maintains the target parameter in the other databases and the distributed parameter database, including:
and under the condition that the target parameters are successfully added to the other databases and the target parameters are unsuccessfully added to the distributed parameter database, if the application component receives the addition request of the target parameters again, the addition request is sent to the host system to maintain the target parameters to the other databases again, the generation of error information is refused, and the addition request is sent to the distributed cluster to maintain the target parameters to the distributed parameter database again.
8. The method of claim 6,
maintaining the target parameters to other databases based on the maintenance request, including: modifying the target parameter to other databases based on the modification request of the target parameter;
correspondingly, when the target parameter is successfully maintained in the other databases and the target parameter is unsuccessfully maintained in the distributed parameter database, if the application component receives the maintenance request of the target parameter again, the application component refuses to generate error information and re-maintains the target parameter in the other databases and the distributed parameter database, including:
under the condition that the target parameter is successfully modified to the other databases and the target parameter is unsuccessfully modified to the distributed parameter database, if the application component receives the modification request of the target parameter again, the modification request is sent to the host system to re-modify the target parameter to the other databases, the generation of error information is refused, and the modification request is sent to the distributed cluster to re-modify the target parameter to the distributed parameter database.
9. The method of claim 6,
maintaining the target parameters to other databases based on the maintenance request, including: deleting the target parameter in other databases based on the deletion request of the target parameter;
correspondingly, when the target parameter is successfully maintained in the other databases and the target parameter is unsuccessfully maintained in the distributed parameter database, if the application component receives the maintenance request of the target parameter again, the application component refuses to generate error information and re-maintains the target parameter in the other databases and the distributed parameter database, including:
and under the condition that the target parameter is successfully deleted from the other databases and the target parameter is unsuccessfully deleted from the distributed parameter database, if the application component receives the deletion request of the target parameter again, sending the deletion request to a host system, refusing to generate error information, and sending the deletion request to a distributed cluster so as to delete the target parameter in the distributed parameter database again.
10. The method of claim 2, further comprising:
and when the target parameter maintenance fails, alarming and providing failure information.
11. The method of claim 1, further comprising:
and determining that the parameter access program package and the distributed parameter database are statically configured.
12. The method of claim 2, further comprising:
and determining that the service access program package and the service database are statically configured.
13. A data processing apparatus, comprising:
the first determining module is used for determining a corresponding parameter access program package when the application component receives a parameter access request;
the access module is used for accessing the distributed parameter database which is correspondingly configured through the parameter access program package and reading the parameter data which corresponds to the parameter access request in the distributed parameter database;
and the maintenance module is used for maintaining the target parameters to the distributed parameter database based on the maintenance request when the application component receives the maintenance request of the target parameters.
14. A data processing apparatus, characterized by comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-13.
15. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1 to 13.
CN202011411534.5A 2020-12-04 2020-12-04 Data processing method, device, equipment and storage medium Pending CN112463887A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011411534.5A CN112463887A (en) 2020-12-04 2020-12-04 Data processing method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011411534.5A CN112463887A (en) 2020-12-04 2020-12-04 Data processing method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112463887A true CN112463887A (en) 2021-03-09

Family

ID=74806557

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011411534.5A Pending CN112463887A (en) 2020-12-04 2020-12-04 Data processing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112463887A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115344327A (en) * 2022-08-19 2022-11-15 中电金信软件有限公司 Application module switching method and device, electronic equipment and readable storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106254240A (en) * 2016-09-18 2016-12-21 腾讯科技(深圳)有限公司 A kind of data processing method and routing layer equipment and system
CN108446308A (en) * 2017-02-03 2018-08-24 数据捷豹有限公司 The system and method for scalable distributed database
CN109522357A (en) * 2018-11-28 2019-03-26 北京锐安科技有限公司 A kind of data processing method, device, server and storage medium
CN110825420A (en) * 2019-11-26 2020-02-21 中国银行股份有限公司 Configuration parameter updating method, device, equipment and storage medium for distributed cluster
CN111797074A (en) * 2020-07-03 2020-10-20 中国建设银行股份有限公司 Database connection method and device, electronic equipment and readable storage medium
CN111949402A (en) * 2020-08-05 2020-11-17 中国建设银行股份有限公司 Database request processing method and device, computer equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106254240A (en) * 2016-09-18 2016-12-21 腾讯科技(深圳)有限公司 A kind of data processing method and routing layer equipment and system
CN108446308A (en) * 2017-02-03 2018-08-24 数据捷豹有限公司 The system and method for scalable distributed database
CN109522357A (en) * 2018-11-28 2019-03-26 北京锐安科技有限公司 A kind of data processing method, device, server and storage medium
CN110825420A (en) * 2019-11-26 2020-02-21 中国银行股份有限公司 Configuration parameter updating method, device, equipment and storage medium for distributed cluster
CN111797074A (en) * 2020-07-03 2020-10-20 中国建设银行股份有限公司 Database connection method and device, electronic equipment and readable storage medium
CN111949402A (en) * 2020-08-05 2020-11-17 中国建设银行股份有限公司 Database request processing method and device, computer equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115344327A (en) * 2022-08-19 2022-11-15 中电金信软件有限公司 Application module switching method and device, electronic equipment and readable storage medium
CN115344327B (en) * 2022-08-19 2023-07-28 中电金信软件有限公司 Application module switching method and device, electronic equipment and readable storage medium

Similar Documents

Publication Publication Date Title
CN110990182B (en) Transaction processing method, device, equipment and storage medium
CN108932338B (en) Data updating method, device, equipment and medium
CN109032796B (en) Data processing method and device
EP4207688A1 (en) Asynchronous bookkeeping method and apparatus for blockchain, medium, and electronic device
CN109614439A (en) Method of data synchronization, device, electronic equipment and storage medium
CN112148798A (en) Data processing method and device applied to distributed system
CN114422343A (en) Service configuration method, device, system and computer readable storage medium
CN112612850A (en) Data synchronization method and device
CN115617908A (en) MySQL data synchronization method, device, database terminal, medium and system
CN113296796A (en) Project release method, device, system, storage medium and electronic equipment
CN112463887A (en) Data processing method, device, equipment and storage medium
CN111639086B (en) Data reconciliation method, device, equipment and storage medium
CN112738550B (en) Content data processing method and device, electronic equipment and medium
CN111008202A (en) Distributed transaction processing method and framework
CN115238006A (en) Retrieval data synchronization method, device, equipment and computer storage medium
US20180063242A1 (en) Method and apparatus for operating infrastructure layer in cloud computing architecture
CN114615025A (en) Method and device for synchronously processing secret keys
CN115190125A (en) Monitoring method and device for cache cluster
CN111666132B (en) Distributed transaction implementation method, device, computer system and readable storage medium
CN111752911A (en) Data transmission method, system, terminal and storage medium based on Flume
CN114691781A (en) Data synchronization method, system, device, equipment and medium
US11386043B2 (en) Method, device, and computer program product for managing snapshot in application environment
CN111338574B (en) Data self-repairing method, device, medium and electronic equipment based on block chain
CN114036218A (en) Data model switching method and device, server and storage medium
CN113553488A (en) Method and device for updating index data in search engine, electronic equipment and 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