WO2022082892A1 - Procédé et appareil d'analyse de mégadonnées, et dispositif informatique et support de stockage associés - Google Patents

Procédé et appareil d'analyse de mégadonnées, et dispositif informatique et support de stockage associés Download PDF

Info

Publication number
WO2022082892A1
WO2022082892A1 PCT/CN2020/127948 CN2020127948W WO2022082892A1 WO 2022082892 A1 WO2022082892 A1 WO 2022082892A1 CN 2020127948 W CN2020127948 W CN 2020127948W WO 2022082892 A1 WO2022082892 A1 WO 2022082892A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
cache server
analysis
big data
cache
Prior art date
Application number
PCT/CN2020/127948
Other languages
English (en)
Chinese (zh)
Inventor
彭加山
彭晓芳
Original Assignee
苏州莱锦机电自动化有限公司
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 苏州莱锦机电自动化有限公司 filed Critical 苏州莱锦机电自动化有限公司
Publication of WO2022082892A1 publication Critical patent/WO2022082892A1/fr

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/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • 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
    • 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/248Presentation of query results

Definitions

  • the embodiments of the present invention relate to the technical field of big data analysis, in particular to a big data analysis method, system, computer equipment and storage medium thereof.
  • the purpose of the embodiments of the present invention is to provide a big data analysis method, a system, a computer device and a storage medium thereof, so as to solve the problems raised in the above background art.
  • a big data analysis method includes the following steps:
  • the corresponding analysis result data is called in the data cache server as the query result according to the parameters of the data query request, and the query result is output to the front-end for visual display.
  • the distributed database is an Hbase database.
  • the step of caching the analysis result configuration data cache server includes:
  • the analysis result data in the second cache server is transferred to the first cache server.
  • the step of caching the analysis result configuration data cache server further includes:
  • the step of caching the analysis result configuration data cache server further includes:
  • Big data analysis system the system includes:
  • the acquisition unit is used to acquire the big data information accessed by the user within the target time period
  • the storage unit is configured to store the big data information in a distributed database by time slices;
  • an execution unit configured to perform a data analysis task on the big data information stored in the distributed database based on a predetermined rule to obtain an analysis result
  • the cache unit is configured to cache the analysis result configuration data cache server;
  • the output unit is used to call the corresponding analysis result data in the data cache server as the query result according to the parameters of the data query request when the front-end data query request is obtained, and output the query result to the front-end and visualize it exhibit.
  • the cache unit includes:
  • the configuration module is used to configure the first cache server and the second cache server;
  • the storage module is configured to store the analysis result data whose access times are not greater than a preset threshold in the second cache server;
  • a transfer module configured to transfer the analysis result data to the first cache server when the access times of the analysis result data in the second cache server is greater than a preset threshold.
  • a computer device comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, the processor implementing the steps of the method when executing the computer program.
  • a storage medium storing a computer program, the computer program implementing the steps of the method when executed by the processor.
  • the big data analysis method obtains the big data information accessed by the user within the target time period; stores the big data information in a distributed database by time slices; Predetermined rules perform data analysis tasks on the big data information stored in the distributed database to obtain analysis results; configure a data cache server to cache the analysis results; and when the front-end data query request is obtained, according to the data query
  • the requested parameters call the corresponding analysis result data in the data cache server as the query result, and output the query result to the front end and display it visually, which can reduce the burden on the processor of the big data analysis system, improve the user's access speed, and avoid generating Access to the situation of stuck, to ensure the smoothness of user access.
  • FIG. 1 is an architectural diagram of a big data analysis method applicable to an embodiment of the present invention provided by an embodiment of the present invention.
  • FIG. 2 is an implementation flowchart of the big data analysis method provided in Embodiment 1 of the present invention.
  • FIG. 3 is an implementation flowchart of the big data analysis method provided in Embodiment 2 of the present invention.
  • FIG. 4 is an implementation flowchart of the big data analysis method provided in Embodiment 3 of the present invention.
  • FIG. 5 is an implementation flowchart of the big data analysis method provided in Embodiment 4 of the present invention.
  • FIG. 6 is a structural block diagram of a big data analysis system according to Embodiment 5 of the present invention.
  • FIG. 7 is a structural block diagram of a cache unit in a big data analysis system according to Embodiment 6 of the present invention.
  • the big data information accessed by the user within the target time period is obtained; the big data information is stored in the distributed database by time slices; and then based on predetermined rules, the data is stored in the distributed database Execute data analysis task on the big data information of the database to obtain the analysis result; configure the data cache server to cache the analysis result; and when the front-end data query request is obtained, call the data cache server according to the parameters of the data query request.
  • the corresponding analysis result data is used as the query result, and the query result is output to the front end for visual display, which can reduce the burden on the processor of the big data analysis system, improve the user's access speed, avoid access jams, and ensure smooth user access. sex.
  • FIG. 1 shows an exemplary system architecture diagram to which an embodiment of the big data analysis method of the present disclosure can be applied.
  • the system architecture may include terminals, distributed databases and cache servers.
  • the user can use the terminal to interact with the cache server through the network to receive or send messages and so on.
  • Terminals can be hardware or software.
  • the terminal When the terminal is hardware, it can be various electronic devices with communication functions, including but not limited to smart phones, tablet computers, e-book readers, MP3 players, MP4 players, laptop computers and desktop computers, etc. .
  • the terminal When the terminal is software, it can be installed in the electronic devices listed above. It can be implemented as a plurality of software or software modules, and can also be implemented as a single software or software module. There is no specific limitation here.
  • the cache server may be hardware or software.
  • the server can be implemented as a distributed server cluster composed of multiple servers, or can be implemented as a single server.
  • the server is software, it may be implemented as multiple software or software modules, or may be implemented as a single software or software module. There is no specific limitation here.
  • terminals and servers in FIG. 1 are merely illustrative. There can be any number of terminal devices, networks and servers according to implementation needs.
  • Embodiment 1 The embodiment of the present invention provides a big data analysis method.
  • FIG. 2 shows a flow of an embodiment of a big data analysis method. This embodiment is mainly illustrated by applying the method to an electronic device having a certain computing capability, and the electronic device may be the terminal shown in FIG. 1 .
  • the big data analysis method includes the following steps:
  • Step S100 acquiring the big data information accessed by the user within the target time period
  • step S100 when a user uses a terminal to perform search access, the terminal acquires data of the user's search access within a target time period, and stores the time node and text information of the data, and stores the data.
  • the time node information and text information are sent through the network.
  • the network may be the medium used to provide the communication link between the terminal and the server.
  • the network may include various connection types, such as wired, wireless communication links, or fiber optic cables, etc., without limitation.
  • Step S200 storing the big data information in a distributed database by time slices
  • the time slice may be set to one week as required, and the big data called by the server will be overwritten by the new big data after one week, thereby realizing the updating of the big data.
  • the integrity verification and legality verification of the big data are also included.
  • Step S300 performing a data analysis task on the big data information stored in the distributed database based on a predetermined rule to obtain an analysis result
  • Step S400 Cache the analysis result configuration data cache server
  • Step S500 When the data query request from the front end is obtained, call the corresponding analysis result data in the data cache server as the query result according to the parameters of the data query request, and output the query result to the front end for visual display.
  • step S500 the visual display uses the display screen of the terminal to display the output query result, so that the user can obtain the query result.
  • the distributed database is an Hbase database
  • the big data is stored in the form of row keys (rowkeys) and column names.
  • the integrity verification and legality verification of the big data are also included, wherein the integrity verification is completed by redis in the network system. Send big data to the server to complete legality verification locally.
  • Redis is an open-source, network-supporting log-type, key-value database that can be memory-based or persistent.
  • FIG. 3 discloses a schematic flowchart of step S400 of configuring a data cache server to cache the analysis result in the big data analysis method provided by the embodiment of the present invention, wherein the data cache server is configured for the analysis result.
  • the step S400 of caching includes:
  • Step S401 configure the first cache server and the second cache server
  • Step S402 Store the analysis result data whose access times are not greater than a preset threshold in the second cache server;
  • Step S403 When the access times of the analysis result data in the second cache server is greater than a preset threshold, transfer the analysis result data to the first cache server.
  • step S400 of configuring a data cache server to cache the analysis result two cache servers are configured to store cached data with more access times and less access times respectively, and the two cache servers adopt independent elimination strategies for data storage. Elimination can avoid inaccurate judgment of the single-cache server, and eliminate some data expected to be cached, thereby effectively improving the accuracy of cached data.
  • FIG. 4 discloses a schematic flowchart of a further description of step S400 of configuring a data cache server to cache the analysis result in the big data analysis method provided by the embodiment of the present invention.
  • the step S400 of caching the analysis result configuration data cache server further includes:
  • Step S4401 Eliminate the analysis result data with the earliest access time in the first cache server
  • Step S4501 Transfer the analysis result data eliminated in the first cache server to the second cache server;
  • Step S4601 Clear the analysis result data with the earliest storage time in the second cache server.
  • data elimination is performed after the data storage of the first cache server is full.
  • the data with the farthest access time from the current time in the first cache server within a preset period of time is obtained, and the data with the earliest access time within the preset time period is preferentially eliminated, and the eliminated data can be transferred to the second cache server.
  • FIG. 5 discloses a schematic flowchart of a further description of step S400 of configuring a data cache server to cache the analysis result in the big data analysis method provided by the embodiment of the present invention.
  • the step S400 of caching the analysis result configuration data cache server further includes:
  • Step S4401 Eliminate the analysis result data with the least access times within the preset time in the first cache server
  • Step S4502 Transfer the analysis result data eliminated in the first cache server to the second cache server;
  • Step S4602 Clear the analysis result data with the earliest storage time in the second cache server.
  • data elimination is performed after the data storage of the first cache server is full.
  • the number of times that each data in the first cache server is accessed within a preset period of time is obtained, and the data with the least number of visits within the preset period of time is preferentially eliminated, and the eliminated data can be transferred to the second cache server.
  • Embodiment 5 The embodiment of the present invention provides a big data analysis system 600 .
  • FIG. 6 is a structural block diagram of a big data analysis system according to Embodiment 5 of the present invention.
  • the big data analysis system 600 includes:
  • the obtaining unit 601 is used to obtain the big data information accessed by the user within the target time period;
  • a storage unit 602 which is configured to store the big data information in a distributed database by time slices;
  • the time slicing can be set to one week as required, and the big data called by the server will be covered by the new big data after one week, so as to realize the updating of the big data.
  • the integrity verification and legality verification of the big data are also included.
  • the distributed database is an Hbase database
  • the big data is stored in the form of row keys (rowkeys) and column names.
  • the integrity verification and legality verification of the big data are also included, wherein the integrity verification is completed by redis in the network system. Send big data to the server to complete legality verification locally.
  • an execution unit 603 the execution unit is configured to perform a data analysis task on the big data information stored in the distributed database based on a predetermined rule, and obtain an analysis result;
  • the cache unit is configured to cache the analysis result configuration data cache server;
  • Output unit 605 the output unit is used to call the corresponding analysis result data in the data cache server as the query result according to the parameters of the data query request when the front-end data query request is obtained, and output the query result to the front-end and perform the query.
  • Visual display the output unit is used to call the corresponding analysis result data in the data cache server as the query result according to the parameters of the data query request when the front-end data query request is obtained, and output the query result to the front-end and perform the query.
  • FIG. 7 shows a structural block diagram of the cache unit 604 in the big data analysis system provided by Embodiment 6 of the present invention.
  • the cache unit 604 includes:
  • a configuration module 6041 the configuration module is used to configure the first cache server and the second cache server;
  • a storage module 6042 the storage module is configured to store the analysis result data whose access times are not greater than a preset threshold in the second cache server;
  • Transfer module 6043 the transfer module is configured to transfer the analysis result data to the first cache server when the access times of the analysis result data in the second cache server is greater than a preset threshold.
  • the cache unit 604 configures two cache servers to store cached data with more visits and fewer visits respectively, and the two cache servers adopt independent elimination strategies to eliminate data, which can avoid inaccurate judgment of a single cache server, and use Some expect cached data eviction, thereby effectively improving the accuracy of cached data.
  • Embodiment 7 of the present invention further provides a computer device, where the computer device includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor executes The computer program implements the steps of the big data analysis method.
  • Embodiment 8 of the present invention further provides a storage medium, where a computer program is stored in the storage medium, and when the computer program is executed by a processor, the steps of the big data analysis method are implemented.
  • a computer program may be divided into one or more modules, and the one or more modules are stored in a memory and executed by a processor to accomplish the present invention.
  • One or more modules may be a series of computer program instruction segments capable of accomplishing specific functions, and the instruction segments are used to describe the execution process of the computer program in the terminal device.
  • the above-mentioned computer program can be divided into units or modules of the berth status display system provided by each of the above-mentioned system embodiments.
  • the above description of the terminal device is only an example, and does not constitute a limitation on the terminal device, and may include more or less components than the above description, or combine some components, or different components, such as It can include input and output devices, network access devices, buses, etc.
  • the processor may be a central processing unit, or other general-purpose processors, digital signal processors, application-specific integrated circuits, off-the-shelf programmable gate arrays or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc. .
  • the general-purpose processor can be a microprocessor or the processor can also be any conventional processor, etc.
  • the above-mentioned processor is the control center of the above-mentioned terminal equipment, and uses various interfaces and lines to connect various parts of the entire user terminal.
  • the above-mentioned memory can be used to store computer programs and/or modules, and the above-mentioned processor implements various functions of the above-mentioned terminal device by running or executing the computer programs and/or modules stored in the memory and calling the data stored in the memory.
  • the memory can mainly include a stored program area and a stored data area, wherein the stored program area can store the operating system, application programs required for at least one function (such as information collection template display function, product information release function, etc.), etc.; Store the data created according to the use of the berth status display system (such as product information collection templates corresponding to different product types, product information that different product providers need to publish, etc.), etc.
  • the memory may include high-speed random access memory, and may also include non-volatile memory such as hard disks, internal memory, plug-in hard disks, smart memory cards, secure digital cards, flash memory cards, at least one magnetic disk storage device, flash memory devices, or other volatile solid-state storage devices.
  • non-volatile memory such as hard disks, internal memory, plug-in hard disks, smart memory cards, secure digital cards, flash memory cards, at least one magnetic disk storage device, flash memory devices, or other volatile solid-state storage devices.
  • modules/units integrated in the terminal equipment are implemented in the form of software functional units and sold or used as independent products, they may be stored in a computer-readable storage medium.
  • the present invention realizes all or part of the modules/units in the system of the above-mentioned embodiments, and can also be completed by instructing the relevant hardware through a computer program, and the above-mentioned computer program can be stored in a computer-readable storage medium, the When the computer program is executed by the processor, the functions of the above-described various system embodiments can be realized.
  • the computer program includes computer program code
  • the computer program code may be in the form of source code, object code, executable file or some intermediate forms, and the like.
  • Computer readable media may include: any entity or device capable of carrying computer program code, recording media, USB flash drives, removable hard disks, magnetic disks, optical discs, computer memory, read-only memory, random access memory, electrical carrier signals, telecommunication signals and software distribution media.
  • the big data analysis method and big data analysis system obtain the big data information accessed by users within the target time period; and store the big data information in a distributed database by time slices Then perform data analysis task on the big data information stored in the distributed database based on predetermined rules, and obtain the analysis result; configure the data cache server to cache the analysis result; and when obtaining the front-end data query request, According to the parameters of the data query request, the corresponding analysis result data is called in the data cache server as the query result, and the query result is output to the front end for visual display, which can reduce the burden on the processor of the big data analysis system and improve the user's access speed. , to avoid access freezes and ensure the smoothness of user access.
  • the computer program product includes one or more computer instructions.
  • the computer program instructions When the computer program instructions are loaded and executed on a computer, all or part of the processes or functions described in the embodiments of the present invention are generated.

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)
  • Computing Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

Procédé et appareil de traitement de mégadonnées médicales, et dispositif informatique et support de stockage associés, appartenant au domaine technique de l'analyse de mégadonnées. Ledit procédé comprend : l'acquisition de mégadonnées auxquelles un utilisateur a accédé dans une période cible (S100) ; la segmentation des mégadonnées en fonction du temps et le stockage de celles-ci dans une base de données distribuée (S200) ; sur la base d'une règle prédéterminée, l'exécution d'une tâche d'analyse de données sur les informations de mégadonnées stockées dans la base de données distribuée, de manière à obtenir des résultats d'analyse (S300) ; la configuration d'un serveur de mise en mémoire tampon de données pour mettre en mémoire tampon les résultats d'analyse (S400) ; et lorsqu'une demande d'interrogation de données d'une extrémité avant est acquise, l'appel, en fonction de paramètres de la demande d'interrogation de données, des données de résultat d'analyse correspondantes dans le serveur de mise en mémoire tampon de données en tant que résultat d'interrogation, et la délivrance du résultat d'interrogation à l'extrémité avant et la réalisation d'un affichage visuel (S500). La présente invention peut réduire la charge d'un processeur d'un système d'analyse de mégadonnées, augmenter la vitesse d'accès d'un utilisateur, éviter l'apparition d'un accès bloqué et garantir un accès utilisateur régulier.
PCT/CN2020/127948 2020-10-20 2020-11-11 Procédé et appareil d'analyse de mégadonnées, et dispositif informatique et support de stockage associés WO2022082892A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202011127437.3 2020-10-20
CN202011127437.3A CN112269830A (zh) 2020-10-20 2020-10-20 大数据分析方法、系统、计算机设备及其存储介质

Publications (1)

Publication Number Publication Date
WO2022082892A1 true WO2022082892A1 (fr) 2022-04-28

Family

ID=74341583

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/127948 WO2022082892A1 (fr) 2020-10-20 2020-11-11 Procédé et appareil d'analyse de mégadonnées, et dispositif informatique et support de stockage associés

Country Status (2)

Country Link
CN (1) CN112269830A (fr)
WO (1) WO2022082892A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115145712A (zh) * 2022-09-06 2022-10-04 云账户技术(天津)有限公司 对外服务平台的接口调用方法、装置、设备及介质
CN116489178A (zh) * 2023-04-25 2023-07-25 安徽亚高科技有限公司 一种分布式存储通讯信息的方法及装置

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114860774A (zh) * 2022-05-19 2022-08-05 宁波奥克斯电气股份有限公司 空调器的大数据实时分析方法、系统、存储介质和空调器
CN115033603A (zh) * 2022-06-16 2022-09-09 支付宝(杭州)信息技术有限公司 一种数据存储、数据查询方法及装置
CN114880362A (zh) * 2022-07-08 2022-08-09 中化现代农业有限公司 数据分析系统

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140067920A1 (en) * 2012-08-31 2014-03-06 International Business Machines Corporation Data analysis system
CN108268468A (zh) * 2016-12-30 2018-07-10 北京京东尚科信息技术有限公司 一种大数据的分析方法及系统
CN109359095A (zh) * 2018-09-11 2019-02-19 东华大学 一种大数据快速读取的dlk方法
CN110489427A (zh) * 2019-08-26 2019-11-22 杭州城市大数据运营有限公司 一种数据查询方法、装置、计算机设备和存储介质
CN111046083A (zh) * 2019-12-13 2020-04-21 北京中电普华信息技术有限公司 一种数据分析方法、系统及大数据平台
CN111737325A (zh) * 2020-05-25 2020-10-02 南京华盾电力信息安全测评有限公司 一种基于大数据技术的电力数据分析方法和装置

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140067920A1 (en) * 2012-08-31 2014-03-06 International Business Machines Corporation Data analysis system
CN108268468A (zh) * 2016-12-30 2018-07-10 北京京东尚科信息技术有限公司 一种大数据的分析方法及系统
CN109359095A (zh) * 2018-09-11 2019-02-19 东华大学 一种大数据快速读取的dlk方法
CN110489427A (zh) * 2019-08-26 2019-11-22 杭州城市大数据运营有限公司 一种数据查询方法、装置、计算机设备和存储介质
CN111046083A (zh) * 2019-12-13 2020-04-21 北京中电普华信息技术有限公司 一种数据分析方法、系统及大数据平台
CN111737325A (zh) * 2020-05-25 2020-10-02 南京华盾电力信息安全测评有限公司 一种基于大数据技术的电力数据分析方法和装置

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115145712A (zh) * 2022-09-06 2022-10-04 云账户技术(天津)有限公司 对外服务平台的接口调用方法、装置、设备及介质
CN116489178A (zh) * 2023-04-25 2023-07-25 安徽亚高科技有限公司 一种分布式存储通讯信息的方法及装置
CN116489178B (zh) * 2023-04-25 2023-09-22 安徽亚高科技有限公司 一种分布式存储通讯信息的方法及装置

Also Published As

Publication number Publication date
CN112269830A (zh) 2021-01-26

Similar Documents

Publication Publication Date Title
WO2022082892A1 (fr) Procédé et appareil d'analyse de mégadonnées, et dispositif informatique et support de stockage associés
CN110622152B (zh) 用于查询时间序列数据的可扩展数据库系统
US9817879B2 (en) Asynchronous data replication using an external buffer table
CN109947668B (zh) 存储数据的方法和装置
CN109379395B (zh) 一种接口数据缓存设置方法及终端设备
CN108629029B (zh) 一种应用于数据仓库的数据处理方法和装置
CN110119304B (zh) 一种中断处理方法、装置及服务器
JP2020531949A (ja) ブロックチェーン内のデータベース・ハッシュコードの遅延更新
CN113391765A (zh) 基于分布式存储系统的数据存储方法、装置、设备及介质
CN108536617B (zh) 缓存管理方法、介质、系统和电子设备
CN108363741B (zh) 大数据统一接口方法、装置、设备及存储介质
US20200349081A1 (en) Method, apparatus and computer program product for managing metadata
CN111125107A (zh) 数据处理方法、装置、电子设备和介质
US20220413906A1 (en) Method, device, and program product for managing multiple computing tasks based on batch
CN117762898A (zh) 数据迁移方法、装置、设备及存储介质
CN112182111A (zh) 基于区块链的分布式系统分层处理方法和电子设备
CN107169115A (zh) 添加自定义分词的方法及装置
CN113779412B (zh) 一种基于区块链网络的消息触达方法、节点和系统
CN111984723A (zh) 数据同步方法、装置及终端设备
CN113688160A (zh) 数据处理方法、处理装置、电子设备及存储介质
US11455309B2 (en) Partition key adjustment based on query workload
CN112100211B (zh) 数据存储方法、装置、电子设备和计算机可读介质
US9852142B2 (en) Method for EN passant workload shift detection
CN114756173A (zh) 文件合并的方法、系统、设备和计算机可读介质
CN114780361A (zh) 日志生成方法、装置、计算机系统及可读存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20958470

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20958470

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 241023)