CN105260475A - Data searching method, data saving method and related equipment - Google Patents

Data searching method, data saving method and related equipment Download PDF

Info

Publication number
CN105260475A
CN105260475A CN201510729132.2A CN201510729132A CN105260475A CN 105260475 A CN105260475 A CN 105260475A CN 201510729132 A CN201510729132 A CN 201510729132A CN 105260475 A CN105260475 A CN 105260475A
Authority
CN
China
Prior art keywords
key word
data
memory database
database
described key
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
CN201510729132.2A
Other languages
Chinese (zh)
Other versions
CN105260475B (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.)
Nubia Technology Co Ltd
Original Assignee
Nubia 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 Nubia Technology Co Ltd filed Critical Nubia Technology Co Ltd
Priority to CN201510729132.2A priority Critical patent/CN105260475B/en
Publication of CN105260475A publication Critical patent/CN105260475A/en
Application granted granted Critical
Publication of CN105260475B publication Critical patent/CN105260475B/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/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • 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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases

Abstract

The invention provides a data searching method, a data saving method and related equipment. The method comprises the following steps: obtaining a content list concerted by a user according to an obtained identity of the user; generating key words according to contents in the obtained content list; searching for data in a memory database according to the key words, wherein each key word corresponds to a doubly liked table in the memory database. According to the technical scheme, the high-speed reading and writing features of the Redis memory database are utilized for assisting in RDBMS searching, so that the searching speed is greatly improved, and the high searching speed can still be guaranteed when the data volume is high; meanwhile, the Redis memory database is updated timely according to newly-added contents, so as to further guarantee the data searching speed and validity.

Description

A kind of data search method, date storage method and related device
Technical field
The present invention relates to computer realm, be specifically related to a kind of data search method, date storage method and related device.
Background technology
Along with the rise of the internet product of social networks (micro-letter circle of friends, Sina's microblogging, know) centered by the dynamic concern circle topic content of user, the how concern circle topic content-data of fast query user, becomes the emphasis that related development personnel pay close attention to.
The concern content-data of this kind of user, what normally generated by user content-aggregatedly forms, the circle topic paid close attention to according to user, and is pushed to user with the form of timeline.And the process of content is paid close attention in this polymerization, relate generally to the complicated correlation inquiry of multilist, and need content to be combined as in a specified pattern a list.
In this type of scheme existing, RDBMS database generally all can be used to store user-generated content.Usually can set up redundant data table to accelerate inquiry, during each retrieve data, first be retrieved by redundancy concordance list, then go to look into concrete tables of data.Redundant data table herein, refers to and saves user and the tables of data paying close attention to content direct relation, avoid complicated multi-table query.
Prior art uses RDBMS to store as data, and RDBMS can cause query performance sharply to reduce in the scene that the data volume of the concurrent inquiry of height and concordance list is larger.When current data amount is increasing, become the performance bottleneck of whole system.
Summary of the invention:
The invention provides a kind of data search method, date storage method and related device, to improve the speed of data query.
For solving the problems of the technologies described above, the invention provides a kind of data search method, being applied to terminal device, described method comprises:
The contents list of described user concern is obtained according to the mark of the user obtained;
Mark according to content in described contents list generates key word;
In memory database, data are searched by described key word;
Wherein, in described memory database, the corresponding doubly linked list of each key word.
In one embodiment, describedly in memory database, search data by described key word and comprise:
In memory database, searching data by described key word, when there is described key word in described memory database and lookup result is not empty, the described data found being carried out antitone sequence process.
In one embodiment, describedly search data in a database by described key word and comprise:
In memory database, search data by described key word, when there is not described key word in described internal storage data, in relational database management system, search data according to content identification, and the data of searching are write described memory database.
In one embodiment,
Describedly the data of searching write described memory database comprise:
According to the restriction quantity preset by the doubly linked list of corresponding key word in the described data-pushing found in relational database management system to described memory database.
In one embodiment, describedly search data in a database by described key word and comprise:
In memory database, searching data by described key word, when there is described key word in described memory database and lookup result is empty, returning empty contents list.
In one embodiment, described memory database is Redis database; The number of described doubly linked list storage element is less than or equal to the maximum number preset.
The present invention also provides a kind of date storage method, is applied to terminal device, and described method comprises:
User-generated content is stored to relational database management system;
The key word corresponding according to described generating content is retrieved in memory database;
Generate according to result for retrieval or upgrade the doubly linked list corresponding with described key word.
In one embodiment, described generate in memory database according to described key word or upgrade the doubly linked list corresponding with described key word comprise:
Described key word is used to retrieve in described memory database;
If described key word does not exist, then described key word is used to retrieve in described relational database management system, when result for retrieval is empty, then the doubly linked list of the sky that generation one is corresponding with described key word.
In one embodiment, described generate in memory database according to described key word or upgrade the doubly linked list corresponding with described key word comprise:
Described key word is used to retrieve in described memory database;
If described key word does not exist, then use described key word to retrieve in described relational database management system, when result for retrieval is not empty, then by all or part of for result for retrieval data-pushing in the doubly linked list corresponding with described key word.
In one embodiment, described memory database is Redis database; The number of described doubly linked list storage element is less than or equal to the maximum number preset.
The present invention also provides a kind of data search device, is arranged at terminal device, and described device comprises:
Acquisition module, for obtaining the contents list that described user pays close attention to according to the mark of the user obtained;
Generation module, generates key word for the mark according to content in described contents list;
Search module, for searching data by described key word in memory database;
Wherein, in described memory database, the corresponding doubly linked list of each key word.
In one embodiment, search module described in comprise first and search submodule;
Described first searches submodule for searching data by described key word in memory database; Also for when there is described key word in described memory database and lookup result is not empty, the described data found are carried out antitone sequence process.
In one embodiment, search module described in comprise second and search submodule;
Described second searches submodule for searching data by described key word in memory database; Also for when there is not described key word in described internal storage data, in relational database management system relational database management system, search data according to content identification; And also for the data of searching are write described memory database.
In one embodiment, described second search submodule and specifically refer to for the data of searching are write described memory database:
According to the restriction quantity preset by the doubly linked list of corresponding key word in the described data-pushing found in relational database management system to described memory database.
In one embodiment, search module described in comprise the 3rd and search submodule;
Described 3rd searches submodule for searching data by described key word in memory database; Also for when there is described key word in described memory database and lookup result is empty, return empty contents list.
In one embodiment, described memory database is REDIS database; The number of described doubly linked list storage element is less than or equal to the maximum number preset.
The present invention also provides a kind of data storage device, is arranged at terminal device, and described device comprises:
Memory module, for being stored to relational database management system by user-generated content;
Retrieval module, retrieves in memory database for the key word corresponding according to described generating content;
Processing module, for generating according to result for retrieval or upgrading the doubly linked list corresponding with described key word.
In one embodiment, described processing module comprises generation submodule;
Described generation submodule is retrieved in described memory database for using described key word; If also do not existed for described key word, then described key word is used to retrieve in described relational database management system, when result for retrieval is empty, then the doubly linked list of the sky that generation one is corresponding with described key word.
In one embodiment, described processing module comprises renewal submodule;
Described renewal submodule is retrieved in described memory database for using described key word; If also do not existed for described key word, then use described key word to retrieve in described relational database management system, when result for retrieval is not empty, then by all or part of for result for retrieval data-pushing in the doubly linked list corresponding with described key word.
In one embodiment, described memory database is REDIS database; The number of described doubly linked list storage element is less than or equal to the maximum number preset.
Such scheme is retrieved by utilizing the high-speed read-write characteristic of Redis internal memory type database to carry out auxiliary RDBMS, greatly improves the speed of inquiry, still can ensure inquiry velocity when data volume is large; To upgrade in time Redis database according to newly-increased content simultaneously, ensure data query speed and validity further.
Accompanying drawing explanation
Fig. 1 is the hardware configuration schematic diagram of the mobile terminal realizing each embodiment of the present invention;
Fig. 2 is the wireless communication system schematic diagram of mobile terminal as shown in Figure 1;
Fig. 3 is the process flow diagram of data search method in embodiment one;
Fig. 4 is the process flow diagram of date storage method in embodiment one;
Fig. 5 is the schematic diagram of data search in embodiment two;
Fig. 6 is the structural representation of data search device in embodiment three;
Fig. 7 is the structural representation of data search device in embodiment three.
Embodiment
For making the object of the application, technical scheme and advantage clearly understand, hereinafter will by reference to the accompanying drawings the embodiment of the application be described in detail.It should be noted that, when not conflicting, the embodiment in the application and the feature in embodiment can combination in any mutually.
Should be appreciated that specific embodiment described herein only in order to explain the present invention, be not intended to limit the present invention.
The mobile terminal realizing each embodiment of the present invention is described referring now to accompanying drawing.In follow-up description, use the suffix of such as " module ", " parts " or " unit " for representing element only in order to be conducive to explanation of the present invention, itself is specific meaning not.Therefore, " module " and " parts " can mixedly use.
Mobile terminal can be implemented in a variety of manners.Such as, the terminal described in the present invention can comprise the such as mobile terminal of mobile phone, smart phone, notebook computer, digit broadcasting receiver, PDA (personal digital assistant), PAD (panel computer), PMP (portable media player), guider etc. and the fixed terminal of such as digital TV, desk-top computer etc.Below, suppose that terminal is mobile terminal.But it will be appreciated by those skilled in the art that except the element except being used in particular for mobile object, structure according to the embodiment of the present invention also can be applied to the terminal of fixed type.
Fig. 1 is the hardware configuration signal of the mobile terminal realizing each embodiment of the present invention.
Mobile terminal 100 can comprise wireless communication unit 110, A/V (audio/video) input block 120, user input unit 130, sensing cell 140, output unit 150, storer 160, interface unit 170, controller 180 and power supply unit 190 etc.Fig. 1 shows the mobile terminal with various assembly, it should be understood that, does not require to implement all assemblies illustrated.Can alternatively implement more or less assembly.Will be discussed in more detail below the element of mobile terminal.
Wireless communication unit 110 generally includes one or more assembly, and it allows the wireless communication between mobile terminal 100 and wireless communication system or network.Such as, wireless communication unit can comprise at least one in broadcast reception module 111, mobile communication module 112, wireless Internet module 113, short range communication module 114 and positional information module 115.
Broadcast reception module 111 via broadcast channel from external broadcasting management server receiving broadcast signal and/or broadcast related information.Broadcast channel can comprise satellite channel and/or terrestrial channel.Broadcast management server can be generate and send the server of broadcast singal and/or broadcast related information or the broadcast singal generated before receiving and/or broadcast related information and send it to the server of terminal.Broadcast singal can comprise TV broadcast singal, radio signals, data broadcasting signal etc.And broadcast singal may further include the broadcast singal combined with TV or radio signals.Broadcast related information also can provide via mobile communications network, and in this case, broadcast related information can be received by mobile communication module 112.Broadcast singal can exist in a variety of manners, such as, it can exist with the form of the electronic service guidebooks (ESG) of the electronic program guides of DMB (DMB) (EPG), digital video broadcast-handheld (DVB-H) etc.Broadcast reception module 111 can by using the broadcast of various types of broadcast system Received signal strength.Especially, broadcast reception module 111 can by using such as multimedia broadcasting-ground (DMB-T), DMB-satellite (DMB-S), digital video broadcasting-hand-held (DVB-H), and the digit broadcasting system of the Radio Data System, received terrestrial digital broadcasting integrated service (ISDB-T) etc. of forward link media (MediaFLO) receives digital broadcasting.Broadcast reception module 111 can be constructed to be applicable to providing the various broadcast system of broadcast singal and above-mentioned digit broadcasting system.The broadcast singal received via broadcast reception module 111 and/or broadcast related information can be stored in storer 160 (or storage medium of other type).
Radio signal is sent at least one in base station (such as, access point, Node B etc.), exterior terminal and server and/or receives radio signals from it by mobile communication module 112.Various types of data that such radio signal can comprise voice call signal, video calling signal or send according to text and/or Multimedia Message and/or receive.
Wireless Internet module 113 supports the Wi-Fi (Wireless Internet Access) of mobile terminal.This module can be inner or be externally couple to terminal.Wi-Fi (Wireless Internet Access) technology involved by this module can comprise WLAN (WLAN) (Wi-Fi), Wibro (WiMAX), Wimax (worldwide interoperability for microwave access), HSDPA (high-speed downlink packet access) etc.
Short range communication module 114 is the modules for supporting junction service.Some examples of short-range communication technology comprise bluetooth TM, radio-frequency (RF) identification (RFID), Infrared Data Association (IrDA), ultra broadband (UWB), purple honeybee TM etc.
Positional information module 115 is the modules of positional information for checking or obtain mobile terminal.The typical case of positional information module is GPS (GPS).According to current technology, GPS module 115 calculates from the range information of three or more satellite and correct time information and for the Information application triangulation calculated, thus calculates three-dimensional current location information according to longitude, latitude and pin-point accuracy.Current, the method for calculating position and temporal information uses three satellites and by using the error of the position that goes out of an other satellite correction calculation and temporal information.In addition, GPS module 115 can carry out computing velocity information by Continuous plus current location information in real time.
A/V input block 120 is for audio reception or vision signal.A/V input block 120 can comprise camera 121 and microphone 1220, and the view data of camera 121 to the static images obtained by image capture apparatus in Video Capture pattern or image capture mode or video processes.Picture frame after process may be displayed on display unit 151.Picture frame after camera 121 processes can be stored in storer 160 (or other storage medium) or via wireless communication unit 110 and send, and can provide two or more cameras 1210 according to the structure of mobile terminal.Such acoustic processing can via microphones sound (voice data) in telephone calling model, logging mode, speech recognition mode etc. operational mode, and can be voice data by microphone 122.Audio frequency (voice) data after process can be converted to the formatted output that can be sent to mobile communication base station via mobile communication module 112 when telephone calling model.Microphone 122 can be implemented various types of noise and eliminate (or suppress) algorithm and receiving and sending to eliminate (or suppression) noise or interference that produce in the process of sound signal.
User input unit 130 can generate key input data to control the various operations of mobile terminal according to the order of user's input.User input unit 130 allows user to input various types of information, and keyboard, the young sheet of pot, touch pad (such as, detecting the touch-sensitive assembly of the change of the resistance, pressure, electric capacity etc. that cause owing to being touched), roller, rocking bar etc. can be comprised.Especially, when touch pad is superimposed upon on display unit 151 as a layer, touch-screen can be formed.
Sensing cell 140 detects the current state of mobile terminal 100, (such as, mobile terminal 100 open or close state), the position of mobile terminal 100, user for mobile terminal 100 contact (namely, touch input) presence or absence, the orientation of mobile terminal 100, the acceleration or deceleration of mobile terminal 100 move and direction etc., and generate order or the signal of the operation for controlling mobile terminal 100.Such as, when mobile terminal 100 is embodied as sliding-type mobile phone, sensing cell 140 can sense this sliding-type phone and open or close.In addition, whether whether sensing cell 140 can detect power supply unit 190 provides electric power or interface unit 170 to couple with external device (ED).Sensing cell 140 can comprise proximity transducer 1410 and will be described this in conjunction with touch-screen below.
Interface unit 170 is used as at least one external device (ED) and is connected the interface that can pass through with mobile terminal 100.Such as, external device (ED) can comprise wired or wireless head-band earphone port, external power source (or battery charger) port, wired or wireless FPDP, memory card port, for connecting the port, audio frequency I/O (I/O) port, video i/o port, ear port etc. of the device with identification module.Identification module can be that storage uses the various information of mobile terminal 100 for authentication of users and can comprise subscriber identification module (UIM), client identification module (SIM), Universal Subscriber identification module (USIM) etc.In addition, the device (hereinafter referred to " recognition device ") with identification module can take the form of smart card, and therefore, recognition device can be connected with mobile terminal 100 via port or other coupling arrangement.Interface unit 170 may be used for receive from external device (ED) input (such as, data message, electric power etc.) and the input received be transferred to the one or more element in mobile terminal 100 or may be used for transmitting data between mobile terminal and external device (ED).
In addition, when mobile terminal 100 is connected with external base, interface unit 170 can be used as to allow by it electric power to be provided to the path of mobile terminal 100 from base or can be used as the path that allows to be transferred to mobile terminal by it from the various command signals of base input.The various command signal inputted from base or electric power can be used as and identify whether mobile terminal is arranged on the signal base exactly.Output unit 150 is constructed to provide output signal (such as, sound signal, vision signal, alarm signal, vibration signal etc.) with vision, audio frequency and/or tactile manner.Output unit 150 can comprise display unit 151, dio Output Modules 152, alarm unit 153 etc.
Display unit 151 may be displayed on the information of process in mobile terminal 100.Such as, when mobile terminal 100 is in telephone calling model, display unit 151 can show with call or other communicate (such as, text messaging, multimedia file are downloaded etc.) be correlated with user interface (UI) or graphic user interface (GUI).When mobile terminal 100 is in video calling pattern or image capture mode, display unit 151 can the image of display capture and/or the image of reception, UI or GUI that video or image and correlation function are shown etc.
Meanwhile, when display unit 151 and touch pad as a layer superposed on one another to form touch-screen time, display unit 151 can be used as input media and output unit.Display unit 151 can comprise at least one in liquid crystal display (LCD), thin film transistor (TFT) LCD (TFT-LCD), Organic Light Emitting Diode (OLED) display, flexible display, three-dimensional (3D) display etc.Some in these displays can be constructed to transparence and watch from outside to allow user, and this can be called transparent display, and typical transparent display can be such as TOLED (transparent organic light emitting diode) display etc.According to the specific embodiment wanted, mobile terminal 100 can comprise two or more display units (or other display device), such as, mobile terminal can comprise outernal display unit (not shown) and inner display unit (not shown).Touch-screen can be used for detecting touch input pressure and touch input position and touch and inputs area.
When dio Output Modules 152 can be under the isotypes such as call signal receiving mode, call mode, logging mode, speech recognition mode, broadcast reception mode at mobile terminal, voice data convert audio signals that is that wireless communication unit 110 is received or that store in storer 160 and exporting as sound.And dio Output Modules 152 can provide the audio frequency relevant to the specific function that mobile terminal 100 performs to export (such as, call signal receives sound, message sink sound etc.).Dio Output Modules 152 can comprise loudspeaker, hummer etc.
Alarm unit 153 can provide and export that event informed to mobile terminal 100.Typical event can comprise calling reception, message sink, key signals input, touch input etc.Except audio or video exports, alarm unit 153 can provide in a different manner and export with the generation of notification event.Such as, alarm unit 153 can provide output with the form of vibration, when receive calling, message or some other enter communication (incomingcommunication) time, alarm unit 153 can provide sense of touch to export (that is, vibrating) to notify to user.By providing such sense of touch to export, even if when the mobile phone of user is in the pocket of user, user also can identify the generation of various event.Alarm unit 153 also can provide the output of the generation of notification event via display unit 151 or dio Output Modules 152.
Storer 160 software program that can store process and the control operation performed by controller 180 etc., or temporarily can store oneself through exporting the data (such as, telephone directory, message, still image, video etc.) that maybe will export.And, storer 160 can store about when touch be applied to touch-screen time the vibration of various modes that exports and the data of sound signal.
Storer 160 can comprise the storage medium of at least one type, described storage medium comprises flash memory, hard disk, multimedia card, card-type storer (such as, SD or DX storer etc.), random access storage device (RAM), static random-access memory (SRAM), ROM (read-only memory) (ROM), Electrically Erasable Read Only Memory (EEPROM), programmable read only memory (PROM), magnetic storage, disk, CD etc.And mobile terminal 100 can be connected the memory function of execute store 160 network storage device with by network cooperates.
Controller 180 controls the overall operation of mobile terminal usually.Such as, controller 180 performs the control relevant to voice call, data communication, video calling etc. and process.In addition, controller 180 can comprise the multi-media module 1810 for reproducing (or playback) multi-medium data, and multi-media module 1810 can be configured in controller 180, or can be configured to be separated with controller 180.Controller 180 can pattern recognition process, is identified as character or image so that input is drawn in the handwriting input performed on the touchscreen or picture.
Power supply unit 190 receives external power or internal power and provides each element of operation and the suitable electric power needed for assembly under the control of controller 180.
Various embodiment described herein can to use such as computer software, the computer-readable medium of hardware or its any combination implements.For hardware implementation, embodiment described herein can by using application-specific IC (ASIC), digital signal processor (DSP), digital signal processing device (DSPD), programmable logic device (PLD), field programmable gate array (FPGA), processor, controller, microcontroller, microprocessor, being designed at least one performed in the electronic unit of function described herein and implementing, in some cases, such embodiment can be implemented in controller 180.For implement software, the embodiment of such as process or function can be implemented with allowing the independent software module performing at least one function or operation.Software code can be implemented by the software application (or program) write with any suitable programming language, and software code can be stored in storer 160 and to be performed by controller 180.
So far, oneself is through the mobile terminal according to its functional description.Below, for the sake of brevity, by the slide type mobile terminal that describes in various types of mobile terminals of such as folded form, board-type, oscillating-type, slide type mobile terminal etc. exemplarily.Therefore, the present invention can be applied to the mobile terminal of any type, and is not limited to slide type mobile terminal.
Mobile terminal 100 as shown in Figure 1 can be constructed to utilize and send the such as wired and wireless communication system of data via frame or grouping and satellite-based communication system operates.
Describe wherein according to the communication system that mobile terminal of the present invention can operate referring now to Fig. 2.
Such communication system can use different air interfaces and/or Physical layer.Such as, the air interface used by communication system comprises such as frequency division multiple access (FDMA), time division multiple access (TDMA) (TDMA), CDMA (CDMA) and universal mobile telecommunications system (UMTS) (especially, Long Term Evolution (LTE)), global system for mobile communications (GSM) etc.As non-limiting example, description below relates to cdma communication system, but such instruction is equally applicable to the system of other type.
With reference to figure 2, cdma wireless communication system can comprise multiple mobile terminal 100, multiple base station (BS) 270, base station controller (BSC) 275 and mobile switching centre (MSC) 280.MSC280 is constructed to form interface with Public Switched Telephony Network (PSTN) 290.MSC280 is also constructed to form interface with the BSC275 that can be couple to base station 270 via back haul link.Back haul link can construct according to any one in some interfaces that oneself knows, described interface comprises such as E1/T1, ATM, IP, PPP, frame relay, HDSL, ADSL or xDSL.Will be appreciated that system as shown in Figure 2 can comprise multiple BSC2750.
Each BS270 can serve one or more subregion (or region), by multidirectional antenna or point to specific direction each subregion of antenna cover radially away from BS270.Or each subregion can by two or more antenna covers for diversity reception.Each BS270 can be constructed to support multiple parallel compensate, and each parallel compensate has specific frequency spectrum (such as, 1.25MHz, 5MHz etc.).
Subregion can be called as CDMA Channel with intersecting of parallel compensate.BS270 also can be called as base station transceiver subsystem (BTS) or other equivalent terms.Under these circumstances, term " base station " may be used for broadly representing single BSC275 and at least one BS270.Base station also can be called as " cellular station ".Or each subregion of particular B S270 can be called as multiple cellular station.
As shown in Figure 2, broadcast singal is sent to the mobile terminal 100 at operate within systems by broadcsting transmitter (BT) 295.Broadcast reception module 111 as shown in Figure 1 is arranged on mobile terminal 100 and sentences the broadcast singal receiving and sent by BT295.In fig. 2, several GPS (GPS) satellite 300 is shown.Satellite 300 helps at least one in the multiple mobile terminal 100 in location.
In fig. 2, depict multiple satellite 300, but understand, the satellite of any number can be utilized to obtain useful locating information.GPS module 115 as shown in Figure 1 is constructed to coordinate to obtain the locating information wanted with satellite 300 usually.Substitute GPS tracking technique or outside GPS tracking technique, can use can other technology of position of tracking mobile terminal.In addition, at least one gps satellite 300 optionally or extraly can process satellite dmb transmission.
As a typical operation of wireless communication system, BS270 receives the reverse link signal from various mobile terminal 100.Mobile terminal 100 participates in call usually, information receiving and transmitting communicates with other type.Each reverse link signal that certain base station 270 receives is processed by particular B S270.The data obtained are forwarded to relevant BSC275.BSC provides call Resourse Distribute and comprises the mobile management function of coordination of the soft switching process between BS270.The data received also are routed to MSC280 by BSC275, and it is provided for the extra route service forming interface with PSTN290.Similarly, PSTN290 and MSC280 forms interface, and MSC and BSC275 forms interface, and BSC275 correspondingly control BS270 so that forward link signals is sent to mobile terminal 100.
Based on above-mentioned mobile terminal hardware configuration and communication system, each embodiment of the inventive method is proposed.
Embodiment one
In order to improve inquiry velocity, overcome existing relational database management system (RelationalDatabaseManagementSystem, RDBMS) performance bottleneck stored, utilize Redis internal memory type database in the present invention, carry out by the high-speed read-write characteristic of Redis database the content-data that auxiliary RDBMS retrieval user pays close attention to circle topic.
In the present invention, use the storage organization of doubly linked list as each topic node of Redis, the persistence of its user-generated content data, still use RDBMS to store.In the present invention, generating content can be relevant with the service logic that will realize, and such as, user-generated content can be the model content etc. that user is sent in circle.Meanwhile, the data exceeding displaying scope are directly deleted according to business need by the two-way number that can limit storage element in chained list.In addition, for the node of the countless certificate of part, the mode of newly-built empty chain table can be used to be optimized.
As shown in Figure 3, the present embodiment provides a kind of data search method, is applied to terminal device, and described method comprises:
Step S11: the contents list obtaining described user concern according to the mark of the user obtained;
Step S12: the mark according to content in described contents list generates key word;
Step S13: search data by described key word in memory database;
Concrete, in memory database, search data by described key word; When there is described key word in described memory database and lookup result is not empty, the described data found are carried out antitone sequence process.
When there is not described key word in described internal storage data, in relational database management system RDBMS, search data according to content identification, and the data of searching are write described memory database.
When there is described key word in described memory database and lookup result is empty, return empty contents list.
Wherein, the data of searching are write described memory database can operate in such a way: according to the restriction quantity preset by the doubly linked list of corresponding key word in the described data-pushing found in RDBMS to described memory database.
In the present embodiment, the corresponding doubly linked list of each key word in memory database.Memory database adopts REDIS database; The number of doubly linked list storage element is less than or equal to the maximum number preset.
It should be noted that, the content that the generation of key word is specifically paid close attention to according to user is determined, such as, if what user paid close attention to is circle, circle comprises topic, and topic comprises model, at this moment, key word is exactly circle mark, and the some models then going out each topic up-to-date according to circle identifier lookup are shown on the terminal device; If the topic that user pays close attention to, topic comprises model, and at this moment, key word is exactly topic mark, then goes out up-to-date some models according to topic identifier lookup and shows on the terminal device.
The data search method of the embodiment of the present invention, by searching the speed that data can improve inquiry greatly in memory database, still can ensure inquiry velocity when data volume is large.
As shown in Figure 4, the present embodiment also provides a kind of date storage method, is applied to terminal device, and described method comprises:
Step S21: user-generated content is stored to relational database management system RDBMS;
Step S22: the key word corresponding according to described generating content is retrieved in memory database;
Step S23: generate according to result for retrieval or upgrade the doubly linked list corresponding with described key word.
Concrete, use described key word to retrieve in described memory database;
If described key word does not exist, then described key word is used to retrieve in described RDBMS, when result for retrieval is empty, then the doubly linked list of the sky that generation one is corresponding with described key word.
If described key word does not exist, then use described key word to retrieve in described RDBMS, when result for retrieval is not empty, then by all or part of for result for retrieval data-pushing in the doubly linked list corresponding with described key word.
It should be noted that, if do not generate empty doubly linked list, then, when needs obtain data, just look for not corresponding chained list, now just need RDBMS to look into number according to storehouse, one query will have been done more like this, reduced overall system performance.Therefore overall search performance can effectively be improved by generating empty doubly linked list.
Technique scheme uses the storage organization of doubly linked list as each topic node of Redis, the persistence of its user-generated content data, still uses RDBMS to store.In chained list, limit storage element number, according to business need, the data exceeding displaying scope are directly deleted simultaneously.In addition, for the node of the countless certificate of part, the mode of newly-built empty chain table is used to be optimized.
The performance bottleneck of existing RDBMS storage is effectively overcome by technique scheme, utilize the high-speed read-write characteristic of this internal memory of Redis type database to carry out auxiliary RDBMS retrieval user and pay close attention to circle topic content-data, significantly improve inquiry velocity, and alleviate the pressure of RDBMS.To upgrade in time Redis database according to newly-increased content simultaneously, ensure data query speed and validity further.
Embodiment two
In the present invention, effectively can be improved the speed of data retrieval by Redis database.Redis database is that a use ANSI C of increasing income is write, network enabled, can also can log type, the Key-Value database of persistence based on internal memory, and provide multilingual API.
Redis is a key-value storage system.Similar with Memcached, it supports that the value type stored is relatively more, comprises string (character string), list (chained list), set (set), zset (sortedset--ordered set) and hash (Hash type).These data types are all supported push/pop, add/remove and are got common factor union and difference set and abundanter operation, and these operations are all atomicities.On this basis, Redis supports the sequence of various different modes.The same with memcached, in order to guaranteed efficiency, data are all be buffered in internal memory.What distinguish is that redis periodically the data write disk upgraded or the log file that retouching operation write is added, and can achieve master-slave (principal and subordinate) synchronously on this basis.
Meanwhile, Redis is a high performance key-value database.Redis largely compensate for the deficiency that this kind of key/value of memcached stores, and can play good supplementary function in part occasion to relational database.It provide Java, the clients such as C/C++, C#, PHP, JavaScript, Perl, Object-C, Python, Ruby, Erlang, use easily.
In addition, Redis supports master-slave synchronisation.Data can synchronous from server from master server to any amount, can be other master servers from server of association from server.This makes Redis can perform individual layer tree copying.Deposit consciously or unconsciously can carry out write operation to data.Owing to fully achieving publish/subscribe mechanism, make from database anywhere synchronization tree time, a channel can be subscribed to and receive the complete news release record of master server.Synchronously to the extensibility of read operation and data redundancy helpful.
Further illustrate technical scheme of the present invention below.
In the present embodiment, the storage of user-generated content can be carried out according to following steps:
1) user-generated content is stored to RDBMS database;
2) next call the Key maker write and generate key word, then use this key word to retrieve in Redis.
If this key word does not exist, then according to the rule search RDBMS of operation flow definition.If the result of retrieval is not empty, then by after the results list serializing of restriction quantity, rpush is used to be pushed in the doubly linked list of corresponding Key in Redis.If result is empty, then calls lpush and push an any character, then call lpop and release, so just obtain an empty doubly linked list.Utilize the doubly linked list of this sky, in again inquiring about this node data user, without the need to from RDBMS data base querying, and only need the Redis back end in audit memory.
If this key word exists, this serializing instrument data call of new node element write, sequence turns to the form of character string.
3) lpush is used to be pushed to corresponding key word node the result of serializing.
Based on the memory database that above-mentioned storage means is formed, user-generated content can read data according to following steps:
1) contents list that retrieval user is paid close attention in RDBMS.
2) travel through the major key mark in contents list, call Key maker by major key mark and generate key word, from Redis, obtain node data with the key word generated.
If this key word does not exist, then according to the rule search RDBMS of operation flow definition, and rpush is used to be pushed in the doubly linked list of corresponding Key in Redis the result limiting quantity.Be that VO object returns to user by the data-mapping of retrieval simultaneously.
If this key word exists, but the element number comprised is for empty, and this situation is judged to be that this topic is without content-data.Return to the contents list of user's sky.
3) if this key word exists, content is not empty, then by after data antitone sequence, transfer VO object to and return to user.
Technical scheme of the present invention is further illustrated below in conjunction with concrete scene.
Be a light photography applications sharing picture as shown in Figure 5, wherein comprise a circle dynamic module.3 up-to-date post information of the circle that circle dynamically needs the user obtaining current login to pay close attention to.What Fig. 5 showed is a visual field circle dynamic page, and in this page, the new page added is placed in the 3rd TAB page of homepage; Circle dynamic page display user add the dynamic of circle, data put in order can be according to circle last operation time inverted order arrangement.Comprise information in circle dynamic page and can have circle title, add number, topic number, circle last operation time and circle recent renewal 3 contents etc.Wherein can comprise new topic (topic front cover and topic name), new topic works (topic works and works belonging to topic name) inside content.Corresponding circle dynamic page is just entered when user clicks circle module.User can also select acquiescence to add visual field circle.
What the present invention can adopt is following flow process:
1, the unique identification UserID of current login user is obtained.
2, the circle list of this user concern is obtained by this UserID.
3, generate key according to circle ID to go directly to search data in Redis, because Redis is memory database, therefore acquisition speed is inquired about faster than RDBMS far away.If returning results not is sky, after unserializing data, jump to 5; Otherwise jump to 4.
4. because key word is miss, need to inquire about in RDBMS, then the data of searching write Redis is jumped to 5 again.
Concrete, in step 4, first travel through each circle of above-mentioned circle list, according to the topic list that circle ID goes inquiry circle to comprise.Then travel through above-mentioned topic list, remove data query according to topic ID.
5. return data is held to APP.
Such as, the list split of 3 models of the topic that each circle can be comprised becomes a list, i.e. the up-to-date model list that comprises of circle, and according to time inverted order arrangement.And find ID and the topic name of topic corresponding to model, for display.APP can show the content such as topic name, model surface plot URL, topic ID of the up-to-date model of each circle.Certainly, in other embodiments, also can the up-to-date model of set and display 4 or other number, be not specifically limited at this.
In such scheme, preserve a Redis object for each circle, when each newly-increased model, the data that simultaneously can upgrade Redis to ensure wherein are up-to-date.If when having inquired the circle preserved in Redis, namely hit, now just do not need RDBMS data base querying just directly the data of inquiry can be returned to APP end, this avoid complicated database query operations, inquiry velocity obtains very large lifting again.If miss when Redis searches, then search in RDBMS database, and the data found are saved to Redis, like this in time again inquiring about this circle, owing to being saved in Redis by these data, can the time of searching be saved equally.Therefore, technique scheme can utilize Redis significantly to promote inquiry velocity.
Embodiment three
As shown in Figure 6, the present embodiment provides a kind of data search device, is arranged at terminal device, and described device comprises:
Acquisition module 11, for obtaining the contents list that described user pays close attention to according to the mark of the user obtained;
Generation module 12, generates key word for the mark according to content in described contents list;
Search module 13, for searching data by described key word in memory database;
In one embodiment,
Described module 13 of searching comprises first and searches submodule 131;
Described first searches submodule 131 for searching data by described key word in memory database; Also for when there is described key word in described memory database and lookup result is not empty, the described data found are carried out antitone sequence process.
Described module 13 of searching comprises second and searches submodule 132;
Described second searches submodule 132 for searching data by described key word in memory database; Also for when there is not described key word in described internal storage data, in relational database management system RDBMS, search data according to content identification; And also for the data of searching are write described memory database.
Described module 13 of searching comprises the 3rd and searches submodule 133;
Described 3rd searches submodule 133 for searching data by described key word in memory database; Also for when there is described key word in described memory database and lookup result is empty, return empty contents list.
In one embodiment,
Described second searches submodule specifically refers to for the data of searching are write described memory database:
According to the restriction quantity preset by the doubly linked list of corresponding key word in the described data-pushing found in RDBMS to described memory database.
Wherein, in the present embodiment, the corresponding doubly linked list of each key word in memory database.Memory database is REDIS database; The number of doubly linked list storage element is less than or equal to the maximum number preset.
As shown in Figure 7, the present embodiment also provides a kind of data storage device, is arranged at terminal device, and described device comprises:
Memory module 21, for being stored to relational database management system RDBMS by user-generated content;
Retrieval module 22, retrieves in memory database for the key word corresponding according to described generating content;
Processing module 23, for generating according to result for retrieval or upgrading the doubly linked list corresponding with described key word.
In one embodiment,
Described processing module 23 comprises generation submodule 231;
Described generation submodule 231 is retrieved in described memory database for using described key word; If also do not existed for described key word, then described key word is used to retrieve in described RDBMS, when result for retrieval is empty, then the doubly linked list of the sky that generation one is corresponding with described key word.
Described processing module comprises renewal submodule 232;
Described renewal submodule is retrieved in described memory database for using described key word; If also do not existed for described key word, then use described key word to retrieve in described RDBMS, when result for retrieval is not empty, then by all or part of for result for retrieval data-pushing in the doubly linked list corresponding with described key word.
Through the above description of the embodiments, those skilled in the art can be well understood to the mode that above-described embodiment method can add required general hardware platform by software and realize, hardware can certainly be passed through, but in a lot of situation, the former is better embodiment.Based on such understanding, technical scheme of the present invention can embody with the form of software product the part that prior art contributes in essence in other words, this computer software product is stored in a storage medium (as ROM/RAM, magnetic disc, CD), comprising some instructions in order to make a station terminal equipment (can be mobile phone, computing machine, server, air conditioner, or the network equipment etc.) perform method described in each embodiment of the present invention.
The foregoing is only the preferred embodiments of the present invention, be not limited to the present invention, for a person skilled in the art, the present invention can have various modifications and variations.Within the spirit and principles in the present invention all, any amendment done, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.The all or part of step that one of ordinary skill in the art will appreciate that in said method is carried out instruction related hardware by program and is completed, and described program can be stored in computer-readable recording medium, as ROM (read-only memory), disk or CD etc.Alternatively, all or part of step of above-described embodiment also can use one or more integrated circuit to realize, and correspondingly, each module/module in above-described embodiment can adopt the form of hardware to realize, and the form of software function module also can be adopted to realize.The application is not restricted to the combination of the hardware and software of any particular form.

Claims (20)

1. a data search method, is applied to terminal device, it is characterized in that, described method comprises:
The contents list of described user concern is obtained according to the mark of the user obtained;
Mark according to content in described contents list generates key word;
In memory database, data are searched by described key word;
Wherein, in described memory database, the corresponding doubly linked list of each key word.
2. the method for claim 1, is characterized in that: describedly in memory database, search data by described key word and comprise:
In memory database, searching data by described key word, when there is described key word in described memory database and lookup result is not empty, the described data found being carried out antitone sequence process.
3. the method for claim 1, is characterized in that: describedly search data in a database by described key word and comprise:
In memory database, search data by described key word, when there is not described key word in described internal storage data, in relational database management system, search data according to content identification, and the data of searching are write described memory database.
4. method as claimed in claim 3, is characterized in that:
Describedly the data of searching write described memory database comprise:
According to the restriction quantity preset by the doubly linked list of corresponding key word in the described data-pushing found in relational database management system to described memory database.
5. the method for claim 1, is characterized in that:
Describedly search data in a database by described key word and comprise:
In memory database, searching data by described key word, when there is described key word in described memory database and lookup result is empty, returning empty contents list.
6. the method as described in any one of claim 1 to 5, is characterized in that:
Described memory database is Redis database; The number of described doubly linked list storage element is less than or equal to the maximum number preset.
7. a date storage method, is applied to terminal device, it is characterized in that, described method comprises:
User-generated content is stored to relational database management system;
The key word corresponding according to described generating content is retrieved in memory database;
Generate according to result for retrieval or upgrade the doubly linked list corresponding with described key word.
8. method as claimed in claim 7, is characterized in that:
Described generate in memory database according to described key word or upgrade the doubly linked list corresponding with described key word comprise:
Described key word is used to retrieve in described memory database;
If described key word does not exist, then described key word is used to retrieve in described relational database management system, when result for retrieval is empty, then the doubly linked list of the sky that generation one is corresponding with described key word.
9. method as claimed in claim 7, is characterized in that:
Described generate in memory database according to described key word or upgrade the doubly linked list corresponding with described key word comprise:
Described key word is used to retrieve in described memory database;
If described key word does not exist, then use described key word to retrieve in described relational database management system, when result for retrieval is not empty, then by all or part of for result for retrieval data-pushing in the doubly linked list corresponding with described key word.
10. the method as described in as arbitrary in claim 7 to 9, is characterized in that:
Described memory database is Redis database; The number of described doubly linked list storage element is less than or equal to the maximum number preset.
11. 1 kinds of data search devices, are arranged at terminal device, it is characterized in that, described device comprises:
Acquisition module, for obtaining the contents list that described user pays close attention to according to the mark of the user obtained;
Generation module, generates key word for the mark according to content in described contents list;
Search module, for searching data by described key word in memory database;
Wherein, in described memory database, the corresponding doubly linked list of each key word.
12. devices as claimed in claim 11, is characterized in that:
Described module of searching comprises first and searches submodule;
Described first searches submodule for searching data by described key word in memory database; Also for when there is described key word in described memory database and lookup result is not empty, the described data found are carried out antitone sequence process.
13. devices as claimed in claim 11, is characterized in that:
Described module of searching comprises second and searches submodule;
Described second searches submodule for searching data by described key word in memory database; Also for when there is not described key word in described internal storage data, in relational database management system relational database management system, search data according to content identification; And also for the data of searching are write described memory database.
14. devices as claimed in claim 13, is characterized in that:
Described second searches submodule specifically refers to for the data of searching are write described memory database:
According to the restriction quantity preset by the doubly linked list of corresponding key word in the described data-pushing found in relational database management system to described memory database.
15. devices as claimed in claim 11, is characterized in that:
Described module of searching comprises the 3rd and searches submodule;
Described 3rd searches submodule for searching data by described key word in memory database; Also for when there is described key word in described memory database and lookup result is empty, return empty contents list.
16. as arbitrary in claim 11 to 15 as described in device, it is characterized in that:
Described memory database is REDIS database; The number of described doubly linked list storage element is less than or equal to the maximum number preset.
17. 1 kinds of data storage devices, are arranged at terminal device, it is characterized in that, described device comprises:
Memory module, for being stored to relational database management system by user-generated content;
Retrieval module, retrieves in memory database for the key word corresponding according to described generating content;
Processing module, for generating according to result for retrieval or upgrading the doubly linked list corresponding with described key word.
18. devices as claimed in claim 17, is characterized in that:
Described processing module comprises generation submodule;
Described generation submodule is retrieved in described memory database for using described key word; If also do not existed for described key word, then described key word is used to retrieve in described relational database management system, when result for retrieval is empty, then the doubly linked list of the sky that generation one is corresponding with described key word.
19. devices as claimed in claim 17, is characterized in that:
Described processing module comprises renewal submodule;
Described renewal submodule is retrieved in described memory database for using described key word; If also do not existed for described key word, then use described key word to retrieve in described relational database management system, when result for retrieval is not empty, then by all or part of for result for retrieval data-pushing in the doubly linked list corresponding with described key word.
20. as arbitrary in claim 17 to 19 as described in device, it is characterized in that:
Described memory database is REDIS database; The number of described doubly linked list storage element is less than or equal to the maximum number preset.
CN201510729132.2A 2015-10-30 2015-10-30 A kind of data search method, date storage method and related device Active CN105260475B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510729132.2A CN105260475B (en) 2015-10-30 2015-10-30 A kind of data search method, date storage method and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510729132.2A CN105260475B (en) 2015-10-30 2015-10-30 A kind of data search method, date storage method and related device

Publications (2)

Publication Number Publication Date
CN105260475A true CN105260475A (en) 2016-01-20
CN105260475B CN105260475B (en) 2019-08-16

Family

ID=55100165

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510729132.2A Active CN105260475B (en) 2015-10-30 2015-10-30 A kind of data search method, date storage method and related device

Country Status (1)

Country Link
CN (1) CN105260475B (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107092701A (en) * 2017-05-02 2017-08-25 山东浪潮通软信息科技有限公司 The data processing method and device of a kind of Multidimensional Data Model
CN107315751A (en) * 2016-04-26 2017-11-03 北京京东尚科信息技术有限公司 Multidimensional data query method and device
CN107679203A (en) * 2017-10-12 2018-02-09 广州华多网络科技有限公司 A kind of Redis internal databases call method and system
CN108182152A (en) * 2017-11-28 2018-06-19 深圳市丰巢科技有限公司 A kind of local cache based on Redis refreshes implementation method and device
CN108885639A (en) * 2016-03-29 2018-11-23 斯纳普公司 Properties collection navigation and automatic forwarding
CN108897767A (en) * 2018-05-24 2018-11-27 努比亚技术有限公司 A kind of data query method and system
CN108989245A (en) * 2017-06-02 2018-12-11 北京云中融信网络科技有限公司 User data storage method and device
CN109299143A (en) * 2018-11-28 2019-02-01 重庆邮电大学 The knowledge fast indexing method in the data interoperation knowledge on testing library based on Redis caching
CN109522116A (en) * 2018-10-11 2019-03-26 北京达佳互联信息技术有限公司 A kind of object concern method, apparatus and server
CN110197181A (en) * 2019-05-31 2019-09-03 烽火通信科技股份有限公司 A kind of cable character detection method and system based on OCR
CN110209677A (en) * 2018-02-06 2019-09-06 北京京东尚科信息技术有限公司 The method and apparatus of more new data
CN111488392A (en) * 2020-04-16 2020-08-04 北京思特奇信息技术股份有限公司 Query method, system and electronic equipment
CN112422668A (en) * 2020-11-10 2021-02-26 北京百度网讯科技有限公司 Storage method and device for network community, electronic equipment and readable medium
CN113096002A (en) * 2021-04-02 2021-07-09 联捷计算科技(深圳)有限公司 Video frame scale transformation heterogeneous system and method and storage medium
CN113268363A (en) * 2021-06-16 2021-08-17 中移(杭州)信息技术有限公司 Call tracking method, device, server and storage medium based on global capability
CN113821492A (en) * 2020-06-19 2021-12-21 北京国电思达科技有限公司 Redis-based fan data read-write method, device, system and medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5737536A (en) * 1993-02-19 1998-04-07 Borland International, Inc. System and methods for optimized access in a multi-user environment
CN101034997A (en) * 2006-03-09 2007-09-12 新数通兴业科技(北京)有限公司 Method and system for accurately publishing the data information
CN101242356A (en) * 2007-12-06 2008-08-13 中兴通讯股份有限公司 Realization method and IPTV system for memory database in IPTV system
CN102073690A (en) * 2010-12-16 2011-05-25 四川川大智胜软件股份有限公司 Memory database supporting historical Key information
CN102411632A (en) * 2011-12-27 2012-04-11 北京人大金仓信息技术股份有限公司 Chain table-based memory database page type storage method
CN103955486A (en) * 2014-04-14 2014-07-30 五八同城信息技术有限公司 Distributed service system as well as data updating method and data query method thereof
CN104424263A (en) * 2013-08-29 2015-03-18 腾讯科技(深圳)有限公司 Data recording method and data recording device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5737536A (en) * 1993-02-19 1998-04-07 Borland International, Inc. System and methods for optimized access in a multi-user environment
CN101034997A (en) * 2006-03-09 2007-09-12 新数通兴业科技(北京)有限公司 Method and system for accurately publishing the data information
CN101242356A (en) * 2007-12-06 2008-08-13 中兴通讯股份有限公司 Realization method and IPTV system for memory database in IPTV system
CN102073690A (en) * 2010-12-16 2011-05-25 四川川大智胜软件股份有限公司 Memory database supporting historical Key information
CN102411632A (en) * 2011-12-27 2012-04-11 北京人大金仓信息技术股份有限公司 Chain table-based memory database page type storage method
CN104424263A (en) * 2013-08-29 2015-03-18 腾讯科技(深圳)有限公司 Data recording method and data recording device
CN103955486A (en) * 2014-04-14 2014-07-30 五八同城信息技术有限公司 Distributed service system as well as data updating method and data query method thereof

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108885639A (en) * 2016-03-29 2018-11-23 斯纳普公司 Properties collection navigation and automatic forwarding
US11729252B2 (en) 2016-03-29 2023-08-15 Snap Inc. Content collection navigation and autoforwarding
CN107315751A (en) * 2016-04-26 2017-11-03 北京京东尚科信息技术有限公司 Multidimensional data query method and device
CN107092701A (en) * 2017-05-02 2017-08-25 山东浪潮通软信息科技有限公司 The data processing method and device of a kind of Multidimensional Data Model
CN108989245A (en) * 2017-06-02 2018-12-11 北京云中融信网络科技有限公司 User data storage method and device
CN108989245B (en) * 2017-06-02 2022-03-29 北京云中融信网络科技有限公司 User data storage method and device
CN107679203A (en) * 2017-10-12 2018-02-09 广州华多网络科技有限公司 A kind of Redis internal databases call method and system
CN107679203B (en) * 2017-10-12 2020-11-13 广州华多网络科技有限公司 Redis internal database calling method and system
CN108182152A (en) * 2017-11-28 2018-06-19 深圳市丰巢科技有限公司 A kind of local cache based on Redis refreshes implementation method and device
CN110209677A (en) * 2018-02-06 2019-09-06 北京京东尚科信息技术有限公司 The method and apparatus of more new data
CN108897767A (en) * 2018-05-24 2018-11-27 努比亚技术有限公司 A kind of data query method and system
CN109522116B (en) * 2018-10-11 2020-11-10 北京达佳互联信息技术有限公司 Object attention method, device and server
CN109522116A (en) * 2018-10-11 2019-03-26 北京达佳互联信息技术有限公司 A kind of object concern method, apparatus and server
CN109299143B (en) * 2018-11-28 2022-03-22 重庆邮电大学 Knowledge fast indexing method of data interoperation test knowledge base based on Redis cache
CN109299143A (en) * 2018-11-28 2019-02-01 重庆邮电大学 The knowledge fast indexing method in the data interoperation knowledge on testing library based on Redis caching
CN110197181A (en) * 2019-05-31 2019-09-03 烽火通信科技股份有限公司 A kind of cable character detection method and system based on OCR
CN110197181B (en) * 2019-05-31 2021-04-30 烽火通信科技股份有限公司 Cable character detection method and system based on OCR
CN111488392B (en) * 2020-04-16 2023-07-07 北京思特奇信息技术股份有限公司 Query method, query system and electronic equipment
CN111488392A (en) * 2020-04-16 2020-08-04 北京思特奇信息技术股份有限公司 Query method, system and electronic equipment
CN113821492A (en) * 2020-06-19 2021-12-21 北京国电思达科技有限公司 Redis-based fan data read-write method, device, system and medium
CN112422668B (en) * 2020-11-10 2023-04-07 北京百度网讯科技有限公司 Storage method and device for network community, electronic equipment and readable medium
CN112422668A (en) * 2020-11-10 2021-02-26 北京百度网讯科技有限公司 Storage method and device for network community, electronic equipment and readable medium
CN113096002A (en) * 2021-04-02 2021-07-09 联捷计算科技(深圳)有限公司 Video frame scale transformation heterogeneous system and method and storage medium
CN113268363A (en) * 2021-06-16 2021-08-17 中移(杭州)信息技术有限公司 Call tracking method, device, server and storage medium based on global capability
CN113268363B (en) * 2021-06-16 2024-04-09 中移(杭州)信息技术有限公司 Global capability-based call tracking method, device, server and storage medium

Also Published As

Publication number Publication date
CN105260475B (en) 2019-08-16

Similar Documents

Publication Publication Date Title
CN105260475A (en) Data searching method, data saving method and related equipment
CN105282245B (en) Cross-server message push system and method
CN105426442B (en) Distributed database based message data management method and system
CN105426403A (en) Bookmark synchronization method and apparatus
CN105357370A (en) Chat message positioning method and terminal
CN105511738A (en) Method and device for regulating image processing menu
CN104883658A (en) Virtual card information processing method and system
CN105354057A (en) Information processing method and server
CN105187521A (en) Service processing device and method
CN104731512A (en) Method, device and terminal for sharing pictures
CN106484470A (en) The processing method of application program installation kit, device and server
CN105306457A (en) Data caching device and method
CN104991834A (en) Data recycle method and mobile terminal
CN104731927A (en) Sound recording file classifying method and system
CN105335517A (en) Method and terminal for selecting heat multimedia
CN104657181A (en) Method and device for mounting application program
CN105262819A (en) Mobile terminal and method thereof for achieving push
CN105404953A (en) Identification generation method and apparatus
CN105262821A (en) Interface management apparatus and method
CN105094893A (en) Method, equipment and system for installing payment application program
CN105245703A (en) Mobile terminal and method for storing files in classification way
CN104898940A (en) Picture processing method and device
CN104661095A (en) Audio and video data recommendation method and system
CN104994121A (en) Method and device for pushing notification messages
CN105205159A (en) Automatic information feedback device and method

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