CN108762717B - Meter reading success recording method, statistical method and recruitment method based on Bit-map - Google Patents

Meter reading success recording method, statistical method and recruitment method based on Bit-map Download PDF

Info

Publication number
CN108762717B
CN108762717B CN201810491281.3A CN201810491281A CN108762717B CN 108762717 B CN108762717 B CN 108762717B CN 201810491281 A CN201810491281 A CN 201810491281A CN 108762717 B CN108762717 B CN 108762717B
Authority
CN
China
Prior art keywords
bit
data acquisition
time point
state word
acquisition 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.)
Active
Application number
CN201810491281.3A
Other languages
Chinese (zh)
Other versions
CN108762717A (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.)
Nanjing Haixing Power Grid Technology Co Ltd
Hangzhou Hexing Electrical Co Ltd
Ningbo Henglida Technology Co Ltd
Original Assignee
Nanjing Haixing Power Grid Technology Co Ltd
Hangzhou Hexing Electrical Co Ltd
Ningbo Henglida Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Haixing Power Grid Technology Co Ltd, Hangzhou Hexing Electrical Co Ltd, Ningbo Henglida Technology Co Ltd filed Critical Nanjing Haixing Power Grid Technology Co Ltd
Priority to CN201810491281.3A priority Critical patent/CN108762717B/en
Publication of CN108762717A publication Critical patent/CN108762717A/en
Application granted granted Critical
Publication of CN108762717B publication Critical patent/CN108762717B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/22Arrangements for sorting or merging computer data on continuous record carriers, e.g. tape, drum, disc

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Recording Measured Values (AREA)

Abstract

The invention relates to a meter reading success recording method, a statistical method and a recruitment method based on Bit-map, which are mainly applied to a power utilization information acquisition system. The invention aims to complete the technical scheme that a Bit-map-based meter reading success recording method comprises the following steps: generating a state word comprising a plurality of Bit bits according to a data acquisition time point set in a certain time period, wherein each Bit in the state word forms a one-to-one correspondence with the data acquisition time point, and the initial state value of each Bit is 0; and after the data are acquired, setting the state value of the Bit corresponding to the data acquisition time point as 1 according to the corresponding relation. The invention has the advantages of reduced occupied storage space, high performance, high accuracy and simple program.

Description

Meter reading success recording method, statistical method and recruitment method based on Bit-map
Technical Field
The invention relates to a meter reading success recording method, a statistical method and a recruitment method based on Bit-map, which are mainly applied to a power utilization information acquisition system.
Background
The meter reading success rate is used as an important index for reflecting the collection quality in the electricity information collection system, and the real-time performance and accuracy of meter reading success rate statistics play a crucial role. At present, most of acquisition systems have the phenomena that statistics generally has hysteresis, missed statistics of subsidy data and excessively large occupied storage space due to statistics detail, and finally result in statistics hysteresis, influence pre-positioned subsidy acquisition, poor statistical performance and influence system use experience of users.
At present, the meter reading success rate statistics of most of electricity consumption information acquisition systems adopts the following modes: and counting the meter reading success rate and the detail information at a certain moment at fixed time intervals in a timing counting mode, wherein the detail information is recorded in a mode of recording at one time point.
The disadvantages are that: 1. according to the statistics of fixed time intervals, if data collection of missed spot recruitment comes and the statistics time of the meter reading success rate passes, the success rate cannot be counted later, and the statistics is inaccurate. 2. Counting at fixed time intervals, wherein the counting is delayed, and if the front-end processor adopts the statistical data, the counting is delayed and inaccurate, so that missing point supplement and sampling are influenced; if this statistical data is not used, additional implementation of the program itself is required, increasing the complexity of the program. 3. The storage mode of the detail information causes the storage space to be too large, for example: if there are 100 thousands of meters and the collection task is 15 minutes apart, the number of records per day is 9600 thousands of records, resulting in a too fast increase in storage space and ultimately affecting system performance.
Disclosure of Invention
The invention aims to overcome the existing problems and provides a Bit-map-based meter reading success recording method, which solves the problems of lag in statistics, inaccuracy and large occupied storage space.
The invention also aims to provide a meter reading success rate statistical method based on the Bit-map.
The invention also aims to provide a meter reading missing point recruitment method based on the Bit-map.
The object of the invention is achieved by the following technical solution,
the meter reading success recording method based on the Bit-map comprises the following steps:
generating a state word comprising a plurality of Bit bits according to a data acquisition time point set in a certain time period, wherein each Bit in the state word forms a one-to-one correspondence with the data acquisition time point, and the initial state value of each Bit is 0;
and after the data are acquired, setting the state value of the Bit corresponding to the data acquisition time point as 1 according to the corresponding relation.
Preferably, the recording method further includes: and converting the state word into a decimal number for storage.
The meter reading success recording method based on the Bit-map comprises the following steps:
A. generating an initial state word comprising a plurality of Bit bits according to a data acquisition time point set in a certain time period, wherein each Bit in the initial state word forms a one-to-one correspondence relationship with the data acquisition time point, and the initial state value of each Bit is 0;
B. acquiring a data acquisition time point after data is acquired;
C. generating a temporary state word comprising a plurality of Bit bits according to the data acquisition time point in the step A, wherein each Bit in the temporary state word forms a one-to-one correspondence with the data acquisition time point, and the initial state value of each Bit is 0; setting the state value of the Bit corresponding to the data acquisition time point in the step B in the temporary state word as 1 according to the corresponding relation;
D. performing OR operation on the temporary state word obtained in the step C and the previously obtained state word to obtain an updated state word;
E. step B, C, D is repeated until the time period ends.
Preferably, the recording method further includes: and after the time period is ended, converting the last updated state word into a decimal number for storage.
Preferably, the time period spans 24 hours, from 0:00 begin to collect data every 15 minutes; the number of the Bit positions is 96.
The meter reading success rate statistical method based on the Bit-map comprises the following steps:
A. generating an initial state word comprising a plurality of Bit bits according to a data acquisition time point set in a certain time period, wherein each Bit in the initial state word forms a one-to-one correspondence relationship with the data acquisition time point, and the initial state value of each Bit is 0;
B. acquiring a data acquisition time point after data is acquired;
C. generating a temporary state word comprising a plurality of Bit bits according to the data acquisition time point in the step A, wherein each Bit in the temporary state word forms a one-to-one correspondence with the data acquisition time point, and the initial state value of each Bit is 0; setting the state value of the Bit corresponding to the data acquisition time point in the step B in the temporary state word as 1 according to the corresponding relation;
D. performing OR operation on the temporary state word obtained in the step C and the previously obtained state word to obtain an updated state word;
E. repeating step B, C, D until the time period ends;
F. and performing AND operation on the mask corresponding to a certain data acquisition time point and the last updated state word, wherein if the operation result is 0, the data acquisition failure is represented, and otherwise, the data acquisition success is represented.
Preferably, after the time period is over, the last updated status word is converted to a decimal number for storage.
Preferably, the time period spans 24 hours, from 0:00 begin to collect data every 15 minutes; the number of the Bit positions is 96.
The meter reading missing point recruitment method based on the Bit-map comprises the following steps:
A. generating an initial state word comprising a plurality of Bit bits according to a data acquisition time point set in a certain time period, wherein each Bit in the initial state word forms a one-to-one correspondence relationship with the data acquisition time point, and the initial state value of each Bit is 0;
B. acquiring a data acquisition time point after data is acquired;
C. generating a temporary state word comprising a plurality of Bit bits according to the data acquisition time point in the step A, wherein each Bit in the temporary state word forms a one-to-one correspondence with the data acquisition time point, and the initial state value of each Bit is 0; setting the state value of the Bit corresponding to the data acquisition time point in the step B in the temporary state word as 1 according to the corresponding relation;
D. performing OR operation on the temporary state word obtained in the step C and the previously obtained state word to obtain an updated state word;
E. repeating step B, C, D until the time period ends;
F. and performing AND operation on the mask corresponding to a certain data acquisition time point and the last updated state word, and if the operation result is 0, initiating a recruitment operation aiming at the data of the data acquisition time point.
Preferably, the data recruitment is successful, step C is executed, and the status word obtained in step C is or-operated with the status word updated after the time period in step E is over.
Compared with the prior art, the invention has the following advantages and effects: 1. and the Bit is adopted to record the state, so that the occupied storage space is greatly reduced. 2. The operation of updating the state word and the success rate statistics belong to pure digital calculation, and the performance is high. 3. The state updating is carried out when the data are collected in the front, statistics is real-time, corresponding state bits can be immediately updated by the supplementary data, and the accuracy of the collection success rate can be ensured. 4. The preposed missing point recruitment and statistics system shares a set of acquisition success rate statistics method, so that the two parties are unified, independent development is not needed, the workload is saved, and the program complexity is reduced.
Drawings
FIG. 1 is a diagram of the correspondence of status words to data acquisition time points in accordance with the present invention.
FIG. 2 is a flowchart of example 1.
FIG. 3 is a flowchart of example 2.
Detailed Description
The present invention will be described in detail with reference to the accompanying drawings.
The invention applies the Bit-map algorithm to the acquisition success rate calculation.
Example 1: as shown in fig. 1 and fig. 2, a meter reading success recording method based on Bit-map includes:
generating a state word comprising a plurality of Bit bits according to a data acquisition time point set in a certain time period, wherein each Bit in the state word forms a one-to-one correspondence with the data acquisition time point, and the initial state value of each Bit is 0;
and after the data are acquired, setting the state value of the Bit corresponding to the data acquisition time point as 1 according to the corresponding relation.
Preferably, the recording method further includes: converting the status word to decimal digit storage further reduces storage space.
Preferably, the time period spans 24 hours, from 0:00 begin to collect data every 15 minutes; the number of the Bit positions is 96. That is, data at 96 points of a day is recorded in the same record, and data states of the day are recorded by using 96 Bit bits, as shown in fig. 1, after data acquisition at a time point comes, only the corresponding Bit needs to be set to 1, and finally, the content stored in the database is a number into which the state word is converted.
Example 2: as shown in fig. 3, a method for recording meter reading success based on Bit-map includes:
A. generating an initial state word comprising a plurality of Bit bits according to a data acquisition time point set in a certain time period, wherein each Bit in the initial state word forms a one-to-one correspondence relationship with the data acquisition time point, and the initial state value of each Bit is 0;
B. after data are collected, firstly, the date is processed, and then the data collection time point is obtained;
C. generating a temporary state word comprising a plurality of Bit bits according to the data acquisition time point in the step A, wherein each Bit in the temporary state word forms a one-to-one correspondence with the data acquisition time point, and the initial state value of each Bit is 0; setting the state value of the Bit corresponding to the data acquisition time point in the step B in the temporary state word as 1 according to the corresponding relation;
D. performing OR operation on the temporary state word obtained in the step C and the previously obtained state word (if the temporary state word is not processed, the temporary state word represents an initial state word) to obtain an updated state word; after the temporary state word and the previously obtained state word are subjected to OR operation each time, the temporary state word becomes a new state word, and the previous state word and the temporary state word do not exist; for example, if the previously obtained status word is 8 (the corresponding binary number is 00 … 001000), the temporary status word is 2 (the corresponding binary number is 00 … 00010), and the or operation is performed to obtain the updated status word 11 (the corresponding binary number is 00 … 001010), the status at this time point can be set to 1, and the purpose of not affecting other status bits can be achieved;
E. step B, C, D is repeated until the time period ends.
Preferably, the recording method further includes: converting the status word to decimal digit storage further reduces storage space.
Preferably, the time period spans 24 hours, from 0:00 begin to collect data every 15 minutes; the number of the Bit positions is 96. And generating records of all the electric meters on the day according to the electric meters which are acquired every day, wherein one record is formed for each electric meter, the state value of 96 bits is all 0, and the corresponding decimal number is 0.
A meter reading success rate statistical method based on Bit-map comprises the following steps:
A. generating an initial state word comprising a plurality of Bit bits according to a data acquisition time point set in a certain time period, wherein each Bit in the initial state word forms a one-to-one correspondence relationship with the data acquisition time point, and the initial state value of each Bit is 0;
B. acquiring a data acquisition time point after data is acquired;
C. generating a temporary state word comprising a plurality of Bit bits according to the data acquisition time point in the step A, wherein each Bit in the temporary state word forms a one-to-one correspondence with the data acquisition time point, and the initial state value of each Bit is 0; setting the state value of the Bit corresponding to the data acquisition time point in the step B in the temporary state word as 1 according to the corresponding relation;
D. performing OR operation on the temporary state word obtained in the step C and the previously obtained state word (if the temporary state word is not processed, the temporary state word represents an initial state word) to obtain an updated state word; each time the temporary status word is ored with a previously obtained status word, the new status word is generated, and the previous status word and the temporary status word are not present. For example, if the previously obtained status word is 8 (the corresponding binary number is 00 … 001000), and the temporary status word is 2 (the corresponding binary number is 00 … 00010), performing an or operation to obtain an updated status word 11 (the corresponding binary number is 00 … 001010) can achieve the purpose of setting the status at this time point to 1 without affecting other status bits;
E. repeating step B, C, D until the time period ends;
F. and (3) performing AND operation on a mask corresponding to a certain data acquisition time point (for example, if the acquisition success rate of 0:00 is required to be obtained, the mask is 1, and the mask of 1:00 is 8) and the last updated state word, wherein if the operation result is 0, the data acquisition time point data acquisition is failed, and otherwise, the data acquisition time point data acquisition is successful. The mask is used as basic data, the source of the mask value is 96 bits, the bit of the corresponding time point is 1, the obtained number is the mask of the time point, the mask and the last status word are subjected to AND operation, if the data acquisition of the time point is successful, the bit corresponding to the status word is 1, the AND operation is performed on the two 1 s and the corresponding mask and operation, the final result of the bit is affirmed to be 1, the other bits of the mask are 0, and the other bits of the result are 0 after the AND operation is completed, so that whether the acquisition of the time point is successful or not can be quickly obtained by adopting a mask mode. For example, the status word is 13 (corresponding to binary 000.. 01101) which represents 0:00, 0:30, 0:45 acquisition success, 0:15 which corresponds to mask 2(000.. 0010), and the and operation of 13 and 2 is performed, and the result is 0 which represents 0:15 acquisition failure; the mask of 0:00 is 1(0000.. 00001), and the and operation is performed between 13 and 1, and the result is not 0, which represents that the acquisition of 0:00 is successful.
Preferably, the recording method further includes: converting the status word to decimal digit storage further reduces storage space.
Preferably, the time period spans 24 hours, from 0:00 begin to collect data every 15 minutes; the number of the Bit positions is 96. And generating records of all the electric meters on the day according to the electric meters which are acquired every day, wherein one record is formed for each electric meter, the state value of 96 bits is all 0, and the corresponding decimal number is 0.
A meter reading leakage point recruitment method based on Bit-map comprises the following steps:
A. generating an initial state word comprising a plurality of Bit bits according to a data acquisition time point set in a certain time period, wherein each Bit in the initial state word forms a one-to-one correspondence relationship with the data acquisition time point, and the initial state value of each Bit is 0;
B. acquiring a data acquisition time point after data is acquired;
C. generating a temporary state word comprising a plurality of Bit bits according to the data acquisition time point in the step A, wherein each Bit in the temporary state word forms a one-to-one correspondence with the data acquisition time point, and the initial state value of each Bit is 0; setting the state value of the Bit corresponding to the data acquisition time point in the step B in the temporary state word as 1 according to the corresponding relation;
D. performing OR operation on the temporary state word obtained in the step C and the previously obtained state word (if the temporary state word is not processed, the temporary state word represents an initial state word) to obtain an updated state word; each time the temporary status word is ored with a previously obtained status word, the new status word is generated, and the previous status word and the temporary status word are not present. For example, if the previously obtained status word is 8 (the corresponding binary number is 00 … 001000), and the temporary status word is 2 (the corresponding binary number is 00 … 00010), performing an or operation to obtain an updated status word 11 (the corresponding binary number is 00 … 001010) can achieve the purpose of setting the status at this time point to 1 without affecting other status bits;
E. repeating step B, C, D until the time period ends;
F. and (3) performing AND operation on a mask corresponding to a certain data acquisition time point (for example, if the acquisition success rate of 0:00 is required to be obtained, the mask is 1, and the mask of 1:00 is 8) and the last updated state word, and if the operation result is 0, initiating recruitment operation aiming at the data of the data acquisition time point. The mask is used as basic data, the source of the mask value is 96 bits, the bit of the corresponding time point is 1, the obtained number is the mask of the time point, the mask and the last status word are subjected to AND operation, if the data acquisition of the time point is successful, the bit corresponding to the status word is 1, the AND operation is performed on the two 1 s and the corresponding mask and operation, the final result of the bit is affirmed to be 1, the other bits of the mask are 0, and the other bits of the result are 0 after the AND operation is completed, so that whether the acquisition of the time point is successful or not can be quickly obtained by adopting a mask mode. For example, the status word is 13 (corresponding to binary 000.. 01101) which represents 0:00, 0:30, 0:45 acquisition success, 0:15 which corresponds to mask 2(000.. 0010), and the and operation of 13 and 2 is performed, and the result is 0 which represents 0:15 acquisition failure; the mask of 0:00 is 1(0000.. 00001), and the and operation is performed between 13 and 1, and the result is not 0, which represents that the acquisition of 0:00 is successful.
Preferably, the data recruitment is successful, step C is executed, and the status word obtained in step C is or-operated with the status word updated after the time period in step E is over.
Preferably, the recording method further includes: converting the status word to decimal digit storage further reduces storage space.
Preferably, the time period spans 24 hours, from 0:00 begin to collect data every 15 minutes; the number of the Bit positions is 96. And generating records of all the electric meters on the day according to the electric meters which are acquired every day, wherein one record is formed for each electric meter, the state value of 96 bits is all 0, and the corresponding decimal number is 0.

Claims (8)

1. A meter reading success recording method based on Bit-map is characterized by comprising the following steps:
A. generating an initial state word comprising a plurality of Bit bits according to a data acquisition time point set in a certain time period, wherein each Bit in the initial state word forms a one-to-one correspondence relationship with the data acquisition time point, and the initial state value of each Bit is 0;
B. acquiring a data acquisition time point after data is acquired;
C. generating a temporary state word comprising a plurality of Bit bits according to the data acquisition time point in the step A, wherein each Bit in the temporary state word forms a one-to-one correspondence with the data acquisition time point, and the initial state value of each Bit is 0; setting the state value of the Bit corresponding to the data acquisition time point in the step B in the temporary state word as 1 according to the corresponding relation;
D. performing OR operation on the temporary state word obtained in the step C and the previously obtained state word to obtain an updated state word;
E. step B, C, D is repeated until the time period ends.
2. The Bit-map-based meter reading success recording method according to claim 1, wherein the recording method further comprises: and after the time period is ended, converting the last updated state word into a decimal number for storage.
3. The Bit-map-based meter reading success recording method according to claim 1, characterized in that: the time period spans 24 hours, from 0:00 begin to collect data every 15 minutes; the number of the Bit positions is 96.
4. A meter reading success rate statistical method based on Bit-map is characterized by comprising the following steps:
A. generating an initial state word comprising a plurality of Bit bits according to a data acquisition time point set in a certain time period, wherein each Bit in the initial state word forms a one-to-one correspondence relationship with the data acquisition time point, and the initial state value of each Bit is 0;
B. acquiring a data acquisition time point after data is acquired;
C. generating a temporary state word comprising a plurality of Bit bits according to the data acquisition time point in the step A, wherein each Bit in the temporary state word forms a one-to-one correspondence with the data acquisition time point, and the initial state value of each Bit is 0; setting the state value of the Bit corresponding to the data acquisition time point in the step B in the temporary state word as 1 according to the corresponding relation;
D. performing OR operation on the temporary state word obtained in the step C and the previously obtained state word to obtain an updated state word;
E. repeating step B, C, D until the time period ends;
F. and performing AND operation on the mask corresponding to a certain data acquisition time point and the last updated state word, wherein if the operation result is 0, the data acquisition failure is represented, and otherwise, the data acquisition success is represented.
5. The Bit-map based meter reading success rate statistical method according to claim 4, wherein: and after the time period is ended, converting the last updated state word into a decimal number for storage.
6. The Bit-map based meter reading success rate statistical method according to claim 4, wherein: the time period spans 24 hours, from 0:00 begin to collect data every 15 minutes; the number of the Bit positions is 96.
7. A meter reading leakage point recruitment method based on Bit-map is characterized by comprising the following steps:
A. generating an initial state word comprising a plurality of Bit bits according to a data acquisition time point set in a certain time period, wherein each Bit in the initial state word forms a one-to-one correspondence relationship with the data acquisition time point, and the initial state value of each Bit is 0;
B. acquiring a data acquisition time point after data is acquired;
C. generating a temporary state word comprising a plurality of Bit bits according to the data acquisition time point in the step A, wherein each Bit in the temporary state word forms a one-to-one correspondence with the data acquisition time point, and the initial state value of each Bit is 0; setting the state value of the Bit corresponding to the data acquisition time point in the step B in the temporary state word as 1 according to the corresponding relation;
D. performing OR operation on the temporary state word obtained in the step C and the previously obtained state word to obtain an updated state word;
E. repeating step B, C, D until the time period ends;
F. and performing AND operation on the mask corresponding to a certain data acquisition time point and the last updated state word, and if the operation result is 0, initiating a recruitment operation aiming at the data of the data acquisition time point.
8. The Bit-map based meter reading omission point recruitment method according to claim 7, further comprising: and D, successfully supplementing the data, executing the step C, and performing OR operation on the state word obtained in the step C and the state word updated after the time period in the step E is ended.
CN201810491281.3A 2018-05-21 2018-05-21 Meter reading success recording method, statistical method and recruitment method based on Bit-map Active CN108762717B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810491281.3A CN108762717B (en) 2018-05-21 2018-05-21 Meter reading success recording method, statistical method and recruitment method based on Bit-map

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810491281.3A CN108762717B (en) 2018-05-21 2018-05-21 Meter reading success recording method, statistical method and recruitment method based on Bit-map

Publications (2)

Publication Number Publication Date
CN108762717A CN108762717A (en) 2018-11-06
CN108762717B true CN108762717B (en) 2020-12-29

Family

ID=64007499

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810491281.3A Active CN108762717B (en) 2018-05-21 2018-05-21 Meter reading success recording method, statistical method and recruitment method based on Bit-map

Country Status (1)

Country Link
CN (1) CN108762717B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111930727B (en) * 2020-06-23 2023-04-28 宁波三星医疗电气股份有限公司 Device data active reporting dotting recording method and data compensation method
CN112905684A (en) * 2021-02-22 2021-06-04 杭州海兴泽科信息技术有限公司 Electric power data storage method and device and computer readable storage medium
CN113377826A (en) * 2021-04-22 2021-09-10 宁波三星医疗电气股份有限公司 Data integrity rate statistical method based on stroke compression

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102193538A (en) * 2010-02-26 2011-09-21 佳能株式会社 Electric power control apparatus and electric power control system
US20120194842A1 (en) * 2011-02-02 2012-08-02 Canon Kabushiki Kaisha Image processing apparatus, method for controlling the same, and storage medium
CN105492874A (en) * 2012-11-30 2016-04-13 英佩雷尔创新有限公司 A device, method and system for monitoring a network of fluid-carrying conduits
CN105824952A (en) * 2016-03-28 2016-08-03 努比亚技术有限公司 Device and method for processing data
CN105930366A (en) * 2016-04-13 2016-09-07 郑州悉知信息科技股份有限公司 Statistical method and device
CN107238764A (en) * 2016-03-28 2017-10-10 西门子电力自动化有限公司 The electric energy quality monitoring method and device of power system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010192026A (en) * 2009-02-17 2010-09-02 Toshiba Corp Failure analysis method, failure analysis system, and memory macro system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102193538A (en) * 2010-02-26 2011-09-21 佳能株式会社 Electric power control apparatus and electric power control system
US20120194842A1 (en) * 2011-02-02 2012-08-02 Canon Kabushiki Kaisha Image processing apparatus, method for controlling the same, and storage medium
CN105492874A (en) * 2012-11-30 2016-04-13 英佩雷尔创新有限公司 A device, method and system for monitoring a network of fluid-carrying conduits
CN105824952A (en) * 2016-03-28 2016-08-03 努比亚技术有限公司 Device and method for processing data
CN107238764A (en) * 2016-03-28 2017-10-10 西门子电力自动化有限公司 The electric energy quality monitoring method and device of power system
CN105930366A (en) * 2016-04-13 2016-09-07 郑州悉知信息科技股份有限公司 Statistical method and device

Also Published As

Publication number Publication date
CN108762717A (en) 2018-11-06

Similar Documents

Publication Publication Date Title
CN108762717B (en) Meter reading success recording method, statistical method and recruitment method based on Bit-map
CN107766575B (en) Read-write separation database access method and device
CN109978499B (en) Quick processing method for multi-station post telemetry data
CN107943831B (en) HBase-based power grid historical data centralized storage method
CN105824952A (en) Device and method for processing data
CN102521080B (en) Computer data recovery method for electricity-consumption information collecting system for power consumers
CN111209344A (en) Data synchronization method and device
US9286155B1 (en) Systems and methods for generating soft information in a flash device
CN112256656B (en) Transaction rollback method and device, database, system and computer storage medium
CN109388550B (en) Cache hit rate determination method, device, equipment and readable storage medium
CN108153483A (en) A kind of time series data compression method based on attribute grouping
CN112286962B (en) Meter reading success rate statistics method and system for electricity consumption information acquisition terminal
CN103593486A (en) Method for storing and reading mass data of power quality
CN108491432B (en) Electric power system accumulated quantity storage and extraction method based on message abstract, electronic equipment and storage medium
CN110569399A (en) Link construction method based on pinpoint log
CN110532319A (en) A kind of distribution meteorological data timing processing system
CN114090631A (en) Data query method and device, electronic equipment and storage medium
CN109873858B (en) Service data distributed monitoring method and distributed monitoring cluster
TWI522827B (en) Real-time storage and real-time reading of huge amounts of data for non-related databases
CN112905684A (en) Electric power data storage method and device and computer readable storage medium
CN111090710A (en) Distribution network multi-time scale graph-model abnormal automatic maintenance method
CN111144136B (en) Data conversion method, system, computer device and readable storage medium
CN115757572B (en) Data processing method, device, equipment and storage medium based on redis
CN117271480B (en) Data processing method, device, electronic equipment and medium
CN112507042B (en) Relationship map calculation method supporting incremental entity association

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
GR01 Patent grant
GR01 Patent grant