CN112835929A - User management method, system and storage medium - Google Patents

User management method, system and storage medium Download PDF

Info

Publication number
CN112835929A
CN112835929A CN202110117594.4A CN202110117594A CN112835929A CN 112835929 A CN112835929 A CN 112835929A CN 202110117594 A CN202110117594 A CN 202110117594A CN 112835929 A CN112835929 A CN 112835929A
Authority
CN
China
Prior art keywords
cache
user
identification
internal
search result
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110117594.4A
Other languages
Chinese (zh)
Inventor
彭军
冯昕
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Aspire Digital Technologies Shenzhen Co Ltd
Original Assignee
Aspire Digital Technologies Shenzhen 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 Aspire Digital Technologies Shenzhen Co Ltd filed Critical Aspire Digital Technologies Shenzhen Co Ltd
Priority to CN202110117594.4A priority Critical patent/CN112835929A/en
Publication of CN112835929A publication Critical patent/CN112835929A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2453Query optimisation
    • 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/2291User-Defined Types; Storage management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management

Landscapes

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

Abstract

The application discloses a user management method, a user management system and a storage medium. The user management method comprises the following steps: receiving a user identification; converting the user identification into an internal identification; searching the cache according to the internal identification to obtain a search result; obtaining corresponding user information according to the search result; the cache comprises a service cache, a system cache and a database cache, and the corresponding relation between the user identifier and the internal identifier is prestored in the cache. According to the method and the device, the user identification is converted into the internal identification, and the corresponding relation is stored, so that the requirement on the storage space of the database is greatly reduced; corresponding user information is searched in the cache, so that the management efficiency is improved, and the database operation is greatly reduced.

Description

User management method, system and storage medium
Technical Field
The present application relates to the field of internet technologies, and in particular, to a user management method, system, and storage medium.
Background
In the related technology, when a business system performs daily business operation, user identification and grouping identification are often stored in a database together, and the storage space is required to be large; when information is searched, each group is required to be sequentially inquired, the inquiry efficiency is low, and the requirement on the design of a service system is high.
Disclosure of Invention
The present application is directed to solving at least one of the problems in the prior art. Therefore, the user management method is provided, the data query efficiency can be improved, and the requirement of the data storage space is greatly reduced.
The application also provides a user management system with the user management method.
The present application also provides a computer-readable storage medium.
The user management method according to the embodiment of the first aspect of the application comprises the following steps:
receiving a user identification;
converting the user identification into an internal identification;
searching the cache according to the internal identification to obtain a search result;
obtaining corresponding user information according to the search result;
the cache comprises a service cache, a system cache and a database cache, and the corresponding relation between the user identifier and the internal identifier is prestored in the cache.
The user management method according to the embodiment of the application has at least the following beneficial effects: the user identification is converted into the internal identification, and the corresponding relation is stored, so that the requirement on the storage space of the database is greatly reduced; corresponding user information is searched in the cache, so that the management efficiency is improved, and the database operation is greatly reduced.
According to some embodiments of the application, the converting the user identity into an internal identity comprises: generating a bit array according to the data volume of the user identification; converting the user identification into an internal identification; and storing the internal identification in the bit array.
According to some embodiments of the present application, the searching the cache according to the internal identifier to obtain a search result includes: searching in the service cache according to the internal identifier to obtain a first searching result; searching in the system cache according to the first search result to obtain a second search result; searching in the database cache according to the second search result to obtain a third search result; and obtaining the user information according to the first search result, the second search result and the third search result.
According to some embodiments of the present application, the searching the cache according to the internal identifier to obtain a search result further includes: self-defining a query condition; searching in a service cache, a system cache and a database cache according to the query condition to obtain a search result; and obtaining the storage position of the user identification according to the search result.
According to some embodiments of the application, further comprising: importing the user identification through an accessory; performing grouping conversion processing on the user identification to generate the internal identification and obtain a grouping conversion result; uploading the packet conversion result to the management platform; the grouping conversion result comprises the corresponding relation between the user identification and the internal identification and the grouping position of the internal identification.
According to some embodiments of the application, further comprising: and writing the internal identification into the persistence equipment according to the packet conversion result.
A user management system according to an embodiment of the second aspect of the present application includes:
the service interface module is used for receiving and searching the user identification;
the data conversion module is in communication connection with the service interface module and is used for converting the user identifier into an internal identifier;
the data cache module is in communication connection with the data conversion module and is used for storing the corresponding relation between the user identification and the internal identification in a cache;
the cache comprises a service cache, a system cache and a database cache.
The user management system according to the embodiment of the application has at least the following beneficial effects: the user representation is received and searched through the service interface module, the user identification is converted into the internal identification through the data conversion module, and the corresponding relation is stored, so that the requirement on the storage space of the database is greatly reduced; the corresponding relation between the user identification and the internal identification is stored through the data cache module, and the corresponding user information is searched in the cache, so that the management efficiency is improved, and the operation of the database is greatly reduced.
According to some embodiments of the present application, the service interface module is further configured to perform a call operation, where the call operation includes importing, exporting, and managing.
According to some embodiments of the application, further comprising: and the persistent storage module is in communication connection with the data caching module and is used for permanently storing the internal identification.
According to the third aspect of the present application, the computer-readable storage medium stores computer-executable instructions for causing a computer to execute the user management method according to the first aspect of the present application.
Additional aspects and advantages of the present application will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the present application.
Drawings
The present application is further described with reference to the following figures and examples, in which:
fig. 1 is a schematic flowchart of a user management method according to an embodiment of the present application;
FIG. 2 is a schematic flowchart of step S200 in FIG. 1;
FIG. 3 is a schematic flowchart of step S300 in FIG. 1;
FIG. 4 is a schematic view of another specific flowchart of step S300 in FIG. 1;
fig. 5 is a schematic flowchart of another user management method according to an embodiment of the present application;
FIG. 6 is a block diagram of a user management system according to an embodiment of the present application;
fig. 7 is a block diagram of a structure of another user management system according to an embodiment of the present application.
Reference numerals:
the system comprises a service interface module 100, a data conversion module 200, a data caching module 300 and a persistent storage module 400.
Detailed Description
Reference will now be made in detail to embodiments of the present application, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are exemplary only for the purpose of explaining the present application and are not to be construed as limiting the present application.
In the description of the present application, it is to be understood that the positional descriptions, such as the directions of up, down, front, rear, left, right, etc., referred to herein are based on the directions or positional relationships shown in the drawings, and are only for convenience of description and simplification of description, and do not indicate or imply that the referred device or element must have a specific direction, be constructed and operated in a specific direction, and thus, should not be construed as limiting the present application.
In the description of the present application, the meaning of a plurality is one or more, the meaning of a plurality is two or more, and the above, below, exceeding, etc. are understood as excluding the present number, and the above, below, within, etc. are understood as including the present number. If the first and second are described for the purpose of distinguishing technical features, they are not to be understood as indicating or implying relative importance or implicitly indicating the number of technical features indicated or implicitly indicating the precedence of the technical features indicated.
In the description of the present application, unless otherwise expressly limited, terms such as set, mounted, connected and the like should be construed broadly, and those skilled in the art can reasonably determine the specific meaning of the terms in the present application by combining the detailed contents of the technical solutions.
In the description of the present application, reference to the description of the terms "one embodiment," "some embodiments," "an illustrative embodiment," "an example," "a specific example," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present application. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
A user management method according to an embodiment of the present application is described below with reference to fig. 1.
As shown in fig. 1, a user management method according to an embodiment of the present application includes:
step S100: receiving a user identification;
step S200: converting the user identification into an internal identification;
step S300: searching the cache according to the internal identification to obtain a search result;
step S400: and obtaining corresponding user information according to the search result.
The cache comprises a service cache, a system cache and a database cache, and the corresponding relation between the user identifier and the internal identifier is prestored in the cache.
For example, the service interface module receives an externally transmitted user identifier and transmits the user identifier to the data conversion module, and the user identifier may be imported through the accessory or may be manually input, where the user identifier corresponds to user information. And the data conversion module converts the user identifier into an internal identifier after receiving the user identifier, and stores the corresponding relation between the user identifier and the internal identifier in a cache, wherein the cache comprises a service cache, a system cache and a database cache.
Since most of the corresponding relationship between the user id and the internal id is stored in the service cache, when the user information needs to be obtained, the system needs to search whether the user id corresponding to the input internal id exists in the service cache. For example, when it is necessary to obtain certain user information, the user inputs a corresponding internal identifier to the user management system, so as to search whether the user identifier corresponding to the input internal identifier exists in the service cache. If the user identification corresponding to the input internal identification does not exist in the service cache, searching in the system cache; further, if the user identifier corresponding to the input internal identifier is also queried in the system cache, the search is continued in the database cache.
Further, if the user identifier corresponding to the input internal identifier is found in any searching process, corresponding user information is obtained according to a searching result, wherein the user information comprises the name, the mobile phone number, the groups to which the user belongs and the like of the user. According to the user management method, the user identification is converted into the internal identification, and the corresponding relation is stored, so that the requirement on the storage space of the database is greatly reduced; and corresponding user information is obtained by searching in a cache in a grading way, so that the management efficiency is improved, and the database operation is greatly reduced.
In some embodiments of the present application, converting the user identification to the internal identification comprises: generating a bit array according to the data volume of the user identification; converting the user identification into an internal identification; the internal identification is stored in the bit array.
As shown in fig. 2, step S200: converting the user identification into an internal identification, including but not limited to the following steps:
step S210: generating a bit array according to the data volume of the user identification;
step S220: converting the user identification into an internal identification;
step S230: the internal identification is stored in the bit array.
After receiving the user identification, the data conversion module generates a bit array according to the data volume of the user identification, converts the user identification into an internal identification, and finally stores the converted internal identification in bit data. For example, assuming that the amount of user identification data to be processed is SIZE, a long shaping array having a length of SIZE/64+1 is generated as a bit array according to the amount of data. And converting the user identifications into internal identifications, wherein the internal identification corresponding to each user identification occupies one bit of the bit array. If the converted internal identification belongs to the bit array, setting the converted internal identification bit to be 1 on the bit array; if not, it is set to 0. And after all the settings are finished, storing the bit array into a cache. The requirement on database storage can be reduced by setting the bit array, and the grouping import and export of user data can be rapidly realized under the condition of huge data volume.
In some embodiments of the present application, searching the cache according to the internal identifier to obtain a search result, including: searching in a service cache according to the internal identifier to obtain a first searching result; searching in a system cache according to the first search result to obtain a second search result; searching in a database cache according to the second search result to obtain a third search result; and obtaining user information according to the first search result, the second search result and the third search result.
As shown in fig. 3, step S300: searching the cache according to the internal identifier to obtain a search result, including but not limited to the following steps:
step S310: searching in a service cache according to the internal identifier to obtain a first searching result;
step S320: searching in a system cache according to the first search result to obtain a second search result;
step S330: and searching in the database cache according to the second search result to obtain a third search result.
And obtaining user information according to the first search result, the second search result and the third search result.
When the user information needs to be searched, the internal identification is input firstly, the system searches in the cache according to the corresponding relation between the internal identification and the user identification, and most data are stored in the service cache, so that the searching is performed in the service cache firstly.
Searching in the service cache according to the internal identification to obtain a first searching result, and if the first searching result is found, obtaining corresponding user information according to the first searching result; and if the first search result is not queried, outputting the first search result as not queried.
When the first search result is not queried, searching in the system cache, if the first search result is queried, acquiring corresponding user information according to the second search result, and if the first search result is not queried, outputting the second search result as not queried; and when the first search result is queried, stopping searching in the system cache, and outputting a second search result as queried.
When the second search result is not queried, searching in the database cache, if the second search result is queried, acquiring corresponding user information according to a third search result, and if the second search result is not queried, outputting the third query result as not queried; and when the second search result is the searched result, stopping searching in the database cache, and outputting a third result as the searched result. Through three-level query, the management efficiency can be improved, and the operation of the database when the user information is queried is reduced.
In some embodiments of the present application, searching the cache according to the internal identifier to obtain a search result, further including: self-defining a query condition; searching in a service cache, a system cache and a database cache according to the query condition to obtain a search result; and obtaining the storage position of the user identification according to the search result.
As shown in fig. 4, step S300: searching the cache according to the internal identifier to obtain a search result, including but not limited to the following steps:
step S340: self-defining a query condition;
step S350: searching in a service cache, a system cache and a database cache according to the query condition to obtain a search result;
step S360: and obtaining the storage position of the user identification according to the search result.
In some embodiments, in addition to using the internal identifier to look up the cache, the user may also customize the query, including the grammar key, to support complex query. Grammar keywords include AND, OR, exclamation marks, brackets, spaces, AND the like. When the grammar keyword is AND, the search result simultaneously meets two or more self-defined conditions; when the grammar keyword is OR, the search result meets at least one condition in the user-defined query conditions; when the grammar keyword is in parentheses, the search result preferably meets the condition in the parentheses. After the search result is obtained, the storage location of the user identifier and the user information are obtained according to the search result, and it can be understood that other grammar keywords can be set according to the requirement. By customizing the query conditions, the complex query conditions can be supported, and the query requirements of users are met.
In some embodiments of the present application, further comprising: importing a user identifier through an accessory; performing grouping conversion processing on the user identification to generate an internal identification and obtain a grouping conversion result; uploading the packet conversion result to a management platform; the group conversion result comprises the corresponding relation between the user identification and the internal identification and the grouping position of the internal identification.
As shown in fig. 5, the user management method according to the embodiment of the present application further includes:
step S500: importing a user identifier through an accessory;
step S600: performing grouping conversion processing on the user identification to generate an internal identification and obtain a grouping conversion result;
step S700: and uploading the packet conversion result to a management platform.
In some embodiments, a user uploads an attachment through a management platform, introduces a user identifier into a data module, performs grouping conversion processing on the user identifier to generate an internal identifier, thereby obtaining grouping results, i.e., different bit arrays, and writes the bit arrays into a cache. After the packet conversion is finished, the system uploads the import result to the management platform, and when a user inquires information, the user information can be obtained through the management platform.
In some embodiments of the present application, further comprising: and writing the internal identification into the persistence device according to the packet conversion result. For example, after the user identifier is converted into the internal identifier, the internal identifier is saved in a storage device that can be permanently saved, such as a magnetic disk, or the internal identifier is stored in a database or a data file, so that persistent saving of the internal identifier is achieved. By writing the internal identification into the persistence equipment, data can be ensured not to be lost, and a user can conveniently inquire the user information.
An embodiment of the present application further provides a user management system, including: the device comprises a service interface module, a data conversion module and a data cache module. The service interface module is used for receiving and searching user identification; the data conversion module is in communication connection with the service interface module and is used for converting the user identifier into an internal identifier; the data cache module is in communication connection with the data conversion module and is used for storing the corresponding relation between the user identification and the internal identification in a cache; the cache comprises a service cache, a system cache and a database cache.
For example, as shown in fig. 6, the service interface module 100 provides a uniform entry for the invocation of all services, and the service interface module 100 can implement the import and export of the user identifier and also implement the query function. For example, the internal identifier is input, and the user management system stores the corresponding relationship between the user identifier and the internal identifier, so that the system can query the corresponding user identifier according to the internal identifier to obtain the required user information, wherein the user information includes a user name, a mobile phone number and the like.
The data conversion module 200 is communicatively connected to the service interface module 100, and is configured to implement conversion between the user identifier and the internal identifier. The general user identifier is a non-numeric character string or a mobile phone number, and when the mobile phone number is used as the user identifier, a large amount of storage space is often consumed, so that the data conversion module 200 generates a corresponding bit array according to the size of the data volume to be stored, converts the user identifier into an internal identifier, stores the internal identifier in the bit array, and stores the bit array in the cache module for storage.
The data cache module 300 is in communication connection with the data conversion module 200, and in order to accelerate the conversion speed between the user identifier and the internal identifier, the system stores the corresponding relationship between the user identifier and the internal identifier in a cache, where the cache includes a service cache, a system cache, and a database cache. When user inquires user message through user management system, firstly searching in service buffer, if it is not existed, then searching in system buffer, if it is not existed, then searching data base. Through three-level query instead of direct search in the database, database operation is reduced, and management efficiency is improved.
According to the user management system, the service interface module receives and searches the user representation, the data conversion module is used for converting the user identification into the internal identification, and the corresponding relation is stored, so that the requirement on the storage space of the database is greatly reduced; the corresponding relation between the user identification and the internal identification is stored through the data cache module, and the corresponding user information is searched in the cache, so that the management efficiency is improved, and the operation of the database is greatly reduced.
In some embodiments of the present application, the service interface module is further configured to perform a call operation, where the call operation includes importing, exporting, and managing. For example, the user can realize the functions of importing, exporting and managing the user identifier through the service interface module, the user uploads the user identifier in the accessory through the service interface module and imports the user identifier into the data conversion module, and then uploads the imported result to the management platform, and the user can realize the management of the user information through the service interface module.
In some embodiments of the present application, further comprising: and a persistent storage module. The persistent storage module is in communication connection with the data caching module and is used for permanently storing the internal identification. For example, as shown in fig. 7, the persistent storage module 400 is communicatively connected to the data caching module 300, and writes the internal identifier into the persistent device in a packet manner, so as to implement permanent storage of data.
An embodiment of the present application further provides a computer-readable storage medium, where computer-executable instructions are stored, and the computer-executable instructions are used to execute the user management method in any one of the foregoing embodiments of the present application.
One of ordinary skill in the art will appreciate that all or some of the steps, systems, and methods disclosed above may be implemented as software, firmware, hardware, and suitable combinations thereof. Some or all of the physical components may be implemented as software executed by a processor, such as a central processing unit, digital signal processor, or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media). The term computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data, as is well known to those of ordinary skill in the art. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, Digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by a computer. In addition, communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media as known to those skilled in the art.
The embodiments of the present application have been described in detail with reference to the drawings, but the present application is not limited to the embodiments, and various changes can be made within the knowledge of those skilled in the art without departing from the gist of the present application. Furthermore, the embodiments and features of the embodiments of the present application may be combined with each other without conflict.

Claims (10)

1. The user management method is characterized by comprising the following steps:
receiving a user identification;
converting the user identification into an internal identification;
searching the cache according to the internal identification to obtain a search result;
obtaining corresponding user information according to the search result;
the cache comprises a service cache, a system cache and a database cache, and the corresponding relation between the user identifier and the internal identifier is prestored in the cache.
2. The method according to claim 1, wherein the converting the user identifier into an internal identifier comprises:
generating a bit array according to the data volume of the user identification;
converting the user identification into the internal identification;
and storing the internal identification in the bit array.
3. The user management method according to claim 2, wherein the searching the cache according to the internal identifier to obtain a search result includes:
searching in the service cache according to the internal identifier to obtain a first searching result;
searching in the system cache according to the first search result to obtain a second search result;
searching in the database cache according to the second search result to obtain a third search result;
and obtaining the user information according to the first search result, the second search result and the third search result.
4. The user management method according to claim 3, wherein the searching the cache according to the internal identifier to obtain a search result further comprises:
self-defining a query condition;
searching in a service cache, a system cache and a database cache according to the query condition to obtain a search result;
and obtaining the storage position of the user identification according to the search result.
5. The user management method according to claim 4, further comprising:
importing the user identification through an accessory;
performing grouping conversion processing on the user identification to generate the internal identification and obtain a grouping conversion result;
uploading the packet conversion result to a management platform;
the grouping conversion result comprises the corresponding relation between the user identification and the internal identification and the grouping position of the internal identification.
6. The user management method according to claim 5, further comprising:
and writing the internal identification into the persistence equipment according to the packet conversion result.
7. A user management system, comprising:
the service interface module is used for receiving and searching the user identification;
the data conversion module is in communication connection with the service interface module and is used for converting the user identifier into an internal identifier;
the data cache module is in communication connection with the data conversion module and is used for storing the corresponding relation between the user identification and the internal identification in a cache;
the cache comprises a service cache, a system cache and a database cache.
8. The user management system according to claim 7, wherein the service interface module is further configured to perform a call operation, and the call operation includes import, export, and management.
9. The user management system according to claim 7, further comprising:
and the persistent storage module is in communication connection with the data caching module and is used for permanently storing the internal identification.
10. Computer-readable storage medium, characterized in that it stores computer-executable instructions for causing a computer to execute the user management method according to any one of claims 1 to 6.
CN202110117594.4A 2021-01-28 2021-01-28 User management method, system and storage medium Pending CN112835929A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110117594.4A CN112835929A (en) 2021-01-28 2021-01-28 User management method, system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110117594.4A CN112835929A (en) 2021-01-28 2021-01-28 User management method, system and storage medium

