CN109308653B - Method, terminal and storage medium for avoiding congestion of client access server - Google Patents

Method, terminal and storage medium for avoiding congestion of client access server Download PDF

Info

Publication number
CN109308653B
CN109308653B CN201811200608.3A CN201811200608A CN109308653B CN 109308653 B CN109308653 B CN 109308653B CN 201811200608 A CN201811200608 A CN 201811200608A CN 109308653 B CN109308653 B CN 109308653B
Authority
CN
China
Prior art keywords
database
order information
stored
acquiring
processed
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
CN201811200608.3A
Other languages
Chinese (zh)
Other versions
CN109308653A (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.)
Peony International Commodity Trading Center Co ltd
Original Assignee
牡丹国际商品交易中心有限公司
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 牡丹国际商品交易中心有限公司 filed Critical 牡丹国际商品交易中心有限公司
Priority to CN201811200608.3A priority Critical patent/CN109308653B/en
Publication of CN109308653A publication Critical patent/CN109308653A/en
Application granted granted Critical
Publication of CN109308653B publication Critical patent/CN109308653B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0633Lists, e.g. purchase orders, compilation or processing

Abstract

The invention discloses a method for avoiding congestion of a client accessing a server, which comprises the following steps: when detecting that a user issues order information to a first database in a server, storing the order information in the first database; acquiring a preset order information processing sequence, and sequentially storing each order information stored in the first database to the second database according to the order information processing sequence; processing each order information in the second database respectively, and deleting the processed order information from the second database; and acquiring the processing state of each order information from the second database, and updating the processing state of the order information to the first database. The invention also discloses a terminal and a storage medium. The technical scheme of the invention aims to solve the defect of server deadlock caused by overlarge server access amount of a client.

Description

Method, terminal and storage medium for avoiding congestion of client access server
Technical Field
The present invention relates to the field of computer information technologies, and in particular, to a method for avoiding congestion of a client accessing a server, and a terminal and a computer-readable storage medium using the method for avoiding congestion of the client accessing the server.
Background
In the prior art, a background server of a trading platform mostly adopts a single database to store user related information, and as the number of users and orders of the trading platform increases, a plurality of users simultaneously perform the same operation and simultaneously send access demands to the database, so that the communication congestion of the database is easily caused, and even the deadlock problem of the system is caused.
Disclosure of Invention
The invention mainly aims to provide a method for avoiding congestion of a client accessing a server, aiming at solving the defect of server deadlock caused by overlarge access amount of the client to the server.
In order to achieve the above object, the method for avoiding congestion of a client accessing a server provided by the present invention comprises the following steps:
when detecting that a user issues order information to a first database in a server, storing the order information in the first database;
acquiring a preset order information processing sequence, and sequentially storing each order information stored in the first database to the second database according to the order information processing sequence;
processing each order information in the second database respectively, and deleting the processed order information from the second database;
and acquiring the processing state of each order information from the second database, and updating the processing state of the order information to the first database.
Preferably, the step of acquiring a preset order information processing sequence and sequentially storing each of the order information stored in the first database to the second database according to the order information processing sequence includes:
acquiring the release time of each order information stored in the first database;
determining the order information processing sequence according to the release time of each order information stored in the first database;
and sequentially storing each order information stored in the first database to the second database according to the order information processing sequence.
Preferably, the step of sequentially storing each of the order information stored in the first database to the second database according to the order information processing sequence includes:
judging whether a condition for storing the order information stored in the first database to the second database is met;
when the condition that the order information stored in the first database is stored in the second database is met, the order information which is not stored in the first database and is the most front in the distribution sequence of the second database is stored in the second database according to the sequence of the distribution time of each order information stored in the first database.
Preferably, the step of determining whether a condition for storing the order information stored in the first database to the second database is reached includes:
acquiring whether unprocessed order information exists in the second database;
and determining whether a condition for storing the order information stored in the first database to the second database is met according to whether unprocessed order information exists in the second database.
Preferably, the step of processing each order information in the second database and deleting the processed order information from the second database includes:
acquiring a preset first query period;
inquiring whether new order information is received in the second database according to the first inquiry period;
processing the new order information received in the second database;
and deleting the processed order information in the second database from the second database.
Preferably, the step of acquiring the processing status of each of the order information from the second database and updating the processing status of the order information to the first database includes:
acquiring a preset second query period, and querying whether new order information stored in the second database is processed or not according to the second query period;
and when the new order information stored in the second database is processed, updating the state of the processed order information to the first database.
Preferably, the step of acquiring a preset second query period, and querying whether new order information stored in the second database is processed according to the second query period includes:
acquiring a preset second query period;
acquiring whether the order information exists in the second database periodically according to the second query period;
when the order information does not exist in the second database, determining that the order information in the second database is deleted;
and when the order information in the second database is deleted, determining that the new order information stored in the second database is in a processed state.
Preferably, after the step of periodically acquiring whether the order information exists in the second database according to the second query period, the method further includes:
and when the order information exists in the second database, determining that the new order information stored in the second database is in an unprocessed state.
In addition, to achieve the above object, the present invention also provides a terminal, including: memory, a processor and a computer program stored on the memory and executable on the processor, the computer program, when executed by the processor, implementing the steps of the method according to any one of the preceding claims.
Furthermore, to achieve the above object, the present invention also provides a computer-readable storage medium having stored thereon a computer program which, when being executed by a processor, realizes the steps of the method of any one of the above.
In the technical scheme of the invention, when detecting that a user issues order information to a first database in a server, the method for avoiding the congestion of the client accessing the server stores the order information in the first database; acquiring a preset order information processing sequence, and sequentially storing each order information stored in the first database to the second database according to the order information processing sequence; processing each order information in the second database respectively, and deleting the processed order information from the second database; and acquiring the processing state of each order information from the second database, and updating the processing state of the order information to the first database. The first database is used for permanently storing the order information, the second database is used for temporarily storing the order information, the processing process of each order information is processed and completed in the second database, and the processing state of the order information is returned to the first database for storage after the processing is completed.
Drawings
FIG. 1 is a flowchart illustrating a first embodiment of a method for avoiding congestion when a client accesses a server according to the present invention;
FIG. 2 is a flowchart illustrating a second embodiment of a method for avoiding congestion when a client accesses a server according to the present invention;
FIG. 3 is a flowchart illustrating a third embodiment of a method for avoiding congestion when a client accesses a server according to the present invention;
fig. 4 is a schematic block structure diagram of a terminal according to a first embodiment of the present invention.
The objects, features and advantages of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1, to achieve the above object, a first embodiment of the present invention provides a method for avoiding congestion of a client accessing a server, including the following steps:
step S10, when it is detected that a user issues order information to a first database in a server, storing the order information in the first database;
step S20, acquiring a preset order information processing sequence, and sequentially storing each of the order information stored in the first database to the second database according to the order information processing sequence;
step S30, processing each order information in the second database, and deleting the processed order information from the second database;
step S40, obtaining the processing status of each order information from the second database, and updating the processing status of the order information to the first database.
In the technical scheme of the invention, when detecting that a user issues order information to a first database in a server, the method for avoiding the congestion of the client accessing the server stores the order information in the first database; acquiring a preset order information processing sequence, and sequentially storing each order information stored in the first database to the second database according to the order information processing sequence; processing each order information in the second database respectively, and deleting the processed order information from the second database; and acquiring the processing state of each order information from the second database, and updating the processing state of the order information to the first database. The first database is used for permanently storing the order information, the second database is used for temporarily storing the order information, the processing process of each order information is processed and completed in the second database, and the processing state of the order information is returned to the first database for storage after the processing is completed.
Specifically, the server in the invention comprises a first database for permanently storing the user order information, a second database for storing the user order information in a short time, a first timer, a second timer and a processing module for processing the order information. In this embodiment, the first database may be Mysql, and the second database is Redis.
When a user clicks a button for confirming the release of order information at a client, the system detects that the user releases the order information to a first database in a server, the system stores the order information released by the user to the first database, and then queues and sequentially stores all the order information stored in the first database to a second database according to a preset sequence.
It is easy to understand that the number of the first databases and the number of the second databases may be set according to needs, and are not limited specifically here, in this embodiment, the number of the first databases is one, and the number of the second databases is also one, and of course, a plurality of second databases may also be set in the system, and the enabled number of the second databases is determined according to the number of the order information in the first databases.
For example, when the number of the second databases is three (database a, database B, and database C, respectively), a first set number is set as a, a second set number is set as B, a third set number is set as C, and 0 < a < B < C. And when the quantity of the order information in the first database does not exceed a, all the order information in the first database is stored in a database A for processing. When the quantity of the order information in the first database exceeds a and does not exceed B, storing a order information with the release time of the first a name in the first database into a database A for processing, and storing other order information in the first database into a database B for processing. When the quantity of the order information in the first database exceeds B and does not exceed C, storing a order information with the release time of the first a name in the first database into a database A for processing, storing B-a order information with the release time of the first B-a name in the first database into a database B for processing, and storing other order information in the first database into a database C for processing.
Referring to fig. 2, in a first embodiment of the method for avoiding congestion of a client accessing a server according to the present invention, and in a second embodiment of the method for avoiding congestion of a client accessing a server according to the present invention, the step S20 is to obtain a preset order information processing sequence, and sequentially store each of the order information stored in the first database into the second database according to the order information processing sequence, where the method includes:
step S21, acquiring the distribution time of each order information stored in the first database;
step S22, determining the order information processing order according to the distribution time of each order information stored in the first database;
step S23, sequentially storing each of the order information stored in the first database into the second database according to the order information processing sequence.
There are various methods for determining the order information processing sequence according to the release time of each order information stored in the first database, for example, according to the order time of each order information stored in the first database, the order information with the former release time in the first database is preferentially stored in the second database; or, according to the order information release time sequence stored in the first database, preferentially storing the order information with the later release time in the first database to the second database, or according to the order information release time, making other order information processing sequences. In this embodiment, a method is adopted in which, according to the order information release time sequence stored in the first database, order information with a release time earlier in the first database is preferentially stored in the second database, so that order information generated first is preferentially processed, and order information generated later is processed later, and the order information generation sequence is met.
Referring to fig. 3, based on the second embodiment of the method for avoiding congestion of the client accessing the server according to the present invention, in a third embodiment of the method for avoiding congestion of the client accessing the server according to the present invention, the step S21 sequentially stores each of the order information stored in the first database into the second database according to the order information processing sequence, including:
step S24, determining whether a condition for storing the order information stored in the first database to the second database is met;
when the condition that the order information stored in the first database is stored in the second database is met, step S25 is executed, and the order information that is not stored in the first database but is the most advanced in the distribution order of the second database is stored in the second database according to the sequence of the distribution time of each order information stored in the first database.
The method of determining whether the condition for storing the order information stored in the first database to the second database is reached may be set as needed. For example, whether to store the order information stored in the first database into the second database may be determined according to whether processing of the order information in the second database is completed; or, whether to store the order information stored in the first database into the second database may be determined according to whether the number of unprocessed order information in the second database is smaller than a set number.
Based on the third embodiment of the method for avoiding congestion of the client accessing the server according to the present invention, in a fourth embodiment of the method for avoiding congestion of the client accessing the server according to the present invention, the step S24 of determining whether a condition for storing the order information stored in the first database in the second database is reached includes:
step S26, acquiring whether unprocessed order information exists in the second database;
step S27, determining whether a condition for storing the order information stored in the first database to the second database is reached according to whether unprocessed order information exists in the second database.
After the order information in the second database is processed, the unprocessed order information in the first database is stored in the second database, so that the communication congestion phenomenon of the second database is prevented, and the processing speed of the second database can be ensured.
Based on the fourth embodiment of the method for avoiding congestion of the client accessing the server according to the present invention, in a fifth embodiment of the method for avoiding congestion of the client accessing the server according to the present invention, the step S30 is to process each of the order information in the second database, and delete the processed order information from the second database, and includes:
step S31, acquiring a preset first query period;
step S32, inquiring whether new order information is received in the second database according to the first inquiry period;
step S33, processing the new order information received in the second database;
step S34, delete the order information processed in the second database from the second database.
In order to ensure the processing speed in the second database, one piece of unprocessed order information which is published in the first database at a time is stored in the second database, so that only one piece of order information is processed in the second database at a time.
Based on the fifth embodiment of the method for avoiding congestion of the client accessing the server according to the present invention, in the sixth embodiment of the method for avoiding congestion of the client accessing the server according to the present invention, the step S40 of acquiring the processing status of each of the order information from the second database and updating the processing status of the order information to the first database includes:
step S41, acquiring a preset second query period, and querying whether new order information stored in the second database is processed or not according to the second query period;
step S42, when the new order information stored in the second database is processed, updating the status of the processed order information to the first database.
The first query period and the second query period can be set according to needs, and in addition, the modification of the two periods can be carried out according to the setting of a user. The first polling period is controlled by a first timer, and the second polling period is controlled by a second timer.
Based on the sixth embodiment of the method for avoiding congestion of the client accessing the server according to the present invention, in the seventh embodiment of the method for avoiding congestion of the client accessing the server according to the present invention, the step S41 of acquiring a preset second query cycle, and querying whether new order information stored in the second database has been processed according to the second query cycle includes:
step S43, acquiring a preset second query period;
step S44, periodically obtaining whether the order information exists in the second database according to the second query period;
step S45, when the order information does not exist in the second database, determining that the order information in the second database is deleted;
step S46, when the order information in the second database is deleted, determining that the new order information stored in the second database is in a processed state.
According to the order information generation time sequence, storing one order information with the most front order generation time in unprocessed order information in the first database to the second database every time, so that only one order information is processed in the second database every time, and deleting the order information in the second database when the order information in the second database is processed; since the processed order information in the first database is marked with the processed identifier, when the unprocessed order information in the first database, which is generated most before the order generation time, is not searched in the second database, it indicates that the order information is processed in the second database, and at this time, the processed identifier may be added to the order information in the first database.
In order to avoid that the unprocessed order information in the first database, which is generated most ahead in order time, is added with the processed identifier when not being stored in the second database, further, when it is detected that the unprocessed order information in the first database, which is generated most ahead in order time, is stored in the second database, the stored identifier may be added to the order information in the first database, and when the stored order information in the first database, which is generated most ahead in order time, is not searched in the second database, it indicates that the order information is actually processed in the second database, at this time, the order information in the first database may be added with the processed identifier.
Based on the seventh embodiment of the method for avoiding congestion of the client accessing the server according to the present invention, in an eighth embodiment of the method for avoiding congestion of the client accessing the server according to the present invention, after the step S44 regularly obtains whether the order information exists in the second database according to the second query cycle, the method further includes:
step S47, when the order information exists in the second database, determining that the new order information stored in the second database is in an unprocessed state.
The unprocessed state of the order information may be sent to the first database, and an unprocessed identifier is added to the order information in the first database, or the unprocessed state of the order information may not be sent to the first database, which are all included in the protection scope of the present invention and are not limited herein.
In addition, to achieve the above object, the present invention also provides a terminal, including: memory, a processor and a computer program stored on the memory and executable on the processor, the computer program, when executed by the processor, implementing the steps of the method according to any one of the preceding claims.
In some embodiments, the terminal 10 may include: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display) and an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may further include a standard wired interface and a standard wireless interface, and when in specific use, the front end obtains data through the user interface 1003. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the terminal configuration shown in fig. 4 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
Since the technical solution of the terminal 10 in this embodiment at least includes all technical solutions of the above method embodiments, at least all technical effects of the above embodiments are achieved, and details are not repeated here.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for causing a terminal device to perform the method according to the embodiments of the present invention.
Furthermore, to achieve the above object, the present invention also provides a computer-readable storage medium having stored thereon a computer program which, when being executed by a processor, realizes the steps of the method of any one of the above.
Since the technical solution of the computer-readable storage medium in this embodiment at least includes all technical solutions of the above method embodiments, at least all technical effects of the above embodiments are achieved, and details are not repeated here.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (3)

1. A method for avoiding congestion of a client accessing a server, comprising the steps of:
when detecting that a user issues order information to a first database in a server, storing the order information in the first database;
acquiring a preset order information processing sequence, and sequentially storing each order information stored in the first database to a second database according to the order information processing sequence;
processing each order information in the second database respectively, and deleting the processed order information from the second database;
acquiring the processing state of each order information from the second database, and updating the processing state of the order information to the first database;
the step of acquiring a preset order information processing sequence and sequentially storing each piece of order information stored in the first database to the second database according to the order information processing sequence includes:
acquiring the release time of each order information stored in the first database;
determining the order information processing sequence according to the release time of each order information stored in the first database;
sequentially storing each order information stored in the first database to the second database according to the order information processing sequence;
the step of sequentially storing each of the order information stored in the first database to the second database according to the order information processing sequence includes:
judging whether a condition for storing the order information stored in the first database to the second database is met;
when the condition that the order information stored in the first database is stored in the second database is met, storing the order information which is not stored in the first database and is the most advanced in the distribution sequence of the second database into the second database according to the sequence of the distribution time of each order information stored in the first database;
the step of determining whether a condition for storing the order information stored in the first database to the second database is reached includes:
acquiring whether unprocessed order information exists in the second database;
determining whether a condition for storing the order information stored in the first database to the second database is met according to whether unprocessed order information exists in the second database;
the step of processing each order information in the second database and deleting the processed order information from the second database includes:
acquiring a preset first query period;
inquiring whether new order information is received in the second database according to the first inquiry period;
processing the new order information received in the second database;
deleting the processed order information in the second database from the second database; in order to ensure the processing speed in the second database, storing one piece of unprocessed order information which is published in the first database at a time into the second database, so that only one piece of order information is processed in the second database at a time;
the step of acquiring the processing state of each of the order information from the second database and updating the processing state of the order information to the first database includes:
acquiring a preset second query period, and querying whether new order information stored in the second database is processed or not according to the second query period;
when new order information stored in the second database is processed, updating the state of the processed order information to the first database;
the step of acquiring a preset second query period, and querying whether new order information stored in the second database is processed according to the second query period includes:
acquiring a preset second query period;
acquiring whether the order information exists in the second database periodically according to the second query period;
when the order information does not exist in the second database, determining that the order information in the second database is deleted;
when the order information in the second database is deleted, determining that the new order information stored in the second database is in a processed state; when the stored order information with the most advanced order generation time in the first database is not searched in the second database, the order information is indicated to be processed in the second database, and at the moment, the order information in the first database is added with a processed identifier;
after the step of periodically obtaining whether the order information exists in the second database according to the second query period, the method further includes:
and when the order information exists in the second database, determining that the new order information stored in the second database is in an unprocessed state.
2. A terminal, characterized in that the terminal comprises: memory, processor and computer program stored on the memory and executable on the processor, which computer program, when executed by the processor, carries out the steps of the method as claimed in claim 1.
3. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the method as claimed in claim 1.
CN201811200608.3A 2018-10-16 2018-10-16 Method, terminal and storage medium for avoiding congestion of client access server Active CN109308653B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811200608.3A CN109308653B (en) 2018-10-16 2018-10-16 Method, terminal and storage medium for avoiding congestion of client access server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811200608.3A CN109308653B (en) 2018-10-16 2018-10-16 Method, terminal and storage medium for avoiding congestion of client access server

Publications (2)

Publication Number Publication Date
CN109308653A CN109308653A (en) 2019-02-05
CN109308653B true CN109308653B (en) 2022-04-22

Family

ID=65224321

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811200608.3A Active CN109308653B (en) 2018-10-16 2018-10-16 Method, terminal and storage medium for avoiding congestion of client access server

Country Status (1)

Country Link
CN (1) CN109308653B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103426072A (en) * 2013-07-16 2013-12-04 无限极(中国)有限公司 Order processing system of high concurrency competitive inventory and processing method thereof
CN106504076A (en) * 2016-11-23 2017-03-15 杭州先手科技有限公司 distributed order processing method, device and order processing system
CN107038617A (en) * 2017-01-19 2017-08-11 阿里巴巴集团控股有限公司 Pay invoice pre-creates method and device
CN107609924A (en) * 2016-07-11 2018-01-19 湖南易分销电子商务有限公司 A short time high concurrent panic buying scene is used

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2599295A1 (en) * 2010-07-30 2013-06-05 ByteMobile, Inc. Systems and methods for video cache indexing
US8527462B1 (en) * 2012-02-09 2013-09-03 Microsoft Corporation Database point-in-time restore and as-of query
CN107563942B (en) * 2016-06-30 2021-06-18 菜鸟智能物流控股有限公司 Logistics data batch processing method, logistics processing system and processing device
CN106875262B (en) * 2017-02-28 2021-03-26 阿里巴巴(中国)有限公司 Method, apparatus and computer-readable storage medium for order processing

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103426072A (en) * 2013-07-16 2013-12-04 无限极(中国)有限公司 Order processing system of high concurrency competitive inventory and processing method thereof
CN107609924A (en) * 2016-07-11 2018-01-19 湖南易分销电子商务有限公司 A short time high concurrent panic buying scene is used
CN106504076A (en) * 2016-11-23 2017-03-15 杭州先手科技有限公司 distributed order processing method, device and order processing system
CN107038617A (en) * 2017-01-19 2017-08-11 阿里巴巴集团控股有限公司 Pay invoice pre-creates method and device

Also Published As

Publication number Publication date
CN109308653A (en) 2019-02-05

Similar Documents

Publication Publication Date Title
KR102133951B1 (en) Short link handling methods, devices, and servers
US10250526B2 (en) Method and apparatus for increasing subresource loading speed
CN109756417B (en) Offline message distribution method, server and storage medium
US20150143377A1 (en) Dynamic scheduling of tasks for collecting and processing data using job configuration data
US9736228B2 (en) Method, apparatus, and system for distributing information in graphic code
EP2989543A1 (en) Method and device for updating client
CN110928904A (en) Data query method and device and related components
CN111158892A (en) Task queue generating method, device and equipment
CN111159131A (en) Performance optimization method, device, equipment and computer readable storage medium
CN109391658B (en) Account data synchronization method and equipment, storage medium and terminal thereof
CN113377817A (en) Data processing method, system, device and storage medium
CN110019372B (en) Data monitoring method, device, server and storage medium
CN109308653B (en) Method, terminal and storage medium for avoiding congestion of client access server
CN110955460B (en) Service process starting method and device, electronic equipment and storage medium
CN110852603B (en) High-throughput wind control data processing method, device, equipment and storage medium
CN105610596B (en) Resource directory management method and network terminal
CN113220705A (en) Slow query identification method and device
CN109101310B (en) Page refreshing method and device
CN113626472B (en) Method and device for processing order data
CN113656178B (en) Data processing method, device, equipment and readable storage medium
CN113868687A (en) Task processing progress management method and device
CN106990938B (en) Random number acquisition method and device and electronic equipment
CN113760876A (en) Data filtering method and device
CN111159196A (en) Block chain data storage and acquisition method and device based on fragmentation
CN111159138A (en) Asynchronous data storage method, device, equipment and readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20190722

Address after: Room 202, 2nd floor, F1 Building, Yuanjun Shuyuan International Media Industry Park, No. 8 Gaojing Cultural Park Road, Chaoyang District, Beijing

Applicant after: Puhua Yunchuang Technology (Beijing) Co., Ltd.

Address before: 100038 No. 141, Gate 1, 3rd Floor, No. 14 Fuxing Road, Haidian District, Beijing

Applicant before: Di Hongying

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20220402

Address after: 274000 floor 10, block a, Nanhua Kangcheng office building, No. 1388, Renmin Road, development zone, Heze City, Shandong Province

Applicant after: Peony International Commodity Trading Center Co.,Ltd.

Address before: 100123 Room 202, 2 / F, building F1, Dongyi International Media Industrial Park, No.8, Gaojing Cultural Park Road, Chaoyang District, Beijing

Applicant before: Puhua Yunchuang Technology (Beijing) Co.,Ltd.

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