High-frequency hotspot data processing system and method
A data processing system and hot data technology, applied in the field of data processing, can solve the problems of data hotspots, commemorative coin inventory judgment and update facing lock waiting, affecting the performance of data processing systems, etc., to improve the matching hit rate and improve data concurrent processing effect of ability
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment
[0178] Example: find the appropriate payment data x on the right side of the payment data y:
[0179] Table 2
[0180]
[0181]
[0182] The step S010 is used for judging that in A k-i Whether the interval can match record x. which is:
[0183] find_2(y) / / Known A k-1 =[a k-1 ,a k ), y∈(a k-1 ,a k ]
[0184] {
[0185] If(t k-1 ==0 or y==a k ) return(Not_Find); / / The record x is not found, enter the step 3404.
[0186] When y∈(a k-1 ,a k ), look at the A k-1 Does any of the records in meet the requirements, namely:
[0187] Select*fromA k-1 where flags = "unused" and x ≥ y fetch first 1row only;
[0188] If found, then:
[0189] Lock the record; / / If the lock is not successful, it may be locked by others in parallel, then re-query and mark it as "active", that is, complete the positioning, exit the for process of positioning, and return the record x, that is, return(x ), enter the step S012;
[0190] Otherwise: return (Not_Find), enter the step S011. ...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