Publications (1)

Publication Number Publication Date
CN112835929A true CN112835929A (en) 2021-05-25

Family

ID=75932194

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110117594.4A Pending CN112835929A (en) 2021-01-28 2021-01-28 User management method, system and storage medium

Country Status (1)

Country Link
CN (1) CN112835929A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113590658A (en) * 2021-07-06 2021-11-02 广州汇思信息科技股份有限公司 Cache data processing method and device, computer equipment and storage medium
CN113992460A (en) * 2021-10-22 2022-01-28 北京达佳互联信息技术有限公司 Message sending method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100180208A1 (en) * 2009-01-15 2010-07-15 Kasten Christopher J Server side data cache system
US20110145307A1 (en) * 2009-12-16 2011-06-16 International Business Machines Corporation Directory traversal in a scalable multi-node file system cache for a remote cluster file system
CN109325056A (en) * 2018-08-21 2019-02-12 中国平安财产保险股份有限公司 A kind of big data processing method and processing device, communication equipment
CN109656955A (en) * 2018-12-10 2019-04-19 泰康保险集团股份有限公司 User data query method, system and storage medium
CN110019255A (en) * 2017-07-31 2019-07-16 北京嘀嘀无限科技发展有限公司 Data query method, apparatus, server and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100180208A1 (en) * 2009-01-15 2010-07-15 Kasten Christopher J Server side data cache system
US20110145307A1 (en) * 2009-12-16 2011-06-16 International Business Machines Corporation Directory traversal in a scalable multi-node file system cache for a remote cluster file system
CN110019255A (en) * 2017-07-31 2019-07-16 北京嘀嘀无限科技发展有限公司 Data query method, apparatus, server and storage medium
CN109325056A (en) * 2018-08-21 2019-02-12 中国平安财产保险股份有限公司 A kind of big data processing method and processing device, communication equipment
CN109656955A (en) * 2018-12-10 2019-04-19 泰康保险集团股份有限公司 User data query method, system and storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113590658A (en) * 2021-07-06 2021-11-02 广州汇思信息科技股份有限公司 Cache data processing method and device, computer equipment and storage medium
CN113992460A (en) * 2021-10-22 2022-01-28 北京达佳互联信息技术有限公司 Message sending method and device, electronic equipment and storage medium
CN113992460B (en) * 2021-10-22 2024-08-13 北京达佳互联信息技术有限公司 Message sending method, device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN107784044B (en) Table data query method and device
CN110928874B (en) Information processing method, device and system, electronic equipment and storage medium
CN112835929A (en) User management method, system and storage medium
CN1661597A (en) Wireless search engine and method thereof
US20040203956A1 (en) Method and apparatus for providing wireless messaging
CN108874946B (en) ID management method and device
CN111061678B (en) Service data processing method, device, computer equipment and storage medium
US7801883B2 (en) Method and apparatus for improving data processing speed through storage of record information of identity module
US11323562B2 (en) Communication method for processing crank call
CN111159219B (en) Data management method, device, server and storage medium
CN110472109B (en) Dynamic data quality analysis method and platform system
CN1917510A (en) Method for accessing address list, and system of address list
CN112637043B (en) Message filtering method, system, terminal and storage medium
CN112035413B (en) Metadata information query method, device and storage medium
CN104580421A (en) Server and user group information pushing method adopting same
CN113761016A (en) Data query method, device, equipment and storage medium
CN112685557B (en) Visual information resource management method and device
CN104216919A (en) Method and system for perfecting electronic map data
CN111708828A (en) Tagged data management method, device, equipment and computer readable storage medium
CN111950679A (en) Electronic tag display method and device and computer readable storage medium
CN111858609A (en) Fuzzy query method and device for block chain
CN104468318A (en) Method and server for recovering reverse relationship chain in network communication
CN113608703B (en) Data processing method and device
CN100536508C (en) Method and system for performing color message reporting to enquiry terminal
CN112631642B (en) Intelligent contract upgrading method and device, blockchain node and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination