CN112380259A - Method for improving processing speed of real-time online transaction share of online deposit product - Google Patents

Method for improving processing speed of real-time online transaction share of online deposit product Download PDF

Info

Publication number
CN112380259A
CN112380259A CN202011589709.1A CN202011589709A CN112380259A CN 112380259 A CN112380259 A CN 112380259A CN 202011589709 A CN202011589709 A CN 202011589709A CN 112380259 A CN112380259 A CN 112380259A
Authority
CN
China
Prior art keywords
share
product
cache server
deposit
value
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.)
Granted
Application number
CN202011589709.1A
Other languages
Chinese (zh)
Other versions
CN112380259B (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.)
Sichuan XW Bank Co Ltd
Original Assignee
Sichuan XW Bank 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 Sichuan XW Bank Co Ltd filed Critical Sichuan XW Bank Co Ltd
Priority to CN202011589709.1A priority Critical patent/CN112380259B/en
Publication of CN112380259A publication Critical patent/CN112380259A/en
Application granted granted Critical
Publication of CN112380259B publication Critical patent/CN112380259B/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/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • 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/23Updating
    • G06F16/2379Updates performed during online database operations; commit processing
    • 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/02Banking, e.g. interest calculation or account maintenance

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Development Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Technology Law (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Computational Linguistics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method for improving the real-time online transaction share processing speed of online deposit products, which aims to solve the problems that in the prior art, share processing results cannot be obtained in real time, each share processing request needs to be written into a database, and when the requests are high in concurrence, the database is easy to generate large pressure and normal operation of other services is influenced. The result of the share processing request can be obtained in real time; the read-write frequency of the database is reduced, the share processing speed of the deposit products is improved, and the response speed of online transaction requests is accelerated. The invention is applied to real-time online transaction share processing of deposit products.

Description

Method for improving processing speed of real-time online transaction share of online deposit product
Technical Field
The invention relates to the technical field of information processing, in particular to a method for improving the processing speed of real-time online transaction share of online deposit products.
Background
In the deposit and withdrawal business of deposit products on a bank line, the share of the deposit products needs to be controlled, the share of the deposit products needs to be deducted during deposit, the share of the deposit products needs to be added back during withdrawal, and the deposit products can not be purchased again until the share of the deposit products is used up.
When online transaction is carried out, share data of the deposit product has uniqueness, each share processing request needs exclusive access and updating to the share data, when the quantity of concurrent transaction requests is large, a large amount of lock competition and lock waiting are generated when a database is updated, the processing speed is greatly reduced, the transaction is blocked, and the throughput of the system is reduced.
In view of the above problems, a patent "quota resource processing method, online transaction processing method and apparatus" (application number: CN 104599177A) disclosed in the prior art writes a quota processing request into a database quota application table, when unprocessed data in the quota application table is greater than a certain number or an earliest unprocessed data is greater than a certain time interval from the current time, the data in the quota application table is summarized and calculated to obtain a total quota, then the total quota and the remaining quota of the database are determined, if the total quota is smaller, the status of all quota applications in the database quota and quota application table is updated to be successful, and if the total quota is larger, the size of the application quota and the remaining quota of the database are sequentially compared according to a quota application order, and the status of the remaining quota and quota application table of the database is updated.
The technical scheme has the following defects: the share processing result cannot be obtained in real time, and the client cannot know the transaction result in online transaction; the share processing only carries out deduction and does not carry out adding back; each share processing request needs to write in the database, and when the request concurrency is high, the request concurrency is easy to generate larger pressure on the database, and the normal operation of other services is influenced.
Disclosure of Invention
The invention provides a method for improving the real-time online transaction share processing speed of online deposit products, aiming at the problems that in the prior art, the share processing result cannot be obtained in real time, each share processing request needs to be written into a database, when the request concurrency is high, the database is easy to generate larger pressure, and the normal operation of other services is influenced, and the method aims to solve the problems that: the result of the share processing request can be obtained in real time; the read-write frequency of the database is reduced, the share processing speed of the deposit products is improved, and the response speed of online transaction requests is accelerated.
The technical scheme adopted by the invention is as follows:
a method of increasing the speed of processing shares of a real-time online transaction of an online credit product, comprising:
step S1: initializing share parameters of the deposit product, and storing the share parameters into a database, wherein the share parameters comprise a total share, a used share, a pre-read share, a share deduction threshold and a share adding threshold;
step S2: starting a cache server, and initializing a product share cache item on the cache server according to the product share related parameters in the database;
step S3: when a deposit product is deposited or withdrawn, storing a deposited deposit product code, a deposited amount or a withdrawn deposit product code and a withdrawn amount to a cache server, reading a product share current value corresponding to the deposit product code in real time by the cache server for judgment, and deducting or adding back the product share current value and responding to a result if conditions are met;
step S4: and the timing task reads the product share in the cache server at regular time, and deducts or adds the current value of the product share in the cache server to the database.
Further, in step S1, the share deduction threshold is smaller than the share deduction threshold, and a value obtained by subtracting the share deduction threshold from the share deduction threshold is larger than the value of the pre-read share.
Further, step S2 is specifically:
step S2.1: reading share parameters of the deposit products in the database, and comparing the sum of the used shares and the pre-read shares with the size of the total shares;
step S2.2: if the sum of the used share and the pre-read share is larger than the total share, storing a value obtained by subtracting the used share from the total share to the product share of the cache server, and updating the value of the total share to the used share in the database;
step S2.3: and if the value of the used share plus the pre-read share is less than or equal to the value of the total share, updating the value of the pre-read share to the product share of the cache server, and updating the value of the used share plus the value of the pre-read share to the used share in the database.
When the cache server is started, the pre-read share is read from the database and stored in the cache server, and as the condition that the cache server is restarted occurs, the original cache is lost when the cache server is restarted, and the cache needs to be initialized again, when the cache server is started, the sum of the used share and the pre-read share in the database and the total share need to be judged firstly to select a mode of extracting the credit share, so that no matter whether the cache server is started for the first time or restarted, the quota needs to be extracted through the judgment process.
Further, in step S3:
when a deposit product is deposited, storing the deposited deposit product code and the deposited amount to a cache server;
the cache server reads the product share corresponding to the deposit product code;
if the product share does not exist, the response result of the cache server is that the product share does not exist;
if the product share exists, comparing the current value of the product share with the value of the deposit amount;
if the current value of the product share is smaller than the deposit amount, the response result of the cache server is that the product share is insufficient;
and if the current value of the product share is larger than or equal to the deposit amount, updating a value obtained by subtracting the deposit amount from the current value of the product share to the product share, and successfully deducting the product share according to a response result of the cache server.
In step S3:
when a deposit product is paid out, the server caches the code of the paid out deposit product and the saved value of the paid out amount;
the cache server reads the product share corresponding to the deposit product code;
if the product share does not exist, the response result of the cache server is that the product share does not exist;
if the product share exists, the value obtained by adding the current value of the product share to the payment amount is updated to the product share, and the response result of the cache server is that the product share is successfully added.
Further, in step S3, the cache server serially executes the share processing request for the deposit product. The value of the product share in the cache server performs addition and subtraction on the product share by executing the product share processing request, so that the product share is updated.
Further, step S4 is specifically:
step S4.1: reading the current value of the product share in the cache server at regular time, and comparing the current value of the product share with the size of a share adding threshold and a share deducting threshold;
step S4.2: if the current value of the product share is less than or equal to the share deduction threshold value, comparing whether the sum of the used share and the pre-read share in the database is greater than the total share, if so, subtracting the sum of the used share plus the current value of the product share from the total share and updating the sum to the product share in the cache server, and if not, updating the sum of the pre-read share and the current value of the product share to the used share in the database;
step S4.3: if the current value of the product share is larger than or equal to the share back-adding threshold, updating a value obtained by subtracting the pre-read share from the current value of the product share to the product share in the cache server, and updating a value obtained by subtracting the pre-read share from the value of the used share to the used share in the database;
step S4.4: if the current value of the product share is greater than the share deduction threshold and less than the share add-back threshold, no action is performed.
In summary, due to the adoption of the technical scheme, the invention has the beneficial effects that: the share processing request result can be obtained in real time, the deposit product online transaction share processing request does not directly read and write the database but read and write the cache, the reading and writing frequency of the database is reduced, the share processing speed of the deposit product is improved, and the response speed of the online transaction request is accelerated.
Drawings
The invention will now be described, by way of example, with reference to the accompanying drawings, in which:
FIG. 1 is a schematic diagram of an embodiment of the present invention.
Detailed Description
All of the features disclosed in this specification, or all of the steps in any method or process so disclosed, may be combined in any combination, except combinations of features and/or steps that are mutually exclusive.
The present invention will be described in detail with reference to fig. 1.
As shown in the figure, the method for improving the processing speed of the real-time online transaction share of the online deposit product comprises the following steps:
step S1: initializing share parameters of the deposit product, and storing the share parameters into a database, wherein the share parameters comprise a total share, a used share, a pre-read share, a share deduction threshold and a share adding threshold;
in step S1, the share deduction threshold is smaller than the share deduction threshold, and a value obtained by subtracting the share deduction threshold from the share deduction threshold is larger than the value of the pre-read share.
Step S2: starting a cache server, and initializing a product share cache item on the cache server according to the product share related parameters in the database; step S2 specifically includes:
step S2.1: reading share parameters of the deposit products in the database, and comparing the sum of the used shares and the pre-read shares with the size of the total shares;
step S2.2: if the sum of the used share and the pre-read share is larger than the total share, storing a value obtained by subtracting the used share from the total share to the product share of the cache server, and updating the value of the total share to the used share in the database;
step S2.3: and if the value of the used share plus the pre-read share is less than or equal to the value of the total share, updating the value of the pre-read share to the product share of the cache server, and updating the value of the used share plus the value of the pre-read share to the used share in the database.
When the cache server is started, the pre-read share is read from the database and stored in the cache server, and as the condition that the cache server is restarted occurs, the original cache is lost when the cache server is restarted, and the cache needs to be initialized again, when the cache server is started, the sum of the used share and the pre-read share in the database and the total share need to be judged firstly to select a mode of extracting the credit share, so that no matter whether the cache server is started for the first time or restarted, the quota needs to be extracted through the judgment process.
Step S3: when a deposit product is deposited or withdrawn, storing a deposited deposit product code, a deposited amount or a withdrawn deposit product code and a withdrawn amount to a cache server, reading a product share current value corresponding to the deposit product code in real time by the cache server for judgment, and deducting or adding back the product share current value and responding to a result if conditions are met; in step S3:
when a deposit product is deposited, storing the deposited deposit product code and the deposited amount to a cache server;
the cache server reads the product share corresponding to the deposit product code;
if the product share does not exist, the response result of the cache server is that the product share does not exist;
if the product share exists, comparing the current value of the product share with the value of the deposit amount;
if the current value of the product share is smaller than the deposit amount, the response result of the cache server is that the product share is insufficient;
and if the current value of the product share is larger than or equal to the deposit amount, updating a value obtained by subtracting the deposit amount from the current value of the product share to the product share, and successfully deducting the product share according to a response result of the cache server.
When a deposit product is paid out, the server caches the code of the paid out deposit product and the saved value of the paid out amount;
the cache server reads the product share corresponding to the deposit product code;
if the product share does not exist, the response result of the cache server is that the product share does not exist;
if the product share exists, the value obtained by adding the current value of the product share to the payment amount is updated to the product share, and the response result of the cache server is that the product share is successfully added.
In step S3, the cache server serially executes the share processing request of the deposit product.
Step S4: and the timing task reads the product share in the cache server at regular time, and deducts or adds the current value of the product share in the cache server to the database. Step S4 specifically includes:
step S4.1: reading the current value of the product share in the cache server at regular time, and comparing the current value of the product share with the size of a share adding threshold and a share deducting threshold;
step S4.2: if the current value of the product share is less than or equal to the share deduction threshold value, comparing whether the sum of the used share and the pre-read share in the database is greater than the total share, if so, subtracting the sum of the used share plus the current value of the product share from the total share and updating the sum to the product share in the cache server, and if not, updating the sum of the pre-read share and the current value of the product share to the used share in the database;
step S4.3: if the current value of the product share is larger than or equal to the share back-adding threshold, updating a value obtained by subtracting the pre-read share from the current value of the product share to the product share in the cache server, and updating a value obtained by subtracting the pre-read share from the value of the used share to the used share in the database;
step S4.4: if the current value of the product share is greater than the share deduction threshold and less than the share add-back threshold, no action is performed.
Example (b):
step S1: defining the total share 100 of the deposit product, the used share 0, the pre-reading share 10, the share deduction threshold value 8 and the share adding back threshold value 23 to be stored in a database;
step S2: when the cache server is started, the cache server reads relevant parameters of product shares in the database, and compares the value of the used share plus the pre-read share with the total share;
the value 10 of the used share 0 plus the pre-read share is less than the value 100 of the total share, the value 10 of the pre-read share is updated to the product share of the cache server, and the value 10 of the used share 0 plus the pre-read share 10 is updated to the used share.
Step S3:
when a deposit product is deposited, a deposited deposit product code and a deposited amount saving value are cached in a server;
the cache server reads the product share corresponding to the deposit product code in the memory;
if the product share does not exist, the response result of the cache server is that the product share does not exist;
if the product share exists, comparing the product share with the amount of the deposit;
when the product share is 20 and the deposit amount is 25, the response result of the cache server is that the product share is insufficient;
when the product share is 20 and the credit is 15, the value 5 obtained by subtracting the credit 15 from the value 20 of the product share is updated to the product share, and the corresponding result of the cache server is that the product share is successfully subtracted.
When a deposit product is paid out, the server caches the code of the paid out deposit product and the saved value of the paid out amount;
the cache server reads the product share corresponding to the deposit product code in the memory;
if the product share does not exist, the response result of the cache server is that the product share does not exist;
when the product share exists, the product share is 10, and the draw amount is 10, the value 20 obtained by adding the draw amount 10 to the product share 10 is updated to the product share, and the cache server responds that the product share is successfully added back.
The cache server serially executes the share processing request of the deposit product.
Step S4:
reading the product share in the cache server at regular time, and comparing the product share with two thresholds, wherein the two thresholds are a share adding threshold and a share deducting threshold;
if the value of the product share is read to be 5 and is smaller than the share deduction threshold value 8, comparing whether the value of the used share plus the pre-read share in the database is larger than the total share, if the value of the used share is 93 and the value of the used share 93 plus the pre-read share is 10 and is larger than the total share 100, updating the value of the total share 100 minus the value of the used share 93 plus the value of the product share 5 into the product share data of the cache server, the updated product share has a value of 12, if the used share is 50 at this time, the value of the used share 50 plus the pre-read share 10 is less than the total share 100, the value of the pre-read share 10 plus the value of the product share 5 is updated into the product share data of the cache server, the value of the updated product share is 15, and the value 60 of the used share, which is obtained by adding 50 to the pre-read share 10, is updated into the data of the used share;
if the value of the product share is 30, the value of the used share is 50, and the product share 30 is greater than the share back addition threshold value 23, updating the value 20 obtained by subtracting the pre-read share 10 from the product share 30 into the product share data of the cache server, and updating the value 40 obtained by subtracting the pre-read share 10 from the value 50 of the used share into the used share data of the database, wherein the value of the used share after updating is 40;
if the value of the product share is greater than the share deduction threshold and less than the share add-back threshold, then nothing is done.
According to the invention, under the scene of online product storage and withdrawal, partial product share data is read to the cache server for storage, and the share on the cache server is used up and then a fixed share is obtained from the database to the server until the total share is used up.
The above-mentioned embodiments only express the specific embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present application. It should be noted that, for those skilled in the art, without departing from the technical idea of the present application, several changes and modifications can be made, which are all within the protection scope of the present application.

Claims (7)

1. A method for increasing the speed of processing a real-time online transaction share of an online credit product, comprising:
step S1: initializing deposit product share related parameters to a database, wherein the deposit product share related parameters comprise total share, used share, pre-read share, share deduction threshold and share adding threshold of a deposit product;
step S2: starting a cache server, and initializing a product share cache item on the cache server according to the product share related parameters in the database;
step S3: when a deposit product is deposited or withdrawn, storing a deposited deposit product code, a deposited amount or a withdrawn deposit product code and a withdrawn amount to a cache server, reading a product share current value corresponding to the deposit product code in real time by the cache server for judgment, and deducting or adding back the product share current value and responding to a result if conditions are met;
step S4: and the timing task reads the product share in the cache server at regular time, and deducts or adds the current value of the product share in the cache server to the database.
2. The method of claim 1, wherein in step S1, the share deduction threshold is less than the share deduction threshold, and the value obtained by subtracting the share deduction threshold from the share deduction threshold is greater than the pre-read share value.
3. The method of claim 1, wherein the step S2 is specifically performed by:
step S2.1: the cache server reads share related parameters of the deposit products in the database, and compares the sum of the used shares and the pre-read shares with the size of the total share;
step S2.2: if the sum of the used share and the pre-read share is larger than the total share, storing a value obtained by subtracting the used share from the total share to the product share of the cache server, and updating the value of the total share to the used share in the database;
step S2.3: and if the value of the used share plus the pre-read share is less than or equal to the value of the total share, updating the value of the pre-read share to the product share of the cache server, and updating the value of the used share plus the value of the pre-read share to the used share in the database.
4. The method for increasing the processing speed of real-time online transaction share of online deposit products according to claim 1, wherein in step S3:
when a deposit product is deposited, storing the deposited deposit product code and the deposited amount to a cache server;
the cache server reads the product share corresponding to the deposit product code;
if the product share does not exist, the response result of the cache server is that the product share does not exist;
if the product share exists, comparing the current value of the product share with the value of the deposit amount;
if the current value of the product share is smaller than the deposit amount, the response result of the cache server is that the product share is insufficient;
and if the current value of the product share is larger than or equal to the deposit amount, updating a value obtained by subtracting the deposit amount from the current value of the product share to the product share, and successfully deducting the product share according to a response result of the cache server.
5. The method for increasing the processing speed of real-time online transaction share of online deposit products according to claim 1, wherein in step S3:
when a deposit product is paid out, the server caches the code of the paid out deposit product and the saved value of the paid out amount;
the cache server reads the product share corresponding to the deposit product code;
if the product share does not exist, the response result of the cache server is that the product share does not exist;
if the product share exists, the value obtained by adding the current value of the product share to the payment amount is updated to the product share, and the response result of the cache server is that the product share is successfully added.
6. The method for increasing the processing speed of real-time online transaction shares of online deposited products according to claim 1, wherein: in step S3, the cache server serially executes the share processing request of the deposit product.
7. The method of claim 1, wherein the step S4 is specifically performed by:
step S4.1: reading the current value of the product share in the cache server at regular time, and comparing the current value of the product share with the size of a share adding threshold and a share deducting threshold;
step S4.2: if the current value of the product share is less than or equal to the share deduction threshold value, comparing whether the sum of the used share and the pre-read share in the database is greater than the total share, if so, subtracting the sum of the used share plus the current value of the product share from the total share and updating the sum to the product share in the cache server, and if not, updating the sum of the pre-read share and the current value of the product share to the used share in the database;
step S4.3: if the current value of the product share is larger than or equal to the share back-adding threshold, updating a value obtained by subtracting the pre-read share from the current value of the product share to the product share in the cache server, and updating a value obtained by subtracting the pre-read share from the value of the used share to the used share in the database;
step S4.4: if the current value of the product share is greater than the share deduction threshold and less than the share add-back threshold, no action is performed.
CN202011589709.1A 2020-12-29 2020-12-29 Method for improving processing speed of real-time online transaction share of online deposit product Active CN112380259B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011589709.1A CN112380259B (en) 2020-12-29 2020-12-29 Method for improving processing speed of real-time online transaction share of online deposit product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011589709.1A CN112380259B (en) 2020-12-29 2020-12-29 Method for improving processing speed of real-time online transaction share of online deposit product

Publications (2)

Publication Number Publication Date
CN112380259A true CN112380259A (en) 2021-02-19
CN112380259B CN112380259B (en) 2021-12-31

Family

ID=74590955

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011589709.1A Active CN112380259B (en) 2020-12-29 2020-12-29 Method for improving processing speed of real-time online transaction share of online deposit product

Country Status (1)

Country Link
CN (1) CN112380259B (en)

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101067862A (en) * 2007-06-28 2007-11-07 中国工商银行股份有限公司 System and method for quota selling financial affairs-managing products
CN101216922A (en) * 2007-12-28 2008-07-09 中国工商银行股份有限公司 A system and method for real time ultra-short term financing
US20080195510A1 (en) * 2000-08-08 2008-08-14 Hugo Olliphant Method for managing group finances via an electronic network
CN101299259A (en) * 2008-06-17 2008-11-05 中国工商银行股份有限公司 System and method for resolving data resource access hot point problem
CN102542507A (en) * 2011-12-23 2012-07-04 中国工商银行股份有限公司 Data processing system and method
CN104537563A (en) * 2015-01-05 2015-04-22 中国农业银行股份有限公司 Limit data processing method and server
CN104599177A (en) * 2015-02-05 2015-05-06 中国农业银行股份有限公司 Limit resource processing method, online transaction processing method and limit resource processing device
CN107492215A (en) * 2017-07-26 2017-12-19 深圳怡化电脑股份有限公司 The method and ATM terminals of banknote are shared in ATM
CN107833132A (en) * 2017-11-06 2018-03-23 中国银行股份有限公司 A kind of control method of financial transaction, device and server
CN109345384A (en) * 2018-08-16 2019-02-15 中国平安人寿保险股份有限公司 Fund allocation method, apparatus, storage medium and equipment based on data analysis
US20190332597A1 (en) * 2015-09-30 2019-10-31 EMC IP Holding Company LLC Fine-grained shared multi-tenant de-duplication system
CN110400211A (en) * 2019-07-26 2019-11-01 中移电子商务有限公司 A kind of user account fund management method, device and storage medium
CN110910069A (en) * 2019-11-27 2020-03-24 中国银行股份有限公司 Method and device for adjusting limit data
CN111143386A (en) * 2019-12-25 2020-05-12 中国建设银行股份有限公司 Method and device for processing bond line data
US20200293326A1 (en) * 2018-05-06 2020-09-17 Strong Force TX Portfolio 2018, LLC System and method for machine forward energy purchase based on model simulation on a digital twin

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080195510A1 (en) * 2000-08-08 2008-08-14 Hugo Olliphant Method for managing group finances via an electronic network
CN101067862A (en) * 2007-06-28 2007-11-07 中国工商银行股份有限公司 System and method for quota selling financial affairs-managing products
CN101216922A (en) * 2007-12-28 2008-07-09 中国工商银行股份有限公司 A system and method for real time ultra-short term financing
CN101299259A (en) * 2008-06-17 2008-11-05 中国工商银行股份有限公司 System and method for resolving data resource access hot point problem
CN102542507A (en) * 2011-12-23 2012-07-04 中国工商银行股份有限公司 Data processing system and method
CN104537563A (en) * 2015-01-05 2015-04-22 中国农业银行股份有限公司 Limit data processing method and server
CN104599177A (en) * 2015-02-05 2015-05-06 中国农业银行股份有限公司 Limit resource processing method, online transaction processing method and limit resource processing device
US20190332597A1 (en) * 2015-09-30 2019-10-31 EMC IP Holding Company LLC Fine-grained shared multi-tenant de-duplication system
CN107492215A (en) * 2017-07-26 2017-12-19 深圳怡化电脑股份有限公司 The method and ATM terminals of banknote are shared in ATM
CN107833132A (en) * 2017-11-06 2018-03-23 中国银行股份有限公司 A kind of control method of financial transaction, device and server
US20200293326A1 (en) * 2018-05-06 2020-09-17 Strong Force TX Portfolio 2018, LLC System and method for machine forward energy purchase based on model simulation on a digital twin
CN109345384A (en) * 2018-08-16 2019-02-15 中国平安人寿保险股份有限公司 Fund allocation method, apparatus, storage medium and equipment based on data analysis
CN110400211A (en) * 2019-07-26 2019-11-01 中移电子商务有限公司 A kind of user account fund management method, device and storage medium
CN110910069A (en) * 2019-11-27 2020-03-24 中国银行股份有限公司 Method and device for adjusting limit data
CN111143386A (en) * 2019-12-25 2020-05-12 中国建设银行股份有限公司 Method and device for processing bond line data

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
蒋睿涛: "商业银行企业全球现金管理系统的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Also Published As

Publication number Publication date
CN112380259B (en) 2021-12-31

Similar Documents

Publication Publication Date Title
CN106952158A (en) Solve the problems, such as the bookkeeping methods and equipment of focus account
CN111090663B (en) Transaction concurrency control method, device, terminal equipment and medium
EP3997592A1 (en) Interleaved sequence recurrent neural networks for fraud detection
KR100781515B1 (en) System and method for managing log information for transaction
US20080319878A1 (en) Dynamic Time Series Update Method
CN107888687A (en) A kind of agent client storage accelerated method and system based on distributed memory system
CN111352753A (en) Accounting processing method and device
CN112380259B (en) Method for improving processing speed of real-time online transaction share of online deposit product
US20030208464A1 (en) System and method for optimizing log usage for temporary objects
CN111913913B (en) Access request processing method and device
CN106716369B (en) Variable timing schedule to accommodate randomly occurring event delays
CN113312386A (en) Batch warehousing method based on distributed messages
CN113034283A (en) Transaction data processing method, device and system
CN113010535A (en) Cache data updating method, device, equipment and storage medium
WO2017210041A1 (en) System and method for determining subscription information based on payment card transaction data over a payment card network
CN115907949A (en) Bank transaction data processing method and device
CN112035503B (en) Transaction data updating method and device
CN115422231A (en) Data page processing method and device, electronic equipment and medium
CN110716948B (en) Double-lock control method and medium based on data periodic processing
CN112053241A (en) Transaction clearing method and device, electronic equipment and computer-readable storage medium
CN112561687A (en) Multithreading account fund asynchronous processing method
CN111881149A (en) Large-scale concurrency solution method and system based on Java
CN112036891B (en) Transaction control method and device, computer equipment and computer readable storage medium
CN109828961B (en) Article release high concurrency caching method
CN107862095B (en) Data processing method and 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
GR01 Patent grant
GR01 Patent grant