CN104462194A - Service data processing method, device and server - Google Patents

Service data processing method, device and server Download PDF

Info

Publication number
CN104462194A
CN104462194A CN201410586667.4A CN201410586667A CN104462194A CN 104462194 A CN104462194 A CN 104462194A CN 201410586667 A CN201410586667 A CN 201410586667A CN 104462194 A CN104462194 A CN 104462194A
Authority
CN
China
Prior art keywords
business datum
buffer memory
data
life cycle
service data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201410586667.4A
Other languages
Chinese (zh)
Inventor
郭涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Gridsum Technology Co Ltd
Original Assignee
Beijing Gridsum Technology 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 Beijing Gridsum Technology Co Ltd filed Critical Beijing Gridsum Technology Co Ltd
Priority to CN201410586667.4A priority Critical patent/CN104462194A/en
Priority to CN201510071212.3A priority patent/CN104573128B/en
Publication of CN104462194A publication Critical patent/CN104462194A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • 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

Landscapes

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

Abstract

The invention provides a service data processing method, device and server. The service data processing method comprises the steps of writing service data into a storage entity for persistent storage, writing the service data into a cache, reading corresponding service data from the cache and returning the data when receiving a service data query request. When the service data query request is received, the corresponding service data can be directly queried from the cache regardless of concurrence amount, lookup in the storage entity for persistent storage is not needed, the problems of read-write interlocking, resource scramble and performance reduction caused by frequent lookup in the storage entity for persistent storage are avoided, meanwhile timely service data persistence is achieved, and the problem of service data loss when anomaly occurs in the service is avoided.

Description

A kind of disposal route of business datum, device and server
Technical field
The present invention relates to technical field of data processing, particularly relate to a kind of disposal route of business datum, device and server.
Background technology
Under the scene of in real time monitoring, usually only can pay close attention to the business datum of up-to-date time period, according to business demand can be nearest 30 minutes, the data of nearest 1 hour, even several hours recently.
For the processing mode of business datum, a kind of mode is, server end is persisted to database or file business datum, customer terminal webpage sends querying condition, Query Database (or file) again after received server-side to querying condition, return data result also passes to customer terminal webpage.The problem of this disposal route is, when the result data of inquiry is a lot, when concurrent inquiry is very frequent, inquiry pressure can be very large, simultaneously because constantly writing data toward database (or file), read-write interlocking can be caused to fight for resource, and read-write all can produce larger delay, reduces performance.
Another kind of way be server end business datum write memory, client query initiate inquiry request time, be all return Query Result from internal memory.The shortcoming of this way is, after service abnormal end, the data in internal memory can all disappear, and causing cannot normal queries.
Summary of the invention
In view of the above problems, the present invention is proposed to provide a kind of disposal route, device and the server that overcome the problems referred to above or a kind of business datum of solving the problem at least in part.
Based on the problems referred to above, the disposal route of a kind of business datum that the embodiment of the present invention provides, comprising:
Time in the storage entity that business datum write is stored lastingly, described business datum is written in buffer memory;
When receiving business datum inquiry request, from described buffer memory, reading corresponding business datum and return.
The treating apparatus of a kind of business datum that the embodiment of the present invention provides, comprising:
First writing module, for writing in the lasting storage entity stored by business datum;
Second writing module, for when business datum being write in the lasting storage entity stored, is written in buffer memory by described business datum;
Enquiry module, for when receiving business datum inquiry request, reading corresponding business datum and returning from described buffer memory.
The server that the embodiment of the present invention provides, comprises the treating apparatus of the above-mentioned business datum that the embodiment of the present invention provides.
The beneficial effect of the embodiment of the present invention comprises:
The disposal route of the above-mentioned business datum that the embodiment of the present invention provides, while in the storage entity that business datum persistence is stored lastingly by business datum write, same business datum is also needed to be written in buffer memory, like this, in the business datum ensured in the lasting storage entity stored and buffer memory service data consistence prerequisite under, when receiving business datum inquiry request, so no matter concurrency is much, corresponding business datum directly can be inquired about in buffer memory, and need not go to search in the lasting storage entity stored, both the problem that resource reduces performance is fought in the read-write interlocking that the storage entity having avoided the lasting storage of frequent inquiry causes, simultaneously again by business datum persistence in time, avoid the problem of the loss of business datum when service occurs abnormal.
Above-mentioned explanation is only the general introduction of technical solution of the present invention, in order to technological means of the present invention can be better understood, and can be implemented according to the content of instructions, and can become apparent, below especially exemplified by the specific embodiment of the present invention to allow above and other objects of the present invention, feature and advantage.
Accompanying drawing explanation
By reading hereafter detailed description of the preferred embodiment, various other advantage and benefit will become cheer and bright for those of ordinary skill in the art.Accompanying drawing only for illustrating the object of preferred implementation, and does not think limitation of the present invention.And in whole accompanying drawing, represent identical parts by identical reference symbol.In the accompanying drawings:
The process flow diagram of the disposal route of the business datum that Fig. 1 provides for the embodiment of the present invention;
The process flow diagram of the example that Fig. 2 provides for the embodiment of the present invention;
The structural representation of the treating apparatus of the business datum that Fig. 3 provides for the embodiment of the present invention.
Embodiment
Below with reference to accompanying drawings exemplary embodiment of the present disclosure is described in more detail.Although show exemplary embodiment of the present disclosure in accompanying drawing, however should be appreciated that can realize the disclosure in a variety of manners and not should limit by the embodiment set forth here.On the contrary, provide these embodiments to be in order to more thoroughly the disclosure can be understood, and complete for the scope of the present disclosure can be conveyed to those skilled in the art.
Below in conjunction with Figure of description, the embodiment of the disposal route of a kind of business datum that the embodiment of the present invention provides, device and server is described.
The disposal route of a kind of business datum that the embodiment of the present invention provides, as shown in Figure 1, specifically comprises the following steps:
S11, by lasting for the business datum write storage entity stored time, described business datum is written in buffer memory;
S12, when receiving business datum inquiry request, from described buffer memory, reading corresponding business datum and return.
In embodiments of the present invention, the lasting storage entity stored can be any entity realizing lasting storage (for interim storage) function, is not limited to the form of software, hardware or software and hardware combining.In embodiments of the present invention, this storage entity stored lastingly includes but not limited to such as database or file etc.
When business datum stores in the buffer, can adopt the mode of buffer queue, the embodiment of the present invention for which kind of concrete storage mode of employing does not limit.Equally, the embodiment of the present invention for which kind of the concrete storage mode of employing in the lasting storage entity stored also does not limit.
The disposal route of the above-mentioned business datum that the embodiment of the present invention provides, while in the storage entity that business datum persistence is stored lastingly by business datum write, same business datum is also needed to be written in buffer memory, like this, in the business datum ensured in the lasting storage entity stored and buffer memory service data consistence prerequisite under, when receiving business datum inquiry request, so no matter concurrency is much, corresponding business datum directly can be inquired about in buffer memory, and need not go to search in the lasting storage entity stored, both the problem that resource reduces performance is fought in the read-write interlocking that the storage entity having avoided the lasting storage of frequent inquiry causes, simultaneously again by business datum persistence in time, avoid the problem of the loss of business datum when service occurs abnormal.
Further, in above-mentioned steps S11, by the step of lasting for the business datum write storage entity stored, specifically can pass through following process implementation:
The service request of user is monitored;
When receiving user and sending service request, according to the form of Definition unserializing data object of this request;
Data object is put in the lasting storage entity stored and preserve.
The service request of user includes but not limited to HTTP request, can also be the service request adopting other protocol types.
Preferably, before according to the form of Definition unserializing data object of this request, the step to the whether legal inspection of request content can also be comprised, if legal, then carry out the operation of unserializing data object.
Further, the disposal route of above-mentioned business datum, can also according to the demand of business belonging to business datum, and pre-determine the life cycle of dsc data in business datum in buffer memory, this dsc data refers in buffer memory the data meeting service inquiry request.
Under the scene of real-time monitoring system, usually the business datum of up-to-date time period can only be paid close attention to, according to business demand can be nearest 30 minutes, the data of nearest 1 hour, even several hours recently, this part data be concerned can meet the data of service inquiry demand in other words conj.or perhaps, be referred to as dsc data in embodiments of the present invention, when after the no longer effective property of business datum, be referred to as cold data.As time goes on, dsc data can become cold data, and the up-to-date data received become dsc data.
The life cycle of dsc data can the business demand belonging to business datum be determined, specifically how determining can with reference to prior art.
Further, the disposal route of the above-mentioned business datum that the embodiment of the present invention provides, can also according to the life cycle of dsc data, and constantly delete cold data in the buffer, namely those generation times exceed the data of the life cycle of this dsc data.
In embodiments of the present invention, business datum comprises the various dimensions of business, index and timestamp, this timestamp indicates the generation time of business datum, and, data in buffer memory are put into according to time order and function order, the timestamp of business datum is above less than the timestamp of subsequent data, so, in embodiments of the present invention, can determine which business datum is dsc data according to the timestamp of business datum, which business datum is cold data and cold data is deleted, specifically, the timestamp of last column business datum of preserving in buffer memory can be deducted the life cycle of dsc data, obtain the closing time of cold data,
The all business datums of timestamp in buffer memory before the closing time of the cold data calculated are deleted.
Like this, constantly delete cold data in the buffer, retain dsc data, make in buffer memory, always to maintain the up-to-date dsc data useful to inquiry business, both met inquiry request, and can excessively taking buffer memory be avoided again.
In order to the disposal route of the above-mentioned business datum that the embodiment of the present invention provides is described better, be described with a simple example below:
As shown in Figure 2, this flow process comprises the steps: the process flow diagram of this example
When S21, flow process start, the term of execution of initialization data set and the method, need the built-in variable used;
The monitoring of S22, unlatching HTTP request;
S23, judge whether to receive HTTP request; If so, S24 is performed, otherwise, continue to perform S22;
S24, the request that receives judge that whether request content is legal afterwards; If legal, then perform S25; Otherwise, continue to perform S22;
S25, according to request form of Definition antitone sequence change into data object.
S26, data object is put in queue database, queue database comprises the various dimension of business and index and timestamp.
This step S25 in the specific implementation, can utilize an independent thread timing that queue database is updated to database, this thread calls (several seconds or tens seconds etc.) according to timed periodic, deletes the queue database member upgraded after renewal.
S27, data object to be put in buffer queue simultaneously;
Because data put into queue according to sequencing, so the timestamp of earlier data is necessarily less than the timestamp of subsequent data, buffer queue comprises the various dimension of business and index and timestamp.
In this step S27, can adopt the data of an independent thread timed maintenance buffer queue, this thread calls (tens seconds or one minute etc.) according to timed periodic.The life cycle of dsc data is obtained according to business demand, if such as life cycle is 1 hour (life cycle of dsc data), so obtain the timestamp of buffer queue last column data, it is all cold data that this timestamp deducts the time data forward drawn for 1 hour.These cold data of continuous deletion, the data now in buffer queue are exactly dsc data.
When monitoring service is initiating switchup, needs the data query of nearest 1 hour (life cycle of dsc data) in database out, put into buffer queue.
When S28, front end send inquiry, directly from buffer queue, inquire about up-to-date dsc data and return, because the dsc data in buffer memory is consistent with the data in database.
Based on same inventive concept, the embodiment of the present invention additionally provides a kind for the treatment of apparatus and server of business datum, the principle of dealing with problems due to these devices and server is similar to the disposal route of aforementioned business datum, therefore the enforcement of this device and server see the enforcement of preceding method, can repeat part and repeats no more.
The treating apparatus of the above-mentioned business datum that the embodiment of the present invention provides, as shown in Figure 3, comprising:
First writing module 301, for writing in the lasting storage entity stored by business datum;
Second writing module 302, for when business datum being write in the lasting storage entity stored, is written in buffer memory by described business datum;
Enquiry module 303, for when receiving business datum inquiry request, reading corresponding business datum and returning from described buffer memory.
Further, the treating apparatus of the business datum that the embodiment of the present invention provides, as shown in Figure 3, also comprise: buffer process module 304, for the demand according to business, pre-determine the life cycle of dsc data in business datum in described buffer memory, described dsc data is the data meeting service inquiry request in described buffer memory.
Further, the buffer process module 304 in the treating apparatus of the business datum that the embodiment of the present invention provides, also for the life cycle according to described dsc data, constantly deletes the cold data that generation time is greater than the life cycle of described dsc data in described buffer memory.
Further, above-mentioned buffer process module 304, specifically for the timestamp of the last column of preserving in described buffer memory business datum being deducted the life cycle of described dsc data, obtains the closing time of cold data; The all business datums of timestamp in described buffer memory before the closing time of described cold data are deleted.
The embodiment of the present invention additionally provides a kind of server, and this server comprises the treating apparatus of the above-mentioned business datum that the embodiment of the present invention provides.
Intrinsic not relevant to any certain computer, virtual system or miscellaneous equipment with display at this algorithm provided.Various general-purpose system also can with use based on together with this teaching.According to description above, the structure constructed required by this type systematic is apparent.In addition, the present invention is not also for any certain programmed language.It should be understood that and various programming language can be utilized to realize content of the present invention described here, and the description done language-specific is above to disclose preferred forms of the present invention.
In instructions provided herein, describe a large amount of detail.But can understand, embodiments of the invention can be put into practice when not having these details.In some instances, be not shown specifically known method, structure and technology, so that not fuzzy understanding of this description.
Similarly, be to be understood that, in order to simplify the disclosure and to help to understand in each inventive aspect one or more, in the description above to exemplary embodiment of the present invention, each feature of the present invention is grouped together in single embodiment, figure or the description to it sometimes.But, the method for the disclosure should be construed to the following intention of reflection: namely the present invention for required protection requires feature more more than the feature clearly recorded in each claim.Or rather, as claims below reflect, all features of disclosed single embodiment before inventive aspect is to be less than.Therefore, the claims following embodiment are incorporated to this embodiment thus clearly, and wherein each claim itself is as independent embodiment of the present invention.
Those skilled in the art are appreciated that and adaptively can change the module in the equipment in embodiment and they are arranged in one or more equipment different from this embodiment.Module in embodiment or unit or assembly can be combined into a module or unit or assembly, and multiple submodule or subelement or sub-component can be put them in addition.Except at least some in such feature and/or process or unit be mutually repel except, any combination can be adopted to combine all processes of all features disclosed in this instructions (comprising adjoint claim, summary and accompanying drawing) and so disclosed any method or equipment or unit.Unless expressly stated otherwise, each feature disclosed in this instructions (comprising adjoint claim, summary and accompanying drawing) can by providing identical, alternative features that is equivalent or similar object replaces.
In addition, those skilled in the art can understand, although embodiments more described herein to comprise in other embodiment some included feature instead of further feature, the combination of the feature of different embodiment means and to be within scope of the present invention and to form different embodiments.Such as, in the following claims, the one of any of embodiment required for protection can use with arbitrary array mode.
All parts embodiment of the present invention with hardware implementing, or can realize with the software module run on one or more processor, or realizes with their combination.It will be understood by those of skill in the art that the some or all functions that microprocessor or digital signal processor (DSP) can be used in practice to realize according to the some or all parts in the treating apparatus of the business datum of the embodiment of the present invention and server.The present invention can also be embodied as part or all equipment for performing method as described herein or device program (such as, computer program and computer program).Realizing program of the present invention and can store on a computer-readable medium like this, or the form of one or more signal can be had.Such signal can be downloaded from internet website and obtain, or provides on carrier signal, or provides with any other form.
The present invention will be described instead of limit the invention to it should be noted above-described embodiment, and those skilled in the art can design alternative embodiment when not departing from the scope of claims.In the claims, any reference symbol between bracket should be configured to limitations on claims.Word " comprises " not to be got rid of existence and does not arrange element in the claims or step.Word "a" or "an" before being positioned at element is not got rid of and be there is multiple such element.The present invention can by means of including the hardware of some different elements and realizing by means of the computing machine of suitably programming.In the unit claim listing some devices, several in these devices can be carry out imbody by same hardware branch.Word first, second and third-class use do not represent any order.Can be title by these word explanations.
Obviously, those skilled in the art can carry out various change and modification to the present invention and not depart from the spirit and scope of the present invention.Like this, if these amendments of the present invention and modification belong within the scope of the claims in the present invention and equivalent technologies thereof, then the present invention is also intended to comprise these change and modification.

Claims (10)

1. a disposal route for business datum, is characterized in that, comprising:
Time in the storage entity that business datum write is stored lastingly, described business datum is written in buffer memory;
When receiving business datum inquiry request, from described buffer memory, reading corresponding business datum and return.
2. the method for claim 1, is characterized in that, also comprises:
According to the demand of business, pre-determine the life cycle of dsc data in business datum in described buffer memory, described dsc data is the data meeting service inquiry request in described buffer memory.
3. method as claimed in claim 2, is characterized in that, also comprise:
According to the life cycle of described dsc data, in described buffer memory, constantly delete the cold data that generation time exceedes the life cycle of described dsc data.
4. method as claimed in claim 3, is characterized in that, constantly deletes the cold data that generation time is greater than the life cycle of described dsc data, specifically comprise in described buffer memory:
The timestamp of last column business datum of preserving in described buffer memory is deducted the life cycle of described dsc data, obtain the closing time of cold data;
The all business datums of timestamp in described buffer memory before the closing time of described cold data are deleted.
5. the method as described in any one of claim 1-4, is characterized in that, the storage entity of described lasting storage, includes but not limited to:
Database or file.
6. a treating apparatus for business datum, is characterized in that, comprising:
First writing module, for writing in the lasting storage entity stored by business datum;
Second writing module, for when business datum being write in the lasting storage entity stored, is written in buffer memory by described business datum;
Enquiry module, for when receiving business datum inquiry request, reading corresponding business datum and returning from described buffer memory.
7. device as claimed in claim 6, it is characterized in that, also comprise: buffer process module, for the demand according to business, pre-determine the life cycle of dsc data in business datum in described buffer memory, described dsc data is the data meeting service inquiry request in described buffer memory.
8. device as claimed in claim 7, is characterized in that, described buffer process module, also for the life cycle according to described dsc data, constantly deletes the cold data that generation time is greater than the life cycle of described dsc data in described buffer memory.
9. device as claimed in claim 8, is characterized in that, described buffer process module, specifically for the timestamp of the last column of preserving in described buffer memory business datum being deducted the life cycle of described dsc data, obtaining the closing time of cold data; The all business datums of timestamp in described buffer memory before the closing time of described cold data are deleted.
10. a server, is characterized in that, described server comprises the treating apparatus of the business datum as described in any one of claim 6-10.
CN201410586667.4A 2014-10-28 2014-10-28 Service data processing method, device and server Pending CN104462194A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201410586667.4A CN104462194A (en) 2014-10-28 2014-10-28 Service data processing method, device and server
CN201510071212.3A CN104573128B (en) 2014-10-28 2015-02-10 A kind of processing method of business datum, device and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410586667.4A CN104462194A (en) 2014-10-28 2014-10-28 Service data processing method, device and server

Publications (1)

Publication Number Publication Date
CN104462194A true CN104462194A (en) 2015-03-25

Family

ID=52908230

Family Applications (2)

Application Number Title Priority Date Filing Date
CN201410586667.4A Pending CN104462194A (en) 2014-10-28 2014-10-28 Service data processing method, device and server
CN201510071212.3A Active CN104573128B (en) 2014-10-28 2015-02-10 A kind of processing method of business datum, device and server

Family Applications After (1)

Application Number Title Priority Date Filing Date
CN201510071212.3A Active CN104573128B (en) 2014-10-28 2015-02-10 A kind of processing method of business datum, device and server

Country Status (1)

Country Link
CN (2) CN104462194A (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104702469A (en) * 2015-03-27 2015-06-10 北京奇虎科技有限公司 Method for monitoring network data, entity machine virtual device and network system
CN104751386A (en) * 2015-04-14 2015-07-01 携程计算机技术(上海)有限公司 Hotel distributed price comparison method
CN105516344A (en) * 2015-12-31 2016-04-20 深圳前海微众银行股份有限公司 Data management system and service-processing method
CN106936688A (en) * 2015-12-30 2017-07-07 北京国双科技有限公司 Notice sending method and device
CN107273216A (en) * 2016-04-08 2017-10-20 阿里巴巴集团控股有限公司 A kind of processing method of request of data, apparatus and system
CN107590023A (en) * 2017-08-10 2018-01-16 上海壹账通金融科技有限公司 Data processing method, electronic equipment and computer-readable recording medium
CN109710182A (en) * 2018-12-14 2019-05-03 北京向上一心科技有限公司 Market data processing method, device and controller and medium
CN109857737A (en) * 2019-01-03 2019-06-07 平安科技(深圳)有限公司 A kind of cold and hot date storage method and device, electronic equipment
WO2019141134A1 (en) * 2018-01-19 2019-07-25 阿里巴巴集团控股有限公司 Data query method, apparatus and device
CN110795395A (en) * 2018-07-31 2020-02-14 阿里巴巴集团控股有限公司 File deployment system and file deployment method
CN111125175A (en) * 2019-12-20 2020-05-08 北京奇艺世纪科技有限公司 Service data query method and device, storage medium and electronic device
CN111708826A (en) * 2020-06-12 2020-09-25 航电建筑科技(深圳)有限公司 Property equipment inspection operation management method
CN112163013A (en) * 2020-09-08 2021-01-01 深圳市汉云科技有限公司 Data processing method and device, terminal equipment and storage medium
CN113033829A (en) * 2020-06-12 2021-06-25 航电建筑科技(深圳)有限公司 Property equipment inspection operation data export method
CN113779426A (en) * 2020-06-10 2021-12-10 深圳云天励飞技术有限公司 Data storage method and device, terminal equipment and storage medium

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106202080A (en) * 2015-04-30 2016-12-07 中国移动通信集团公司 A kind of webpage rendering intent, server and terminal unit
CN106339253B (en) * 2015-07-06 2019-12-10 阿里巴巴集团控股有限公司 Method and device for data calling between systems
CN106021335A (en) * 2016-05-06 2016-10-12 北京奇虎科技有限公司 A database accessing method and device
CN106202485A (en) * 2016-07-18 2016-12-07 乐视控股(北京)有限公司 Data manipulation method and system
CN106528455A (en) * 2016-10-28 2017-03-22 上海斐讯数据通信技术有限公司 Multimedia cache cleaning method and system for electronic terminal, and electronic terminal
CN107169047A (en) * 2017-04-25 2017-09-15 腾讯科技(深圳)有限公司 A kind of method and device for realizing data buffer storage
CN108829747B (en) * 2018-05-24 2019-09-17 新华三大数据技术有限公司 Data load method and device
CN109474674B (en) * 2018-10-26 2021-06-25 腾讯科技(成都)有限公司 Content transmission method and device, storage medium and electronic device
CN110365752B (en) * 2019-06-27 2022-04-26 北京大米科技有限公司 Service data processing method and device, electronic equipment and storage medium
CN111522836B (en) * 2020-04-22 2023-10-10 杭州海康威视系统技术有限公司 Data query method and device, electronic equipment and storage medium
CN111797094A (en) * 2020-05-25 2020-10-20 北京旷视科技有限公司 Data processing method and device and electronic equipment
CN113626483B (en) * 2021-08-18 2022-04-26 重庆允成互联网科技有限公司 Front-end caching method, system, equipment and storage medium for filling forms

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101340636A (en) * 2008-08-01 2009-01-07 中兴通讯股份有限公司 Information enquiry method and short message service data center
CN103139224B (en) * 2011-11-22 2016-01-27 腾讯科技(深圳)有限公司 The access method of a kind of NFS and NFS
CN102929943B (en) * 2012-09-28 2016-03-30 五八有限公司 data output method and device
CN103617131B (en) * 2013-11-26 2017-02-22 曙光信息产业股份有限公司 Data caching achieving method

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104702469B (en) * 2015-03-27 2019-02-12 北京奇虎科技有限公司 Method, physical machine virtual unit and the network system of monitoring network
CN104702469A (en) * 2015-03-27 2015-06-10 北京奇虎科技有限公司 Method for monitoring network data, entity machine virtual device and network system
CN104751386A (en) * 2015-04-14 2015-07-01 携程计算机技术(上海)有限公司 Hotel distributed price comparison method
CN106936688A (en) * 2015-12-30 2017-07-07 北京国双科技有限公司 Notice sending method and device
CN105516344A (en) * 2015-12-31 2016-04-20 深圳前海微众银行股份有限公司 Data management system and service-processing method
CN107273216A (en) * 2016-04-08 2017-10-20 阿里巴巴集团控股有限公司 A kind of processing method of request of data, apparatus and system
CN107273216B (en) * 2016-04-08 2020-10-13 阿里巴巴集团控股有限公司 Data request processing method, device and system
CN107590023B (en) * 2017-08-10 2020-10-02 深圳壹账通智能科技有限公司 Data processing method, electronic device and computer readable storage medium
CN107590023A (en) * 2017-08-10 2018-01-16 上海壹账通金融科技有限公司 Data processing method, electronic equipment and computer-readable recording medium
US11734271B2 (en) 2018-01-19 2023-08-22 Alibaba Group Holding Limited Data query method, apparatus and device
WO2019141134A1 (en) * 2018-01-19 2019-07-25 阿里巴巴集团控股有限公司 Data query method, apparatus and device
CN110795395A (en) * 2018-07-31 2020-02-14 阿里巴巴集团控股有限公司 File deployment system and file deployment method
CN110795395B (en) * 2018-07-31 2023-04-18 阿里巴巴集团控股有限公司 File deployment system and file deployment method
CN109710182A (en) * 2018-12-14 2019-05-03 北京向上一心科技有限公司 Market data processing method, device and controller and medium
CN109857737A (en) * 2019-01-03 2019-06-07 平安科技(深圳)有限公司 A kind of cold and hot date storage method and device, electronic equipment
CN109857737B (en) * 2019-01-03 2024-04-16 平安科技(深圳)有限公司 Cold and hot data storage method and device and electronic equipment
CN111125175A (en) * 2019-12-20 2020-05-08 北京奇艺世纪科技有限公司 Service data query method and device, storage medium and electronic device
CN111125175B (en) * 2019-12-20 2023-09-01 北京奇艺世纪科技有限公司 Service data query method and device, storage medium and electronic device
CN113779426A (en) * 2020-06-10 2021-12-10 深圳云天励飞技术有限公司 Data storage method and device, terminal equipment and storage medium
WO2021249027A1 (en) * 2020-06-10 2021-12-16 深圳云天励飞技术股份有限公司 Data storage method and apparatus, terminal device, and storage medium
CN111708826A (en) * 2020-06-12 2020-09-25 航电建筑科技(深圳)有限公司 Property equipment inspection operation management method
CN113033829A (en) * 2020-06-12 2021-06-25 航电建筑科技(深圳)有限公司 Property equipment inspection operation data export method
CN112163013A (en) * 2020-09-08 2021-01-01 深圳市汉云科技有限公司 Data processing method and device, terminal equipment and storage medium

Also Published As

Publication number Publication date
CN104573128A (en) 2015-04-29
CN104573128B (en) 2019-02-19

Similar Documents

Publication Publication Date Title
CN104462194A (en) Service data processing method, device and server
US9773011B2 (en) On-demand caching in a WAN separated distributed file system or clustered file system cache
CN104636500B (en) A kind of method and device of inquiry dsc data
CN104683329B (en) A kind of data cache method and system of mobile device client
KR102423125B1 (en) Database syncing
US11860847B2 (en) Efficient production and consumption for data changes in a database under high concurrency
US11567871B2 (en) Input/output patterns and data pre-fetch
CN104572860A (en) Data processing method and data processing system
CN105608159B (en) The method and apparatus of data buffer storage
US20140214890A1 (en) Database shard arbiter
CN102932440A (en) Data management method, equipment and system for distributed data storage system
CN105447167B (en) The data cached processing method and processing device of distributed system interior joint
US20210373914A1 (en) Batch to stream processing in a feature management platform
US9152599B2 (en) Managing cache memories
CN102929943B (en) data output method and device
CN103248707A (en) File access method, system and equipment
US11080298B2 (en) Data replication in a database environment
CN115328406A (en) Data writing and acquiring method and device, electronic equipment and computer medium
CN109255001A (en) Maintaining method and device, the electronic equipment in interface instance library
US9606783B2 (en) Dynamic code selection based on data policies
US20190332532A1 (en) Processing message
Zhang et al. SMURF: Efficient and Scalable Metadata Access for Distributed Applications from Edge to the Cloud
US10642844B2 (en) Non-materialized tables with standing queries
US10783147B2 (en) Query result flow control in a network switch
CN115510364A (en) Page jump method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication