Movatterモバイル変換


[0]ホーム

URL:


CN112380208A - Method, system and medium for generating real-time data ID of distribution automation system - Google Patents

Method, system and medium for generating real-time data ID of distribution automation system
Download PDF

Info

Publication number
CN112380208A
CN112380208ACN202011129217.4ACN202011129217ACN112380208ACN 112380208 ACN112380208 ACN 112380208ACN 202011129217 ACN202011129217 ACN 202011129217ACN 112380208 ACN112380208 ACN 112380208A
Authority
CN
China
Prior art keywords
mark
time
current
real
expiration time
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
CN202011129217.4A
Other languages
Chinese (zh)
Other versions
CN112380208B (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.)
Zhuhai XJ Electric Co Ltd
Zhuhai Xujizhi Power System Automation Co Ltd
Original Assignee
Zhuhai XJ Electric Co Ltd
Zhuhai Xujizhi Power System Automation 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 Zhuhai XJ Electric Co Ltd, Zhuhai Xujizhi Power System Automation Co LtdfiledCriticalZhuhai XJ Electric Co Ltd
Priority to CN202011129217.4ApriorityCriticalpatent/CN112380208B/en
Publication of CN112380208ApublicationCriticalpatent/CN112380208A/en
Application grantedgrantedCritical
Publication of CN112380208BpublicationCriticalpatent/CN112380208B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Landscapes

Abstract

Translated fromChinese

本发明公开了配电自动化系统的实时数据ID生成方法、系统及介质,该方法包括以下步骤:设置多条标记,每条标记的相关信息包括标记号、过期时间及当前ID,将相关信息保存在实时数据库中;启动ID生成服务,按标记号顺序读取对应的过期时间,根据过期时间检测标记的可用性;第一标记为多条标记中的任意一条,若检测到第一标记为可用的,则读取第一标记的当前ID,并根据第一标记的当前ID计算得到目标ID,将目标ID作为第一标记的当前ID回写到实时数据库中;ID生成服务定时更新第一标记的过期时间。本发明能够满足配电自动化系统对实时数据ID的需求。

Figure 202011129217

The invention discloses a real-time data ID generation method, system and medium of a power distribution automation system. The method includes the following steps: setting a plurality of marks, the relevant information of each mark includes the mark number, expiration time and current ID, and saving the relevant information In the real-time database; start the ID generation service, read the corresponding expiration time in the order of the tag number, and detect the availability of the tag according to the expiration time; the first tag is any one of the multiple tags, if the first tag is detected as available , then read the current ID of the first mark, and calculate the target ID according to the current ID of the first mark, and write the target ID back to the real-time database as the current ID of the first mark; Expiration. The invention can meet the requirement of the distribution automation system for real-time data ID.

Figure 202011129217

Description

