CN106909596B - Service processing method, device and system - Google Patents

Service processing method, device and system Download PDF

Info

Publication number
CN106909596B
CN106909596B CN201610462807.6A CN201610462807A CN106909596B CN 106909596 B CN106909596 B CN 106909596B CN 201610462807 A CN201610462807 A CN 201610462807A CN 106909596 B CN106909596 B CN 106909596B
Authority
CN
China
Prior art keywords
service
data
database
specified
service 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.)
Active
Application number
CN201610462807.6A
Other languages
Chinese (zh)
Other versions
CN106909596A (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.)
Advanced New Technologies Co Ltd
Advantageous New Technologies Co Ltd
Original Assignee
Advanced New Technologies Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Advanced New Technologies Co Ltd filed Critical Advanced New Technologies Co Ltd
Priority to CN201610462807.6A priority Critical patent/CN106909596B/en
Publication of CN106909596A publication Critical patent/CN106909596A/en
Application granted granted Critical
Publication of CN106909596B publication Critical patent/CN106909596B/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/22Indexing; Data structures therefor; Storage structures
    • 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/258Data format conversion from or to a database

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)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the application provides a service processing method, a device and a system, wherein the method comprises the following steps: receiving a service request; performing data model conversion on data objects in the service field model of the service request so as to enable new data objects obtained after conversion to correspond to all service related data tables in the specified database; after the service request is successfully processed, packaging the data in the specified range in the current new data object into a data packet for storage, and returning a service processing result; and when the traffic is lower than a set threshold value, fishing out the stored data packet for unpacking processing, and correspondingly inserting the unpacked data into the data table related to each service in the specified database. The embodiment of the application can reduce the processing pressure of the business processing system. And the service request is synchronously processed and the processing result is returned, so that the user experience is high.

Description

Service processing method, device and system
Technical Field
The present application relates to the field of database technologies, and in particular, to a method, an apparatus, and a system for processing a service.
Background
Generally, when a service is implemented, a service processing system usually needs to perform multiple read/write operations on a database. For example, when a user inputs a password to receive a cash red envelope service of a merchant of a payment treasure, the fund service processing system calls the payment service processing system to process single balance account transfer, and simultaneously, detailed information of the service request is landed in a database of the fund system, and about dozens of read-write operations are generally required to be carried out on the database to complete the data processing process. In the case of high traffic concurrency, this will put a great strain on the traffic handling system and the database.
In order to solve the above technical problems, the prior art optimization scheme basically adopts the following two ideas to optimize:
the first scheme is as follows: the mode of synchronous request processing is changed to asynchronous processing. Taking the merchant red envelope service of the payer as an example, when an asynchronous processing request is adopted, the fund industry system only stores the initial information of the receipt in the database when receiving the transfer request, and after a service peak, the system sends the service receipt for processing the transfer request by a timing task and then stores a request processing result.
Scheme II: keeping the synchronous request processing unchanged, modifying a business field model in a business processing system, and merging similar database tables into one table, so that the original multi-time operation on a plurality of tables can be reduced to one-time read-write operation on one table), thereby reducing the read-write operation of the database.
However, the two optimization schemes solve the problems and bring new problems. For example, in the first scheme, the processing mode of the service request is changed from synchronous to asynchronous, so that although the service request processing capability of the system during a service peak period can be improved, the upstream system cannot immediately obtain the processing result of the service request, and thus a user cannot obtain the service processing result in time, and the user experience is poor. The second scheme needs to greatly reform the original database, so that the original database is greatly invaded, a large reformation cost needs to be consumed, and the problem that new and old data models are incompatible is caused.
Disclosure of Invention
An object of the embodiments of the present application is to provide a method, an apparatus, and a system for implementing a service, which improve service request processing capability during a service peak period and give consideration to user experience on the premise of not changing an original database.
In order to achieve the above object, in one aspect, an embodiment of the present application provides a service processing method, including the following steps:
receiving a service request;
performing data model conversion on data objects in the service field model of the service request so as to enable new data objects obtained after conversion to correspond to all service related data tables in the specified database;
after the service request is successfully processed, packaging the data in the specified range in the current new data object into a data packet for storage, and returning a service processing result;
and when the traffic is lower than a set threshold value, fishing out the stored data packet for unpacking processing, and correspondingly inserting the unpacked data into the data table related to each service in the specified database.
On the other hand, an embodiment of the present application further provides a service processing apparatus, including:
a service request receiving module, configured to receive a service request;
the data model conversion module is used for performing data model conversion on the data objects in the service field model of the service request so as to enable the new data objects obtained after conversion to correspond to all service related data tables in the specified database;
the service data packaging module is used for packaging the data in the specified range in the current new data object into a data packet for storage after the service request is successfully processed;
the first result returning module is used for returning a service processing result after the service request is successfully processed;
and the database asynchronous updating module is used for fishing out the stored data packet for unpacking processing when the traffic is lower than a set threshold value, and correspondingly inserting the unpacked data into the data table related to each service in the specified database.
In another aspect, an embodiment of the present application further provides a service processing system, which includes the service processing apparatus.
In the embodiment of the application, after receiving the service request, the data object in the service field model of the service request can be subjected to data model conversion, so that the new data object obtained after conversion corresponds to each service-related data table in the designated database; after the service request is successfully processed, the data in the specified range in the current new data object can be packaged into a data packet for storage, and a service processing result is returned; when the traffic is lower than the set threshold, the stored data packet is fished for unpacking processing, and the data obtained after unpacking is correspondingly inserted into the data table related to each service in the designated database. Therefore, at the time of high concurrency, the embodiment of the application can greatly reduce the processing pressure of the business processing system. In addition, the embodiment of the application synchronously processes the service request and returns the processing result, so that the user can obtain the processing result in time, and the user experience is high.
Drawings
The accompanying drawings, which are included to provide a further understanding of the embodiments of the disclosure, are incorporated in and constitute a part of this disclosure. In the drawings:
fig. 1 is a flowchart of a service processing method according to an embodiment of the present application;
fig. 2 is a block diagram of a service processing system according to an embodiment of the present application;
fig. 3a is a block diagram of a logic structure of a service processing apparatus according to an embodiment of the present application;
fig. 3b is a block diagram of a service processing device according to another embodiment of the present application;
fig. 4 is a block diagram of a service data packing module in a service processing device according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application more apparent, the embodiments of the present application are described in further detail below with reference to the embodiments and the accompanying drawings. The exemplary embodiments and descriptions of the embodiments are provided to explain the embodiments and should not be construed as limiting the embodiments.
The following describes embodiments of the present application in further detail with reference to the accompanying drawings.
Referring to fig. 1, a service processing method according to an embodiment of the present application includes the following steps:
and step S101, receiving a service request.
In the embodiment of the present application, the service request may be any service request of any service processing system, such as a request for a merchant group red envelope transfer of a paypal, such as an electronic coupon issuing request in an electronic coupon issuing system, such as a credit deduction request in a credit system, and the like.
And step S102, performing data model conversion on the data object in the service field model of the service request, so that the new data object obtained after conversion corresponds to each service-related data table in the specified database.
Generally, in the currently used service processing system, a service domain model of a service request is established in advance. In the embodiment of the present application, the data model conversion of the data objects (such as Java class objects related to various services) in the existing service domain model of the service request is mainly aimed at enabling the new data object obtained after the conversion to directly correspond to each service-related data table in the specified database, thereby facilitating the data storage in the specified database.
In an embodiment of the present application, the data model conversion may be, for example, conversion from an Entity Relationship map (ER) to a Relationship model, or the like.
Step S103, after the service request is successfully processed, packing the data in the specified range in the current new data object into a data packet for storage, and returning a service processing result.
Packaging in the embodiments of the present application may be understood as a way to reduce the number of objects to be stored. The main purpose of packing the data in the specified range in the new data object is to compress or merge the data (for example, compress the data that is originally stored in a plurality of data tables into one data table), so that the number of database operations when the service processing system synchronously processes the service request can be reduced, which is very beneficial to reducing the pressure of the service processing system when the service is highly concurrent (for example, when the business is promoted in double eleven).
In an embodiment of the present application, for example, the packing the data in the specified range in the new data object may be in a serialization manner, and specifically includes:
firstly, converting data in a specified range in the new data object into a character string in a serialization mode, for example, converting the data into a text character string through a session protocol;
secondly, the character string is used as an extension field and written into a specified service related data table in the specified database;
finally, the database record status bits (e.g., status or status) in the specified service-related data table are updated.
In other embodiments of the present application, other methods for reducing objects to be stored may also be employed. For example, the data in the specified range in the new data object may be converted into a binary file and stored in another database (e.g., an NOSQL (not Only sql) database) based on a memory, and when the traffic is low (i.e., the traffic is lower than a set threshold), the data is restored, that is, the file information is read from the NOSQL database and the complete data object is restored to the target traffic database.
In this embodiment of the present application, the returning of the service processing result generally refers to returning the service processing result to an upstream caller.
And step S104, when the traffic is lower than a set threshold, fishing out the stored data packet for unpacking processing, and correspondingly inserting the unpacked data into the data table related to each service in the specified database.
When the traffic is lower than the set threshold, the service processing system is currently idle or in a traffic low peak period. At this point, the business processing system may unpack the data floor database details.
In one embodiment of the present application, the fishing may be a timed fishing. In a specific embodiment of the present application, the timed fetching may be triggered by a driver message sent by a middleware (e.g., a task scheduling center) at a fixed time interval, where a trigger of the task scheduling center may call an interface of a service processing system to execute a task, where the task may specifically be to search records in a database according to a specific filtering condition and return database records satisfying the condition, and for the embodiment of the present application, it is to return data records containing packed data information.
In another embodiment of the present application, the fishing may not use a timing task, such as a manual triggering method, but the timing fishing is relatively more convenient to trigger unpacking to recover the data process.
In the above method embodiment of the present application, the unpacking and the packing are corresponding, and if the packing is in a serialization manner, the subsequent unpacking is in an deserialization manner. Among them, protocols such as Protobuf, swift, Hessian, and Kryo, etc. can be used for serialization and deserialization.
In another embodiment of the present application, after step S102, the method may further include:
and if the service request is failed to be processed, directly returning a service processing result. If the service request processing fails, the database does not need to be updated, and therefore data packaging is not needed.
In the embodiment of the application, after receiving the service request, the data object in the service field model of the service request can be subjected to data model conversion, so that the new data object obtained after conversion corresponds to each service-related data table in the designated database; after the service request is successfully processed, the data in the specified range in the current new data object can be packaged into a data packet for storage, and a service processing result is returned; when the traffic is lower than the set threshold, the stored data packet is fished for unpacking processing, and the data obtained after unpacking is correspondingly inserted into the data table related to each service in the designated database. Therefore, at the time of high concurrency, the embodiment of the application can greatly reduce the processing pressure of the business processing system. In addition, the embodiment of the application synchronously processes the service request and returns the processing result, so that the user can obtain the processing result in time, and the user experience is high.
While the process flows described above include operations that occur in a particular order, it should be appreciated that the processes may include more or less operations that are performed sequentially or in parallel (e.g., using parallel processors or a multi-threaded environment).
To facilitate understanding of the present application, a specific application scenario is described below in conjunction with the embodiment of fig. 1.
In the payment treasury merchant red envelope transfer service, after a transfer request of an upstream calling party is received by a fund service processing system of the payment treasury; performing data model conversion on data objects in a service field model of the transfer service request so as to enable new data objects obtained after conversion to correspond to each service related data table in a database; the new data object obtained by the transfer service request in the fund service processing system corresponds to six data tables in the database, and the names of the six data tables are respectively as follows:
a)、CFM_TABLE_MASTER
b)、CFM_TABLE_A
c)、CFM_TABLE_B
d)、CFM_TABLE_C
e)、CFM_TABLE_D
f)、CFM_TABLE_E
the CFM _ TABLE _ MASTER is a service MASTER document, and contains service related data of the remaining 5 data TABLEs; therefore, after the fund service processing system successfully processes the transfer service request, only the CFM _ TABLE _ MASTER can be packaged into a data packet at present for storage, and a service processing result is returned to an upstream calling party; and when the business is low-peak, the fund business processing system catches the stored data packet to carry out unpacking processing, and correspondingly inserts the unpacked data into the six data tables in the database. Statistics show that by adopting the scheme of the embodiment of the application, the database operation of the fund service processing system in the process of synchronously processing the request can be reduced from about 25 times to about 7 times, and the processing pressure of the fund service processing system is obviously reduced.
Referring to fig. 2, a service processing device is configured in a service processing system according to an embodiment of the present application.
As shown in fig. 3a, in an embodiment of the present application, the service processing apparatus may include:
a service request receiving module 31, configured to receive a service request.
In the embodiment of the present application, the service request may be any service request of any service processing system, such as a request for a merchant group red envelope transfer of a paypal, such as an electronic coupon issuing request in an electronic coupon issuing system, such as a credit deduction request in a credit system, and the like.
And the data model conversion module 32 is configured to perform data model conversion on the data object in the service domain model of the service request, so that the new data object obtained after conversion corresponds to each service-related data table in the specified database.
Generally, in the currently used service processing system, a service domain model of a service request is established in advance. In the embodiment of the present application, the data model conversion of the data objects (such as Java class objects related to various services) in the existing service domain model of the service request is mainly aimed at enabling the new data object obtained after the conversion to directly correspond to each service-related data table in the specified database, thereby facilitating the data storage in the specified database.
In one embodiment of the present application, the data model conversion may be, for example, conversion from an ER graph to a relational model, or the like.
And the service data packing module 33 is configured to pack data in a specified range in the current new data object into a data packet for storage after the service request is successfully processed.
Packaging in the embodiments of the present application may be understood as a way to reduce the number of objects to be stored. The main purpose of packing the data in the specified range in the new data object is to compress or merge the data (for example, compress the data that is originally stored in multiple data tables into one data table), so that the number of database operations can be reduced when the service processing system synchronously processes the service request, which is very beneficial to reducing the pressure of the service processing system when the service is highly concurrent (for example, when the business is promoted in double eleven shopping, on a very busy day, etc.).
In an embodiment of the present application, the packaging of the data in the specified range in the new data object may be, for example, in a serialization manner, and in other embodiments of the present application, other methods for reducing the number of objects to be stored may also be adopted. For example, the data in the specified range in the new data object may be converted into a binary file and stored in another database (e.g., an NOSQL (not Only sql) database) based on a memory, and when the traffic is low (i.e., the traffic is lower than a set threshold), the data is restored, that is, the file information is read from the NOSQL database and the complete data object is restored to the target traffic database.
And a first result returning module 34, configured to return a service processing result after the service request is successfully processed. In this embodiment of the present application, the returning of the service processing result generally refers to returning the service processing result to an upstream caller.
And the database asynchronous updating module 35 is configured to, when the traffic is lower than a set threshold, retrieve the stored data packet for unpacking processing, and correspondingly insert the data obtained after unpacking into the data table related to each service in the specified database.
When the traffic is lower than the set threshold, the service processing system is currently idle or in a traffic low peak period. At this point, the business processing system may unpack the data floor database details.
In one embodiment of the present application, the fishing may be a timed fishing. In a specific embodiment of the present application, the timed fetching may be triggered by a driver message sent by a middleware (e.g., a task scheduling center) at a fixed time interval, where a trigger of the task scheduling center may call an interface of a service processing system to execute a task, where the task may specifically be to search records in a database according to a specific filtering condition and return database records satisfying the condition, and for the embodiment of the present application, it is to return data records containing packed data information.
In another embodiment of the present application, the fishing may not use a timing task, such as a manual triggering method, but the timing fishing is relatively more convenient to trigger unpacking to recover the data process.
As shown in fig. 3b, in another embodiment of the present application, the service processing apparatus may further include: and a second result returning module 36, configured to directly return the service processing result when the service request fails to be processed.
As described with reference to fig. 4, the data packing module 33 may specifically include:
a serialization sub-module 331, configured to convert, in a serialization manner, data in a specified range in the new data object into a character string, for example, a text character string through a session protocol;
the data storage submodule 332 is configured to write the character string as an extension field into a specified service-related data table in the specified database;
a status bit updating sub-module 332, configured to update a database record status bit (for example, status or status) in the specified service-related data table.
In other embodiments of the present application, other methods for reducing objects to be stored may also be employed. For example, the data in the specified range in the new data object may be converted into a binary file and stored in another database (e.g., an NOSQL (not Only sql) database) based on a memory, and when the traffic is low (i.e., the traffic is lower than a set threshold), the data is restored, that is, the file information is read from the NOSQL database and the complete data object is restored to the target traffic database.
In the above device embodiment of the present application, the above unpacking and packing correspond to each other, and if the packing is in a serialization manner, the subsequent unpacking is in an deserialization manner. Among them, protocols such as Protobuf, swift, Hessian, and Kryo, etc. can be used for serialization and deserialization.
In the embodiment of the application, after receiving the service request, the data object in the service field model of the service request can be subjected to data model conversion, so that the new data object obtained after conversion corresponds to each service-related data table in the designated database; after the service request is successfully processed, the data in the specified range in the current new data object can be packaged into a data packet for storage, and a service processing result is returned; when the traffic is lower than the set threshold, the stored data packet is fished for unpacking processing, and the data obtained after unpacking is correspondingly inserted into the data table related to each service in the designated database. Therefore, at the time of high concurrency, the embodiment of the application can greatly reduce the processing pressure of the business processing system. In addition, the embodiment of the application synchronously processes the service request and returns the processing result, so that the user can obtain the processing result in time, and the user experience is high.
For convenience of description, the above-described apparatus is described by dividing functions into various modules and separately describing the modules. Of course, the functionality of the various modules may be implemented in the same one or more software and/or hardware implementations as the present application.
Those of skill would further appreciate that the various illustrative logical blocks, units, and steps described in connection with the embodiments disclosed herein may be implemented as hardware, software, or combinations of both. Whether implemented in hardware or software depends upon the particular application and design requirements of the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the embodiments of the present application.
The various illustrative logical blocks, or elements described in this application may be implemented or operated by a general purpose processor, a digital signal processor, an Application Specific Integrated Circuit (ASIC), a field programmable gate array or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination thereof designed to perform the functions described. A general-purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a digital signal processor and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a digital signal processor core, or any other similar configuration.
The steps of a method or algorithm described in the embodiments herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may be stored in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. For example, a storage medium may be coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC, which may be located in a user terminal. In the alternative, the processor and the storage medium may reside in different components in a user terminal.
In one or more exemplary designs, the functions described in the embodiments of the present application may be implemented in hardware, software, firmware, or any combination of the three. If implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media that facilitate transfer of a computer program from one place to another. Storage media may be any available media that can be accessed by a general purpose or special purpose computer. For example, such computer-readable media can include, but is not limited to, RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to carry or store program code in the form of instructions or data structures and which can be read by a general-purpose or special-purpose computer, or a general-purpose or special-purpose processor. Additionally, any connection is properly termed a computer-readable medium, and, thus, is included if the software is transmitted from a website, server, or other remote source via a coaxial cable, fiber optic cable, twisted pair, Digital Subscriber Line (DSL), or wirelessly, e.g., infrared, radio, and microwave. Such discs (disk) and disks (disc) include compact disks, laser disks, optical disks, DVDs, floppy disks and blu-ray disks where disks usually reproduce data magnetically, while disks usually reproduce data optically with lasers. Combinations of the above may also be included in the computer-readable medium.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present application in further detail, and it should be understood that the above-mentioned embodiments are only examples of the embodiments of the present application and are not intended to limit the scope of the present application, and any modifications, equivalents, improvements and the like made within the spirit and principle of the present application should be included in the scope of the present application.

Claims (11)

1. A service processing method is characterized in that the service processing method is applied to a service processing system and comprises the following steps:
receiving a service request sent by an upstream calling party;
performing data model conversion on data objects in the service field model of the service request so as to enable new data objects obtained after conversion to correspond to all service related data tables in the specified database;
after the service request is successfully processed, packaging the data in the specified range in the current new data object into a data packet for storage, and returning a service processing result to the upstream calling party;
and when the traffic is lower than a set threshold value, fishing out the stored data packet for unpacking processing, and correspondingly inserting the unpacked data into the data table related to each service in the specified database.
2. The method for processing the service according to claim 1, wherein the step of packaging the data in the specified range in the new data object into a data packet for storage comprises:
converting data in a specified range in the new data object into character strings in a serialization mode;
writing the character string as an extension field into a specified service related data table in the specified database;
and updating the database record status bit in the specified service related data table.
3. The traffic processing method according to claim 1, wherein said fishing is a timed fishing.
4. The traffic processing method according to claim 3, wherein said timing fishing comprises:
and fishing is carried out under the triggering of the driving message sent by the timing of the middleware.
5. The traffic processing method according to claim 1, further comprising:
and if the service request fails to be processed, directly returning a service processing result.
6. A service processing apparatus, provided in a service processing system, the apparatus comprising:
the service request receiving module is used for receiving a service request sent by an upstream calling party;
the data model conversion module is used for performing data model conversion on the data objects in the service field model of the service request so as to enable the new data objects obtained after conversion to correspond to all service related data tables in the specified database;
the service data packaging module is used for packaging the data in the specified range in the current new data object into a data packet for storage after the service request is successfully processed;
the first result returning module is used for returning a service processing result to the upstream calling party after the service request is successfully processed;
and the database asynchronous updating module is used for fishing out the stored data packet for unpacking processing when the traffic is lower than a set threshold value, and correspondingly inserting the unpacked data into the data table related to each service in the specified database.
7. The service processing apparatus of claim 6, wherein the service data packaging module comprises:
the serialization submodule is used for converting the data in the specified range in the current new data object into a character string in a serialization mode;
the data storage submodule is used for writing the character string serving as an extension field into a specified service related data table in the specified database;
a status bit updating submodule for updating the database record status bit in the specified service related data table;
correspondingly, the database asynchronous update module is specifically configured to, when the traffic volume is lower than a set threshold, retrieve the stored data packet for deserialization, and correspondingly insert the deserialized data into the data table related to each service in the designated database.
8. The traffic processing apparatus according to claim 7, wherein said fishing is a timed fishing.
9. The traffic processing apparatus of claim 8, wherein the timed fishing comprises:
and fishing is carried out under the triggering of the driving message sent by the timing of the middleware.
10. The traffic processing apparatus according to claim 6, further comprising:
and the second result returning module is used for directly returning the service processing result when the service request is failed to be processed.
11. A service processing system, characterized in that it comprises a service processing device according to any one of claims 6-10.
CN201610462807.6A 2016-06-23 2016-06-23 Service processing method, device and system Active CN106909596B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610462807.6A CN106909596B (en) 2016-06-23 2016-06-23 Service processing method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610462807.6A CN106909596B (en) 2016-06-23 2016-06-23 Service processing method, device and system

Publications (2)

Publication Number Publication Date
CN106909596A CN106909596A (en) 2017-06-30
CN106909596B true CN106909596B (en) 2021-07-09

Family

ID=59206200

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610462807.6A Active CN106909596B (en) 2016-06-23 2016-06-23 Service processing method, device and system

Country Status (1)

Country Link
CN (1) CN106909596B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107480186B (en) * 2017-07-07 2021-08-27 中国建设银行股份有限公司 Business model data processing method and computer equipment
CN109862095A (en) * 2019-01-30 2019-06-07 新华三大数据技术有限公司 Data processing method and device based on Web service
CN111338819A (en) * 2020-02-24 2020-06-26 政采云有限公司 Method, system, equipment and readable storage medium for processing business object
CN114792233A (en) * 2021-01-25 2022-07-26 腾讯科技(深圳)有限公司 Data processing method and device, computer equipment and readable storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102663009A (en) * 2012-03-19 2012-09-12 华侨大学 Web-service integration method supporting data privatization of enterprise users

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101562664A (en) * 2009-05-20 2009-10-21 中兴通讯股份有限公司 Ticket processing method and system
CN102917020B (en) * 2011-09-24 2016-02-17 国网电力科学研究院 A kind of method of mobile terminal based on packet and operation system data syn-chronization
GB2512061A (en) * 2013-03-18 2014-09-24 Rapid Addition Ltd Transactional message format data conversion
CN104038522B (en) * 2013-03-06 2019-06-28 深圳先进技术研究院 A kind of virtual-real blending space positioning system Internet-based

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102663009A (en) * 2012-03-19 2012-09-12 华侨大学 Web-service integration method supporting data privatization of enterprise users

Also Published As

Publication number Publication date
CN106909596A (en) 2017-06-30

Similar Documents

Publication Publication Date Title
CN106909596B (en) Service processing method, device and system
WO2017028514A1 (en) Method and device for storing and reading data
EP3051782B1 (en) Method and system for sending contact information in call process
CN110990482A (en) Data synchronization method and device between asynchronous databases
CN111949614B (en) Bank system file conversion method and device
WO2024041022A1 (en) Database table alteration method and apparatus, device and storage medium
CN110519329A (en) A kind of method, equipment and the readable medium of concurrent processing samba agreement request
CN110264332A (en) The method, apparatus and electronic equipment that account is entered an item of expenditure in the accounts
CN112613964A (en) Account checking method, account checking device, account checking equipment and storage medium
US9451423B2 (en) Method and apparatus for recording information during a call
CN108415758B (en) Distributed transaction coordination method and device
US20230239358A1 (en) Method for fowarding data, device, storage medium and data transmission system
CN111429282B (en) Transaction money back-flushing method and device based on money back-flushing model migration
WO2019179012A1 (en) Method, device, apparatus and computer readable storage medium for processing text data
CN107391672B (en) Data reading and writing method and messaging distributed file system
CN111427918A (en) Transaction detail data comparison method and device
KR101997494B1 (en) Method for using mainframe system data in open system in realtime
CN106383667A (en) Method and apparatus for LUN migration in business operation
CN109165177A (en) A kind of communication means and relevant apparatus of PCIE interface
CN109460193B (en) IO processing method, device and terminal in storage system
CN111125168A (en) Data processing method and device, electronic equipment and storage medium
WO2022252590A1 (en) Data packet processing method and apparatus
CN110275893A (en) A kind of data manipulation method and device
CN103699699A (en) Method for browsing decoded ticket file
WO2021237704A1 (en) Data synchronization method and related device

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
TA01 Transfer of patent application right

Effective date of registration: 20201014

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20201014

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Advanced innovation technology Co.,Ltd.

Address before: Greater Cayman, British Cayman Islands

Applicant before: Alibaba Group Holding Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant