CN106294701A - The data buffering system of Website front-end and method - Google Patents

The data buffering system of Website front-end and method Download PDF

Info

Publication number
CN106294701A
CN106294701A CN201610642741.9A CN201610642741A CN106294701A CN 106294701 A CN106294701 A CN 106294701A CN 201610642741 A CN201610642741 A CN 201610642741A CN 106294701 A CN106294701 A CN 106294701A
Authority
CN
China
Prior art keywords
data
type
fundamental type
mid
fundamental
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
CN201610642741.9A
Other languages
Chinese (zh)
Other versions
CN106294701B (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.)
Shenzhen Bangyou Big Data Service Co ltd
Original Assignee
Wuhan Douyu Network 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201610642741.9A priority Critical patent/CN106294701B/en
Publication of CN106294701A publication Critical patent/CN106294701A/en
Application granted granted Critical
Publication of CN106294701B publication Critical patent/CN106294701B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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

Abstract

The invention discloses a kind of data buffering system and the method for Website front-end, relate to Website front-end technical field.This system and the server interaction of rear end, this system includes control unit, buffer unit, mid-tier component, mid-tier component includes multi-group data interface, often group data-interface includes arranging interface and reading interface accordingly, often group data-interface supports a kind of data type, and data type includes fundamental type and non-fundamental type;Control unit is used for: when being stored in non-fundamental type data, obtains this data from server, and calls and arrange interface in mid-tier component;When reading non-fundamental type data, call the reading interface in mid-tier component;Mid-tier component is used for: when being stored in non-fundamental type data, and non-fundamental type data are converted into string data;When reading non-fundamental type data, from buffer unit, take out string data, be converted into non-fundamental type data.The present invention can efficiently process front-end business, improves Consumer's Experience.

Description

The data buffering system of Website front-end and method
Technical field
The present invention relates to Website front-end technical field, be specifically related to data buffering system and the method for a kind of Website front-end.
Background technology
Current site front-end technology quickly grows, and front-end business amount is gradually increased, and front end needs data to be processed also more Come the most.Existing front end browser can only store string data, it is impossible to stores other kinds of data, Website development personnel Every time manually the other types data obtained from server are converted into string data, be then stored in browser rs cache, With when further take out, be converted into the data type of needs.Therefore, the data cache method operation of existing Website front-end is numerous Trivial, and inefficiency, causing obtaining data from server every time and all there is delay, Consumer's Experience is poor.
Summary of the invention
The invention aims to overcome the deficiency of above-mentioned background technology, it is provided that the data buffer storage system of a kind of Website front-end System and method, the present invention can efficiently process front-end business, improves Consumer's Experience.
The present invention provides the data buffering system of a kind of Website front-end, this system and the server interaction of rear end, this system Including control unit, buffer unit, this system also includes mid-tier component, and mid-tier component includes multi-group data interface, often group Data-interface includes arranging interface and reading interface accordingly, and often group data-interface supports a kind of data type, described data class Type includes fundamental type and non-fundamental type;
Described control unit is used for: when being stored in non-fundamental type data, obtains non-fundamental type data from server, and adjusts With what mid-tier component supported non-fundamental type data, interface is set;When reading non-fundamental type data, call intermediate layer group Part is supported the reading interface of non-fundamental type;When being stored in fundamental type data, obtain fundamental type data from server, and adjust With in mid-tier component support fundamental type data interface is set;When reading fundamental type data, call in mid-tier component Support the reading interface of fundamental type data;
Described mid-tier component is used for: when being stored in non-fundamental type data, and non-fundamental type data are converted into character string After data, more described string data is write buffer unit;When reading non-fundamental type data, from buffer unit, take out institute State string data, be converted into non-fundamental type data, return to control unit;When being stored in fundamental type data, directly by institute State fundamental type data write buffer unit;When reading fundamental type data, from buffer unit, take out described fundamental type number According to, it is directly returned to control unit.
On the basis of technique scheme, described fundamental type includes character string type, integer type, floating type.
On the basis of technique scheme, described non-fundamental type includes list type, Hash type.
On the basis of technique scheme, described non-fundamental type is list type, when being stored in non-fundamental type data, The detailed process that non-fundamental type data are converted into string data is by mid-tier component: list type data are by multiple elements Composition, each element of list type data is taken out, is then attached by each element comma by mid-tier component, is formed String data;
When reading non-fundamental type data, string data is converted into the concrete of non-fundamental type data by mid-tier component Process is: mid-tier component takes out string data from buffer unit, first divides string data with comma for separator Solve, obtain each element, then all elements is combined into list type data.
On the basis of technique scheme, described non-fundamental type is Hash type, when being stored in non-fundamental type data, The detailed process that non-fundamental type data are converted into string data is by mid-tier component: Hash categorical data is by " key-value " Two parts form, and mid-tier component circulates taking-up successively often organizes key-value pair, is then combined by key-value pair with colon, then by institute There is key-value pair comma to be attached, form string data;
When reading non-fundamental type data, string data is converted into the concrete of non-fundamental type data by mid-tier component Process is: mid-tier component takes out string data from buffer unit, first decomposes string data with comma for separator, To each group of key-value pair, then for separator, each group of key-value pair is decomposed with colon, obtain each Xiang Jian and value, then will All keys and value are merged into Hash categorical data.
The present invention provides the data cache method of a kind of Website front-end, comprises the following steps:
When being stored in non-fundamental type data, control unit obtains non-fundamental type data from server, and calls intermediate layer Assembly is supported the interface that arranges of non-fundamental type data, the non-fundamental type of described support interface is set by non-fundamental type number After being converted into string data, more described string data is write buffer unit;
When reading non-fundamental type data, control unit is called and is supported in mid-tier component that the reading of non-fundamental type connects Mouthful, the reading interface of the non-fundamental type of described support takes out described string data from buffer unit, is converted into non-basic class Type data, return to control unit;
When being stored in fundamental type data, control unit obtains fundamental type data from server, and calls mid-tier component Middle support fundamental type data interface is set, described support fundamental type data interface is set directly by described fundamental type Data write buffer unit;
When reading fundamental type data, control unit is called and is supported in mid-tier component that the reading of fundamental type data connects Mouthful, the reading interface of described support fundamental type data takes out described fundamental type data from buffer unit, is directly returned to Control unit.
On the basis of technique scheme, described fundamental type includes character string type, integer type, floating type.
On the basis of technique scheme, described non-fundamental type includes list type, Hash type.
On the basis of technique scheme, described non-fundamental type is list type, and list type data are by multiple units Element composition, when being stored in list type data, list type data are converted into the detailed process of string data by mid-tier component For: each element of list type data is taken out by mid-tier component, is then attached by each element comma, forms word Symbol string data;
During read list categorical data, string data is converted into the detailed process of list type data by mid-tier component From buffer unit, take out string data for: mid-tier component, first with comma for separator string data done and decompose, To each element, then all elements is combined into list type data.
On the basis of technique scheme, described non-fundamental type is Hash type, and Hash categorical data is by " key-value " Two parts form, and when being stored in Hash categorical data, Hash categorical data is converted into the concrete of string data by mid-tier component Process is: mid-tier component circulates taking-up successively often organizes key-value pair, is then combined by key-value pair with colon, then by all keys Value is attached with comma, forms string data;
When reading Hash categorical data, string data is converted into the detailed process of Hash categorical data by mid-tier component For: mid-tier component takes out string data from buffer unit, first decomposes string data with comma for separator, obtains every One group of key-value pair, more each group of key-value pair is decomposed with colon for separator, obtain each Xiang Jian and value, then will be all Key and value are merged into Hash categorical data.
Compared with prior art, advantages of the present invention is as follows:
The system of the present invention is positioned at Website front-end, and this system includes control unit and buffer unit, and buffer unit is used for depositing Store up the data cached of browser, between control unit and buffer unit, set up a mid-tier component, during control unit is passed through Tier component is stored in and reads certain types of data, and mid-tier component is for processing the conversion of data type.Need to cache certain The when of type data, by calling the relative set interface of mid-tier component, inside mid-tier component data type certainly Move and be converted to string data, then write browser rs cache.The when of needing to read data, by calling mid-tier component Reading interface accordingly, mid-tier component takes out string data from browser rs cache and is automatically converted into the data class of correspondence Type, returns to control unit.The present invention can efficiently process front-end business, improves Consumer's Experience.
Accompanying drawing explanation
Fig. 1 is the structural representation of data buffering system in the embodiment of the present invention.
Detailed description of the invention
Below in conjunction with the accompanying drawings and specific embodiment the present invention is described in further detail.
Shown in Figure 1, the embodiment of the present invention provides the data buffering system of a kind of Website front-end, this system and rear end Server interaction, this system includes control unit, buffer unit, and buffer unit is for storing the data cached of browser;This is System also includes mid-tier component, and mid-tier component includes multi-group data interface, often group data-interface include one arrange interface and One corresponding reading interface, often group data-interface supports a kind of data type, data type include fundamental type and non-substantially Type, fundamental type includes that character string type, integer type, floating type, non-fundamental type include list type, Hash type;
Control unit is used for: when being stored in non-fundamental type data, obtains non-fundamental type data from server, and calls That supports non-fundamental type data in tier component arranges interface;When reading non-fundamental type data, call in mid-tier component Support the reading interface of non-fundamental type;When being stored in fundamental type data, obtain fundamental type data from server, and call That supports fundamental type data in tier component arranges interface;When reading fundamental type data, call in mid-tier component and support The reading interface of fundamental type data;
Mid-tier component is used for: when being stored in non-fundamental type data, and that supports non-fundamental type data arranges interface by non- After fundamental type data are converted into string data, then this string data is write buffer unit;Read non-fundamental type number According to time, support that the reading interface of non-fundamental type data takes out this string data from buffer unit, be converted into non-basic class Type data, return to control unit;When being stored in fundamental type data, that supports fundamental type data arranges interface directly by this base This categorical data write buffer unit;When reading fundamental type data, support that the reading interface of fundamental type data is postponed deposit receipt Unit takes out this fundamental type data, is directly returned to control unit.
The embodiment of the present invention provides a kind of data cache method being applied to said system, comprises the following steps:
When being stored in non-fundamental type data, control unit obtains non-fundamental type data from server, and calls intermediate layer That supports non-fundamental type data in assembly arranges interface, and this arranges interface and non-fundamental type data are converted into string data After, then this string data is write buffer unit;
When reading non-fundamental type data, control unit is called and is supported in mid-tier component that the reading of non-fundamental type connects Mouthful, this reading interface takes out this string data from buffer unit, is converted into non-fundamental type data, returns to control list Unit;
When being stored in fundamental type data, control unit obtains fundamental type data from server, and calls mid-tier component Middle support fundamental type data interface is set, this arrange interface directly by these fundamental type data write buffer unit;
When reading fundamental type data, control unit is called and is supported in mid-tier component that the reading of fundamental type data connects Mouthful, this reading interface takes out this fundamental type data from buffer unit, is directly returned to control unit.
List type data are by multiple elementary composition, and such as, the structure of list type data is: [x, y, z], including x, y, Tri-elements of z, when the non-fundamental type data being stored in are list type, its each element can be taken out by mid-tier component, Then each element comma is attached, after forming the string data of " x, y, z " form, this string data is write Browser rs cache.During read list categorical data, control unit calls the reading of support list categorical data in mid-tier component Interface, the string data of caching is first done with comma for separator and is decomposed, obtains each element, then will by mid-tier component All elements is combined into list type data, returns to control unit.
Hash categorical data is made up of " key-value " two parts, and such as, the structure of Hash type is: key:value, Key2:value2}, including two groups of key-value pairs of key:value and key2:value2, when the non-fundamental type data being stored in are for breathing out During uncommon type, mid-tier component can circulate taking-up successively often organizes key-value pair, is then combined into by key-value pair with colon " key: Value " form, more all key-value pair commas are attached, form the character of " key:value, key2:value2 " form After string data, this string data is stored in browser rs cache.When reading Hash categorical data, control unit calls intermediate layer group Part is supported the reading interface of Hash categorical data, is all with CSV, institute due to each group of data cached key-value pair First decompose the string data of caching with mid-tier component with comma for separator, obtain each group of key-value pair, each group of key assignments To separating with colon again, and then mid-tier component decomposes each group of key-value pair with colon for separator again, obtains each item " key " and " value ", is then merged into Hash categorical data by all, returns to control unit.
Character string type data structure is for for one section of continuous print character string, for example, " content " form, control unit Call in mid-tier component support character string type interface is set, the type data are not processed by mid-tier component, directly Write browser rs cache.When reading character string type data, control unit is called and is supported character string type in mid-tier component Reading interface, mid-tier component does not processes after browser rs cache reads character string type data, is directly returned to control list Unit.
The structure of integer type data is an integer, for example, " 123 ", control unit call mid-tier component is supported whole Number types interface is set, intermediate layer program is taken the type data and is not processed, browser rs cache of writing direct.Read integer type During data, control unit calls the reading interface supporting integer type in mid-tier component, and mid-tier component is read from browser rs cache Do not process after round numbers type data, be directly returned to control unit.
The structure of real-coded GA is a decimal, for example, " 123.123 ", and control unit is by calling mid-tier component The interface that arranges of middle support floating type arranges this data, and intermediate layer program is taken the type data and do not processed, and writes direct clear Device of looking at caches.When reading real-coded GA, control unit calls the reading interface supporting floating type in mid-tier component, intermediate layer Assembly does not processes after browser rs cache reads real-coded GA, is directly returned to control unit.
The part noun occurred in the present invention is explained as follows:
Mid-tier component a: assembly between control unit and browser, for processing the conversion of data type. The present invention is by definition list type, Hash type, character string type, integer type, these several data types of floating type and right The method to set up answered and read method, allow server and front end data form one_to_one corresponding, and list type, Hash type, word Symbol string type, integer type, these several data types of floating type can be that browser is discernible by method migration defined above String data.The present invention is referred to as mid-tier component the type defined here and these methods.
List type (List type): the one of intermediate layer data type, repeatably counts for one group of continuous print of storage According to.
Hash type (Map type): the one of intermediate layer data type, is a data acquisition system, and data are by " key-value " two Part composition, in set, " key " cannot repeat.
Character string type (String type): the one of intermediate layer data type, for one section of continuous print character sequence of storage Row.
Integer type (Int type): the one of intermediate layer data type, for one integer of storage.
Floating type (Float type): the one of intermediate layer data type, for one decimal of storage.
Interface: one group of method operating certain data type.
The interface of operation List categorical data is as follows:
Interface: setList (name, value) is set
Read interface: getList (name)
The interface of operation Map categorical data is as follows:
Interface: setMap (name, value) is set
Read interface: getMap (name)
The interface of operation String categorical data is as follows:
Interface: setString (name, value) is set
Read interface: getString (name)
The interface of operation Int categorical data is as follows:
Interface: setInt (name, value) is set
Read interface: getInt (name)
The interface of operation Float categorical data is as follows:
Interface: setFloat (name, value) is set
Read interface: getFloat (name)
Those skilled in the art can carry out various modifications and variations to the embodiment of the present invention, if these amendments and change Type is within the scope of the claims in the present invention and equivalent technologies thereof, then these amendments and modification are also in protection scope of the present invention Within.
The prior art that the content not described in detail in description is known to the skilled person.

Claims (10)

1. a data buffering system for Website front-end, the server interaction of this system and rear end, this system include control unit, Buffer unit, it is characterised in that: this system also includes mid-tier component, and mid-tier component includes multi-group data interface, often organizes number Including arranging interface and reading interface accordingly according to interface, often group data-interface supports a kind of data type, described data type Including fundamental type and non-fundamental type;
Described control unit is used for: when being stored in non-fundamental type data, obtains non-fundamental type data from server, and calls That supports non-fundamental type data in tier component arranges interface;When reading non-fundamental type data, call in mid-tier component Support the reading interface of non-fundamental type;When being stored in fundamental type data, obtain fundamental type data from server, and call That supports fundamental type data in tier component arranges interface;When reading fundamental type data, call in mid-tier component and support The reading interface of fundamental type data;
Described mid-tier component is used for: when being stored in non-fundamental type data, and non-fundamental type data are converted into string data After, more described string data is write buffer unit;When reading non-fundamental type data, from buffer unit, take out described word Symbol string data, is converted into non-fundamental type data, returns to control unit;When being stored in fundamental type data, directly by described base This categorical data write buffer unit;When reading fundamental type data, from buffer unit, take out described fundamental type data, directly Connect and return to control unit.
2. the data buffering system of Website front-end as claimed in claim 1, it is characterised in that: described fundamental type includes character String type, integer type, floating type.
3. the data buffering system of Website front-end as claimed in claim 1, it is characterised in that: described non-fundamental type includes row Table type, Hash type.
4. the data buffering system of Website front-end as claimed in claim 3, it is characterised in that: described non-fundamental type is list Type, when being stored in non-fundamental type data, non-fundamental type data are converted into the concrete mistake of string data by mid-tier component Cheng Wei: list type data are by multiple elementary composition, and each element of list type data is taken out by mid-tier component, then will Each element comma is attached, and forms string data;
When reading non-fundamental type data, string data is converted into the detailed process of non-fundamental type data by mid-tier component From buffer unit, take out string data for: mid-tier component, first with comma for separator string data done and decompose, To each element, then all elements is combined into list type data.
5. the data buffering system of Website front-end as claimed in claim 3, it is characterised in that: described non-fundamental type is Hash Type, when being stored in non-fundamental type data, non-fundamental type data are converted into the concrete mistake of string data by mid-tier component Cheng Wei: Hash categorical data is made up of " key-value " two parts, and mid-tier component circulates taking-up successively often organizes key-value pair, then uses Key-value pair is combined by colon, then is attached by all key-value pair commas, forms string data;
When reading non-fundamental type data, string data is converted into the detailed process of non-fundamental type data by mid-tier component For: mid-tier component takes out string data from buffer unit, first decomposes string data with comma for separator, obtains every One group of key-value pair, more each group of key-value pair is decomposed with colon for separator, obtain each Xiang Jian and value, then will be all Key and value are merged into Hash categorical data.
6. the data cache method of the Website front-end being applied to system described in claim 1, it is characterised in that include following Step:
When being stored in non-fundamental type data, control unit obtains non-fundamental type data from server, and calls mid-tier component Middle support non-fundamental type data interface is set, non-fundamental type data are turned by the interface that arranges of the non-fundamental type of described support After changing string data into, more described string data is write buffer unit;
When reading non-fundamental type data, control unit calls the reading interface supporting non-fundamental type in mid-tier component, institute State and support that the reading interface of non-fundamental type takes out described string data from buffer unit, be converted into non-fundamental type number According to, return to control unit;
When being stored in fundamental type data, control unit obtains fundamental type data from server, and calls in mid-tier component Hold the interface that arranges of fundamental type data, described support fundamental type data interface is set directly by described fundamental type data Write buffer unit;
When reading fundamental type data, control unit calls the reading interface supporting fundamental type data in mid-tier component, institute State and support that the reading interface of fundamental type data takes out described fundamental type data from buffer unit, be directly returned to control list Unit.
7. the data cache method of Website front-end as claimed in claim 6, it is characterised in that: described fundamental type includes character String type, integer type, floating type.
8. the data cache method of Website front-end as claimed in claim 6, it is characterised in that: described non-fundamental type includes row Table type, Hash type.
9. the data cache method of Website front-end as claimed in claim 8, it is characterised in that: described non-fundamental type is list Type, list type data are by multiple elementary composition, and when being stored in list type data, list type data are turned by mid-tier component The detailed process changing string data into is: each element of list type data is taken out by mid-tier component, then by each Element comma is attached, and forms string data;
During read list categorical data, string data is converted into the detailed process of list type data and is by mid-tier component: Mid-tier component takes out string data from buffer unit, first does string data with comma for separator and decomposes, obtains Each element, is then combined into list type data by all elements.
10. the data cache method of Website front-end as claimed in claim 8, it is characterised in that: described non-fundamental type is for breathing out Uncommon type, Hash categorical data is made up of " key-value " two parts, and when being stored in Hash categorical data, mid-tier component is by Hash class Type data are converted into the detailed process of string data: mid-tier component circulates taking-up successively often organizes key-value pair, then with emitting Number key-value pair is combined, more all key-value pair commas are attached, form string data;
When reading Hash categorical data, string data is converted into the detailed process of Hash categorical data and is by mid-tier component: Mid-tier component takes out string data from buffer unit, first decomposes string data with comma for separator, obtains each Group key-value pair, more each group of key-value pair is decomposed with colon for separator, obtain each Xiang Jian and value, then by all keys It is merged into Hash categorical data with value.
CN201610642741.9A 2016-08-08 2016-08-08 The data buffering system and method for Website front-end Active CN106294701B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610642741.9A CN106294701B (en) 2016-08-08 2016-08-08 The data buffering system and method for Website front-end

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610642741.9A CN106294701B (en) 2016-08-08 2016-08-08 The data buffering system and method for Website front-end

Publications (2)

Publication Number Publication Date
CN106294701A true CN106294701A (en) 2017-01-04
CN106294701B CN106294701B (en) 2019-08-23

Family

ID=57666458

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610642741.9A Active CN106294701B (en) 2016-08-08 2016-08-08 The data buffering system and method for Website front-end

Country Status (1)

Country Link
CN (1) CN106294701B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110008448A (en) * 2019-04-02 2019-07-12 中国工商银行股份有限公司 The method and apparatus that SQL code is automatically converted to Java code

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1878166A (en) * 2005-06-07 2006-12-13 联想(北京)有限公司 Heterogeneous data source synchronizing method and its device
CN101945081A (en) * 2009-07-06 2011-01-12 北京易路联动技术有限公司 Code conversion method, system and server of class webpage applications
CN102402545A (en) * 2010-09-14 2012-04-04 腾讯科技(深圳)有限公司 Method and device for storing data
CN103970855A (en) * 2014-05-06 2014-08-06 车智互联(北京)科技有限公司 Device and method for processing data
CN105471695A (en) * 2014-08-21 2016-04-06 西安慧泽知识产权运营管理有限公司 Storage area network virtualization management method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1878166A (en) * 2005-06-07 2006-12-13 联想(北京)有限公司 Heterogeneous data source synchronizing method and its device
CN101945081A (en) * 2009-07-06 2011-01-12 北京易路联动技术有限公司 Code conversion method, system and server of class webpage applications
CN102402545A (en) * 2010-09-14 2012-04-04 腾讯科技(深圳)有限公司 Method and device for storing data
CN103970855A (en) * 2014-05-06 2014-08-06 车智互联(北京)科技有限公司 Device and method for processing data
CN105471695A (en) * 2014-08-21 2016-04-06 西安慧泽知识产权运营管理有限公司 Storage area network virtualization management method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110008448A (en) * 2019-04-02 2019-07-12 中国工商银行股份有限公司 The method and apparatus that SQL code is automatically converted to Java code
CN110008448B (en) * 2019-04-02 2023-10-17 中国工商银行股份有限公司 Method and device for automatically converting SQL code into Java code

Also Published As

Publication number Publication date
CN106294701B (en) 2019-08-23

Similar Documents

Publication Publication Date Title
CN104252536B (en) A kind of internet log data query method and device based on hbase
CN104679778B (en) A kind of generation method and device of search result
CN101751406B (en) Method and device for realizing column storage based relational database
AU2010265607B2 (en) Method for finding, updating and synchronizing modified record item and data synchronizing device
US9619492B2 (en) Data migration
CN104809237A (en) LSM-tree (The Log-Structured Merge-Tree) index optimization method and LSM-tree index optimization system
CN103810237A (en) Data management method and system
CN107704202A (en) A kind of method and apparatus of data fast reading and writing
CN106909595A (en) A kind of data migration method and device
CN106682148A (en) Method and device based on Solr data search
CN103914483A (en) File storage method and device and file reading method and device
CN104537003B (en) A kind of general high-performance data wiring method of Hbase databases
CN111414362A (en) Data reading method, device, equipment and storage medium
CN106874326A (en) A kind of item list obtains request processing method and device
CN101178729A (en) Words display process in embedded system and system thereof
CN107741947A (en) The storage of random number key based on HDFS file system and acquisition methods
CN104408128B (en) A kind of reading optimization method indexed based on B+ trees asynchronous refresh
CN107291506A (en) A kind of method and apparatus at renewal APP interfaces
CN105138649A (en) Data search method and device and terminal
CN105874774A (en) Count table maintenance apparatus for maintaining count table during processing of frame and related count table maintenance method
CN103064749B (en) Inter-process communication method
CN106294701A (en) The data buffering system of Website front-end and method
CN101980190A (en) Method and device for quickly putting service data into base
CN105389394A (en) Data request processing method and device based on a plurality of database clusters
CN102955808A (en) Data acquisition method and distributed file system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20231007

Address after: 518000 room 703, building 18, xinganghong garden, No. 2038, Cuizhu Road, cuida community, Cuizhu street, Luohu District, Shenzhen City, Guangdong Province

Patentee after: Shenzhen BANGYOU Big Data Service Co.,Ltd.

Address before: 430000 East Lake Development Zone, Wuhan City, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building

Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right