Method, system and medium for generating real-time data ID of distribution automation system
Technical Field
The invention relates to the technical field of power grids, in particular to a real-time data ID generation method, a real-time data ID generation system and a real-time data ID generation medium of a distribution automation system.
Background
During operation of the power distribution automation system, a large amount of real-time data is generated, the real-time data comprises but is not limited to power distribution areas, equipment properties, equipment topology, remote point configuration (remote signaling, remote measuring, remote control, remote adjusting and setting values), and each piece of real-time data needs to be bound with a unique ID.
The evaluation of the ID data volume is probably: in a medium voltage power grid, a municipality or county includes: a feeder segment 60 ten thousand + devices 60 ten thousand + three remote 60 ten thousand-180 ten thousand objects; total number of objects in 20 cities of a province: 180 ten thousand 20 ═ 3600 ten thousand objects; in a low-voltage power grid, 40 ten thousand TTUs are saved, each TTU monitors one transformer area, and 1000 low-voltage feeder sections and equipment +5000 measuring points in each transformer area are 6000 objects; one total low voltage object count: 40 ten thousand 6000 — 24 billion objects.
The real-time data management service of the current distribution automation system is operated by a single service, and the following defects exist: single services have difficulty supporting ever increasing data volumes of real-time data; if the real-time data ID is changed into the distributed equal parallel service, the generated real-time data ID is difficult to be ensured not to be repeated at all according to the original current real-time data ID generation rule. For example, the UUID algorithm: the ID is a character string and needs to occupy 36 characters; the ID is provided with network card MAC address information, which can cause unsafe information; in view of retrieval performance, relational databases such as Mysql and the like do not suggest long character strings as record indexes, but the power distribution automation system needs IDs as record indexes; and the recording types such as a switch, a distribution, etc. cannot be distinguished according to the ID. Another example is the snowflake algorithm: the ID has a time stamp and is difficult to solve the time rollback problem; the number of IDs supported per millisecond is only about 4000; and the record type cannot be distinguished according to the ID.
Disclosure of Invention
The present invention is directed to solving at least one of the problems of the prior art. Therefore, the invention provides a real-time data ID generation method of a distribution automation system, which can meet the requirement of the distribution automation system on the real-time data ID.
The invention further provides a real-time data ID generation system of the power distribution automation system.
The invention also provides a computer readable storage medium for implementing the method.
A real-time data ID generation method of a distribution automation system according to an embodiment of a first aspect of the present invention includes: setting a plurality of marks, wherein the related information of each mark comprises a mark number, expiration time and current ID (identity), and storing the related information in a real-time database; starting ID generation service, reading corresponding expiration time according to the mark sequence, and detecting the availability of the mark according to the expiration time; the first mark is any one of the marks, if the first mark is detected to be available, the current ID of the first mark is read, a target ID is obtained through calculation according to the current ID of the first mark, and the target ID is written back to the real-time database as the current ID of the first mark; the ID generation service updates the expiration time of the first marker in a timed manner.
According to some embodiments of the invention, the method of detecting the availability of the marker in dependence of the expiry time comprises: and reading the expiration time and obtaining the current time, wherein the mark is available if the expiration time is less than the current time.
According to some embodiments of the invention, the method for the ID generation service to update the expiration time of the first marker comprises: the ID generation service updates the expiration time of the first marker stored in the real-time database at intervals of a first time interval, and adds the expiration time of the first marker to a second time interval; wherein the first time interval is less than the second time interval.
According to some embodiments of the invention, the current ID is of long type, 8 bytes in length; one byte of the highest position of the current ID is used for storing record type information, and the second byte of the highest position is used for storing a corresponding mark number.
According to some embodiments of the invention, the calculating the target ID from the current ID of the first tag comprises: and adding 1 to the current ID of the first mark to obtain a target ID.
According to some embodiments of the invention, the current ID includes record type information, a mark number, and increment information.
According to some embodiments of the invention, the method further comprises: if the first mark is detected to be unavailable, reading the expiration time of a second mark and detecting the availability of the second mark; wherein the mark number of the second mark is equal to the mark number of the first mark plus 1.
A real-time data ID generation system of a distribution automation system according to an embodiment of a second aspect of the present invention, the system includes: the system comprises a mark creating module, a real-time database and a marking module, wherein the mark creating module is used for setting a plurality of marks, the related information of each mark comprises a mark number, expiration time and a current ID, and the related information is stored in the real-time database; the availability detection module is used for reading the corresponding expiration time according to the sequence of the mark number and detecting the availability of the mark according to the expiration time; the target ID generating module is used for reading the current ID of the first mark, calculating the current ID of the first mark to obtain a target ID, and writing the target ID serving as the current ID of the first mark back to the real-time database; wherein the first marker is any one of the plurality of markers and the first marker is available; and the timing updating module is used for updating the expiration time of the first mark at a timing.
According to some embodiments of the invention, the system further comprises: and the current ID setting module is used for setting the current ID to be in a long type and 8 bytes in length, configuring one byte of the highest position of the current ID to store record type information, and storing a corresponding mark number in the second byte of the highest position.
A computer-readable storage medium according to an embodiment of the third aspect of the invention, having stored thereon a computer program which, when executed by a processor, performs the method of any of the embodiments of the first aspect of the invention.
The embodiment of the invention at least has the following beneficial effects: the real-time data ID generated by the method of the embodiment of the invention can support parallel service modes such as distributed service, micro service and the like; the method has the advantages that the method can be used without a timestamp, the time backspace problem and network card MAC address information, the requirement of information safety is met, and the number of IDs supported per millisecond is unlimited.
Additional aspects and advantages of the invention 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 invention.
Drawings
The above and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a schematic flow chart of a method according to an embodiment of the present invention.
FIG. 2 is a schematic flow chart of a method according to another embodiment of the present invention.
FIG. 3 is a block diagram of the modules of the system of an embodiment of the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, 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 accompanying drawings are illustrative only for the purpose of explaining the present invention, and are not to be construed as limiting the present invention.
In the description of the present invention, the meaning of a plurality of means is one or more, the meaning of a plurality of means is two or more, and more than, less than, more than, etc. are understood as excluding the present number, and more than, less than, 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.
Referring to fig. 1, a real-time data ID generation method according to an embodiment of the present invention includes the following steps:
s1, setting a plurality of marks, wherein the related information of each mark comprises a mark number, expiration time and a current ID, and storing the related information in a real-time database;
s2, starting ID generation service, reading corresponding expiration time according to the sequence of the mark number, and detecting the availability of the mark according to the expiration time;
s3, if the first mark is detected to be available, reading the current ID of the first mark, calculating to obtain a target ID according to the current ID of the first mark, and writing the target ID serving as the current ID of the first mark back to the real-time database;
s4, the ID generation service updates the expiration time of the first flag at regular time.
In some embodiments, a method of detecting availability of a marker based on an expiration time includes: reading the expiration time and obtaining the current time, and if the expiration time is less than the current time, marking as available.
In some embodiments, the method for the ID generation service to periodically update the expiration time of the first marker comprises: the ID generation service updates the expiration time of the first mark stored in the real-time database at intervals of a first time interval, and adds the expiration time of the first mark to a second time interval; wherein the first time interval is less than the second time interval.
In some embodiments, the current ID is of long type, 8 bytes in length; the most significant byte of the current ID stores the record type information, and the second most significant byte stores the corresponding tag number.
In some embodiments, the method of calculating the target ID from the current ID of the first tag comprises: and adding 1 to the current ID of the first mark to obtain the target ID.
In some embodiments, the current ID includes record type information, a tag number, and increment information.
In some embodiments, the ID generation method further comprises: if the first mark is detected to be unavailable, reading the expiration time of the second mark and detecting the availability of the second mark; wherein the mark number of the second mark is equal to the mark number of the first mark plus 1.
Referring to fig. 2, a method of another embodiment of the present invention includes: starting a real-time data ID generation service, reading related information of a mark n (n is more than 1) from a Redis real-time database, and detecting whether the mark n is available; starting with a marker n (n-1), if the marker n is not available, incrementing n by 1; if the marker n is detected to be available, taking the marker n as a service marker of the ID generation service, and reading the current ID in the marker n; when a request for generating a target ID is received, the target ID is generated according to the current ID, and then the target ID is written back to an information area of a Redis database mark n; and timed (every 10 minutes) to update the expiration time (current time plus 30 minutes) of the marker n at the Redis database.
The generated real-time data ID is long, the length is 8 bytes, the highest byte of the ID stores record type information, the second byte of the highest byte stores related information of a current mark, the maximum number of 127 parallel ID generation services is supported, and the mark range is 1 to 127; the other bytes of the ID hold increment information, starting with 0.
The content of the information related to the markers stored in the Redis database is shown in the following table 1:
Figure BDA0002734588950000051
TABLE 1 Mark related information
The method of the embodiment supports parallel service modes such as distributed service and micro service, and the generated real-time data ID has the following advantages: the ID occupies small space and does not influence the retrieval performance; the ID is provided with record type information, and the record types can be distinguished according to the ID; no timestamp, no time backoff issue; MAC address information without a network card meets the information security; there is no limit to the number of IDs supported per millisecond; and the requirement of the distribution automation system on the ID is met.
Referring to fig. 3, the system of the embodiment of the present invention includes: the system comprises a mark creating module, a real-time database and a marking module, wherein the mark creating module is used for setting a plurality of marks, the related information of each mark comprises a mark number, expiration time and a current ID, and the related information is stored in the real-time database; the availability detection module is used for reading the corresponding expiration time according to the sequence of the mark number and detecting the availability of the mark according to the expiration time; the target ID generating module is used for reading the current ID of the first mark, calculating the target ID according to the current ID of the first mark, and writing the target ID serving as the current ID of the first mark back to the real-time database; wherein the first marker is any one of a plurality of markers and the first marker is available; and the timing updating module is used for updating the expiration time of the first mark in a timing mode.
In some embodiments, the system further comprises: and the current ID setting module is used for setting the current ID to be in a long type and 8 bytes in length, configuring one byte of the highest position of the current ID to store record type information, and storing a corresponding mark number in the second byte of the highest position.
Although specific embodiments have been described herein, those of ordinary skill in the art will recognize that many other modifications or alternative embodiments are equally within the scope of this disclosure. For example, any of the functions and/or processing capabilities described in connection with a particular device or component may be performed by any other device or component. In addition, while various illustrative implementations and architectures have been described in accordance with embodiments of the present disclosure, those of ordinary skill in the art will recognize that many other modifications of the illustrative implementations and architectures described herein are also within the scope of the present disclosure.
Certain aspects of the present disclosure are described above with reference to block diagrams and flowchart illustrations of systems, methods, systems, and/or computer program products according to example embodiments. It will be understood that one or more blocks of the block diagrams and flowchart illustrations, and combinations of blocks in the block diagrams and flowchart illustrations, respectively, can be implemented by executing computer-executable program instructions. Also, according to some embodiments, some blocks of the block diagrams and flow diagrams may not necessarily be performed in the order shown, or may not necessarily be performed in their entirety. In addition, additional components and/or operations beyond those shown in the block diagrams and flow diagrams may be present in certain embodiments.
Accordingly, blocks of the block diagrams and flowchart illustrations support combinations of means for performing the specified functions, combinations of elements or steps for performing the specified functions and program instruction means for performing the specified functions. It will also be understood that each block of the block diagrams and flowchart illustrations, and combinations of blocks in the block diagrams and flowchart illustrations, can be implemented by special purpose hardware-based computer systems that perform the specified functions, elements or steps, or combinations of special purpose hardware and computer instructions.
Program modules, applications, etc. described herein may include one or more software components, including, for example, software objects, methods, data structures, etc. Each such software component may include computer-executable instructions that, in response to execution, cause at least a portion of the functionality described herein (e.g., one or more operations of the illustrative methods described herein) to be performed.
The software components may be encoded in any of a variety of programming languages. An illustrative programming language may be a low-level programming language, such as assembly language associated with a particular hardware architecture and/or operating system platform. Software components that include assembly language instructions may need to be converted by an assembler program into executable machine code prior to execution by a hardware architecture and/or platform. Another exemplary programming language may be a higher level programming language, which may be portable across a variety of architectures. Software components that include higher level programming languages may need to be converted to an intermediate representation by an interpreter or compiler before execution. Other examples of programming languages include, but are not limited to, a macro language, a shell or command language, a job control language, a scripting language, a database query or search language, or a report writing language. In one or more exemplary embodiments, a software component containing instructions of one of the above programming language examples may be executed directly by an operating system or other software component without first being converted to another form.
The software components may be stored as files or other data storage constructs. Software components of similar types or related functionality may be stored together, such as in a particular directory, folder, or library. Software components may be static (e.g., preset or fixed) or dynamic (e.g., created or modified at execution time).
The embodiments of the present invention have been described in detail with reference to the accompanying drawings, but the present invention is not limited to the above embodiments, and various changes can be made within the knowledge of those skilled in the art without departing from the gist of the present invention.

Claims (10)

Translated fromChinese
1.一种配电自动化系统的实时数据ID生成方法,其特征在于,包括:1. a real-time data ID generation method of power distribution automation system, is characterized in that, comprises:设置多条标记,每条所述标记的相关信息包括标记号、过期时间及当前ID,将所述相关信息保存在实时数据库中;A plurality of marks are set, and the relevant information of each described mark includes mark number, expiration time and current ID, and the relevant information is stored in the real-time database;启动ID生成服务,按所述标记号顺序读取对应的所述过期时间,根据所述过期时间检测所述标记的可用性;Start the ID generation service, read the corresponding expiration time in the order of the mark number, and detect the availability of the mark according to the expiration time;第一标记为所述多条标记中的任意一条,若检测到所述第一标记为可用的,则读取所述第一标记的当前ID,并根据所述第一标记的当前ID计算得到目标ID,将所述目标ID作为所述第一标记的当前ID回写到所述实时数据库中;The first mark is any one of the plurality of marks, if it is detected that the first mark is available, the current ID of the first mark is read, and calculated according to the current ID of the first mark. target ID, writing back the target ID to the real-time database as the current ID of the first mark;所述ID生成服务定时更新所述第一标记的过期时间。The ID generation service periodically updates the expiration time of the first token.2.根据权利要求1所述的配电自动化系统的实时数据ID生成方法,其特征在于,所述根据所述过期时间检测所述标记的可用性的方法包括:2. The real-time data ID generation method for a distribution automation system according to claim 1, wherein the method for detecting the availability of the mark according to the expiration time comprises:读取所述过期时间并获取当前时间,若所述过期时间小于所述当前时间,则所述标记是可用的。Read the expiration time and obtain the current time, if the expiration time is less than the current time, the mark is available.3.根据权利要求1所述的配电自动化系统的实时数据ID生成方法,其特征在于,所述ID生成服务定时更新所述第一标记的过期时间的方法包括:3. The real-time data ID generation method of the distribution automation system according to claim 1, wherein the method for regularly updating the expiration time of the first mark by the ID generation service comprises:所述ID生成服务每隔第一时间间隔更新保存在所述实时数据库的所述第一标记的过期时间,将所述第一标记的过期时间加上第二时间间隔;其中,所述第一时间间隔小于所述第二时间间隔。The ID generation service updates the expiration time of the first mark stored in the real-time database every first time interval, and adds a second time interval to the expiration time of the first mark; wherein, the first mark The time interval is less than the second time interval.4.根据权利要求1所述的配电自动化系统的实时数据ID生成方法,其特征在于,所述当前ID为long型,长度为8个字节;所述当前ID的最高位一个字节保存记录类型信息,最高位第二个字节保存对应的标记号。4. the real-time data ID generation method of power distribution automation system according to claim 1, is characterized in that, described current ID is long type, and length is 8 bytes; The highest byte of described current ID saves Record type information, the second highest byte saves the corresponding tag number.5.根据权利要求1所述的配电自动化系统的实时数据ID生成方法,其特征在于,所述根据所述第一标记的当前ID计算得到目标ID包括:5. The real-time data ID generation method of distribution automation system according to claim 1, is characterized in that, described according to the current ID of described first mark to calculate and obtain target ID comprises:将所述第一标记的当前ID加1得到目标ID。The target ID is obtained by adding 1 to the current ID of the first marker.6.根据权利要求4或5中任意一项所述的配电自动化系统的实时数据ID生成方法,其特征在于,6. The real-time data ID generation method of the distribution automation system according to any one of claims 4 or 5, wherein,所述当前ID包括记录类型信息、标记号以及递增信息。The current ID includes record type information, tag number, and increment information.7.根据权利要求1所述的配电自动化系统的实时数据ID生成方法,其特征在于,所述方法还包括:7. The real-time data ID generation method of distribution automation system according to claim 1, is characterized in that, described method also comprises:若检测到所述第一标记为不可用的,读取第二标记的过期时间并检测所述第二标记的可用性;其中,所述第二标记的标记号等于所述第一标记的标记号加1。If it is detected that the first mark is unavailable, the expiration time of the second mark is read and the availability of the second mark is detected; wherein, the mark number of the second mark is equal to the mark number of the first mark plus 1.8.一种配电自动化系统的实时数据ID生成系统,其特征在于,所述系统包括:8. A real-time data ID generation system of a power distribution automation system, wherein the system comprises:标记创建模块,用于设置多条标记,每条所述标记的相关信息包括标记号、过期时间及当前ID,将所述相关信息保存在实时数据库中;Mark creation module, for setting a plurality of marks, the relevant information of each described mark includes mark number, expiration time and current ID, and described relevant information is saved in real-time database;可用性检测模块,用于按所述标记号顺序读取对应的所述过期时间,根据所述过期时间检测所述标记的可用性;an availability detection module, configured to read the corresponding expiration time in the order of the mark numbers, and detect the availability of the mark according to the expiration time;目标ID生成模块,用于读取第一标记的当前ID,并根据所述第一标记的当前ID计算得到目标ID,将所述目标ID作为所述第一标记的当前ID回写到所述实时数据库中;其中,所述第一标记为所述多条标记中的任意一条,并且所述第一标记是可用的;The target ID generation module is used for reading the current ID of the first mark, and calculating the target ID according to the current ID of the first mark, and writing the target ID as the current ID of the first mark back to the In a real-time database; wherein, the first mark is any one of the plurality of marks, and the first mark is available;定时更新模块,用于定时更新所述第一标记的过期时间。A timing update module, configured to regularly update the expiration time of the first mark.9.根据权利要求8所述的配电自动化系统的实时数据ID生成系统,其特征在于,所述系统还包括:9. The real-time data ID generation system of distribution automation system according to claim 8, is characterized in that, described system also comprises:当前ID设置模块,用于设置所述当前ID为long型,长度为8个字节,并配置所述当前ID的最高位一个字节保存记录类型信息,最高位第二个字节保存对应的标记号。The current ID setting module is used to set the current ID to be long and the length is 8 bytes, and configure the highest byte of the current ID to store record type information, and the second highest byte to save the corresponding marker number.10.一种计算机可读存储介质,其上存储有计算机程序,所述计算机程序被处理器执行时实现权利要求1至7中任一项的方法。10. A computer-readable storage medium having stored thereon a computer program that, when executed by a processor, implements the method of any one of claims 1 to 7.
CN202011129217.4A2020-10-212020-10-21Real-time data ID generation method, system and medium for power distribution automation systemActiveCN112380208B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202011129217.4ACN112380208B (en)2020-10-212020-10-21Real-time data ID generation method, system and medium for power distribution automation system

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202011129217.4ACN112380208B (en)2020-10-212020-10-21Real-time data ID generation method, system and medium for power distribution automation system

Publications (2)

Publication NumberPublication Date
CN112380208Atrue CN112380208A (en)2021-02-19
CN112380208B CN112380208B (en)2024-09-24

Family

ID=74580378

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202011129217.4AActiveCN112380208B (en)2020-10-212020-10-21Real-time data ID generation method, system and medium for power distribution automation system

Country Status (1)

CountryLink
CN (1)CN112380208B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113254447A (en)*2021-05-272021-08-13平安普惠企业管理有限公司ID generation method, device, electronic equipment and storage medium
CN114153893A (en)*2021-11-022022-03-08浪潮软件股份有限公司Redis-based distributed ID generation method, device and medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN107479359A (en)*2017-08-222017-12-15北京智芯微电子科技有限公司Scan the time service method and device of ciphering two-dimension code
CN108702786A (en)*2016-03-252018-10-23华为技术有限公司 A communication method, device and system
CN109241056A (en)*2018-08-232019-01-18重庆富民银行股份有限公司A kind of digital ID generation system for distributed system
CN110069506A (en)*2018-07-272019-07-30阿里巴巴集团控股有限公司Maintaining method, device and the server of business datum
CN110602158A (en)*2019-07-242019-12-20中国联合网络通信集团有限公司Global unique ID generation system and method, ID generator and storage medium
CN110704855A (en)*2019-10-082020-01-17深圳市云桥科技服务有限公司Request identifier generation method, request identifier verification method and computer equipment
CN110798507A (en)*2019-09-302020-02-14互联网域名系统北京市工程研究中心有限公司Method and system for DHCP address allocation memory
CN111026807A (en)*2019-11-252020-04-17深圳壹账通智能科技有限公司Distributed lock synchronization method and device, computer equipment and readable storage medium
CN111291424A (en)*2020-02-192020-06-16望海康信(北京)科技股份公司Identification number generation method and device, computer equipment and storage medium
WO2020205693A1 (en)*2019-04-012020-10-08Convida Wireless, LlcAutomatic generation of labeled data in iot systems

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN108702786A (en)*2016-03-252018-10-23华为技术有限公司 A communication method, device and system
CN107479359A (en)*2017-08-222017-12-15北京智芯微电子科技有限公司Scan the time service method and device of ciphering two-dimension code
CN110069506A (en)*2018-07-272019-07-30阿里巴巴集团控股有限公司Maintaining method, device and the server of business datum
CN109241056A (en)*2018-08-232019-01-18重庆富民银行股份有限公司A kind of digital ID generation system for distributed system
WO2020205693A1 (en)*2019-04-012020-10-08Convida Wireless, LlcAutomatic generation of labeled data in iot systems
CN110602158A (en)*2019-07-242019-12-20中国联合网络通信集团有限公司Global unique ID generation system and method, ID generator and storage medium
CN110798507A (en)*2019-09-302020-02-14互联网域名系统北京市工程研究中心有限公司Method and system for DHCP address allocation memory
CN110704855A (en)*2019-10-082020-01-17深圳市云桥科技服务有限公司Request identifier generation method, request identifier verification method and computer equipment
CN111026807A (en)*2019-11-252020-04-17深圳壹账通智能科技有限公司Distributed lock synchronization method and device, computer equipment and readable storage medium
CN111291424A (en)*2020-02-192020-06-16望海康信(北京)科技股份公司Identification number generation method and device, computer equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113254447A (en)*2021-05-272021-08-13平安普惠企业管理有限公司ID generation method, device, electronic equipment and storage medium
CN114153893A (en)*2021-11-022022-03-08浪潮软件股份有限公司Redis-based distributed ID generation method, device and medium

Also Published As

Publication numberPublication date
CN112380208B (en)2024-09-24

Similar Documents

PublicationPublication DateTitle
CN110765076B (en)Data storage method, device, electronic equipment and storage medium
US10552460B2 (en)Sensor data management apparatus, sensor data management method, and computer program product
WO2019148720A1 (en)Electronic device, data storage method and storage medium
CN106874281B (en)Method and device for realizing database read-write separation
CN107291710B (en)Method and device for updating data for distributed database system
CN107704604B (en)Message persistence method, server and computer readable storage medium
CN104794177A (en)Data storing method and device
CN105900093A (en) A method for updating a data table of a KeyValue database and a device for updating table data
CN112380208A (en)Method, system and medium for generating real-time data ID of distribution automation system
CN113064919B (en)Data processing method, data storage system, computer device and storage medium
CN110046155B (en)Method, device and equipment for updating feature database and determining data features
CN115543198A (en) Method, device, electronic equipment and storage medium for unstructured data into lake
CN109542860B (en)Service data management method based on HDFS and terminal equipment
CN114817263B (en) Data processing method, device, electronic device and storage medium
US20240256163A1 (en)Data Processing Method and Apparatus for Shared Memory, and Device and Medium
CN112698866B (en) A Git-based code line life cycle tracing method and electronic device
CN111353279A (en)Character code conversion method, device and computer storage medium
CN119149124A (en)Information configuration method and related equipment
US9258258B2 (en)Implementing injection of formal numerical message identifiers in cloud stacks
CN111352917A (en)Information input method and device, electronic equipment and storage medium
CN116860258A (en) Initial value string parsing method, device, computer equipment and storage medium
CN109947739A (en)Data power supply management method and device
CN111767436A (en)HASH index data storage and reading method and system
JP4795778B2 (en) Data management apparatus, data management method and program
CN116226222B (en)Data segment marking processing method and device based on time sequence database

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp