WO2018150503A1 - データ処理方法、分散型データ処理システム及び記憶媒体 - Google Patents

データ処理方法、分散型データ処理システム及び記憶媒体 Download PDF

Info

Publication number
WO2018150503A1
WO2018150503A1 PCT/JP2017/005614 JP2017005614W WO2018150503A1 WO 2018150503 A1 WO2018150503 A1 WO 2018150503A1 JP 2017005614 W JP2017005614 W JP 2017005614W WO 2018150503 A1 WO2018150503 A1 WO 2018150503A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
base
column
integration
server
Prior art date
Application number
PCT/JP2017/005614
Other languages
English (en)
French (fr)
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 株式会社日立製作所
Priority to JP2018540088A priority Critical patent/JP6546704B2/ja
Priority to PCT/JP2017/005614 priority patent/WO2018150503A1/ja
Priority to US16/082,553 priority patent/US11132235B2/en
Publication of WO2018150503A1 publication Critical patent/WO2018150503A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/12Replacement control
    • 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
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/15Correlation function computation including computation of convolution operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals

Definitions

  • the present invention relates to a technique for reducing the amount of data in a distributed data processing system.
  • IoT Internet of Things
  • data is collected at multiple sites (factories, branch offices, etc.) and general sites (eg, head office). We are analyzing.
  • Patent Document 1 is known as a distributed data processing system.
  • a part of a job held by a client is distributed to a server, and the server responds to the client by executing the received job part. This shortens the processing time of the entire job.
  • Patent Document 2 In the case of handling a large amount of data, a technique for compressing data by graphing is known in order to reduce the communication cost between the base and the central base (for example, Patent Document 2).
  • the columns to be integrated may be determined for each site. If the data of the bases that have undergone this statistical processing are collected at the central base and combined with the data for each base, the data that was excluded at the first base may be used at the second base. Duplicate data will be combined. As a result, the conventional example has a problem that the reduction of the communication amount and the calculation cost cannot be promoted because the data amount is not smoothly reduced.
  • the present invention has been made in view of the above problems, and when data of the same type is duplicated in the data collected at the supervision base, the data to be integrated at each base is optimized to reduce the data amount.
  • the purpose is to do.
  • the present invention is a data processing method of a distributed data processing system in which a central server having a processor and a memory processes data collected from a base server having a processor and a memory, wherein the base server collects the data.
  • the central server as a result of combining the base data collected from each base server by the central server, data that can be reduced (integrated) is extracted and notified to each base to optimize the statistical processing of each base.
  • the amount of data collected by the central server can be reduced.
  • FIG. 1 is a block diagram illustrating an example of a distributed data processing system according to a first embodiment of this invention.
  • FIG. It is a flowchart which shows Example 1 of this invention and shows an example of the process performed by a base server. It is a flowchart which shows Example 1 of this invention and shows an example of the process performed in the base sequence integration part of a base server. It is a flowchart which shows Example 1 of this invention and shows an example of the process performed in a base line integration part. It is Example 1 of this invention, and is a flowchart which shows an example of the process performed by the central server. It is Example 1 of this invention, and is a flowchart which shows an example of the process performed in the integrated column extraction part of a central server.
  • Example 1 of this invention shows an example of the process performed in the replacement calculating part of a central server. It is a figure which shows Example 1 of this invention and shows an example of the base sequence information table of a base server. It is a figure which shows Example 1 of this invention and shows an example of the base sequence integration table of a base server. It is a figure which shows Example 1 of this invention and shows an example of the column priority table of a base server. It is a figure which shows Example 1 of this invention and shows an example of the base server information table of a central server. It is a figure which shows Example 1 of this invention and shows an example of the column attribute information table of a central server.
  • Example 1 of this invention shows an example of the column integrated information table of a central server. It is a figure which shows Example 1 of this invention and shows an example of the column state table
  • 1 is a block diagram illustrating an example of functional elements of a distributed data processing system according to a first embodiment of this invention.
  • Example 2 of this invention shows an example of the process performed by a base server. It is a flowchart which shows Example 2 of this invention and shows an example of the process performed by the central server. It is a flowchart which shows Example 2 of this invention and shows an example of the process performed by the replacement calculating part of a central server. It is a figure which shows Example 2 of this invention and shows an example of the base server information table of a centralized server. It is a figure which shows Example 2 of this invention and shows an example of all the base data of a centralized server. It is a flowchart which shows Example 3 of this invention and shows an example of the process performed by a base server.
  • Example 3 of this invention shows an example of the process performed by the central server. It is a figure which shows a prior art example and shows an example of an edge cut process. It is a figure which shows Example 3 of this invention and shows an example of the edge cut process performed by a central server. It is a flowchart which shows Example 4 of this invention and shows an example of the process performed by the central server. It is a figure which shows a prior art example and shows an example of all the base data and a distributed process result. It is a figure which shows Example 4 of this invention and shows an example of all the base data and a distributed process result.
  • FIG. 1 is a block diagram illustrating an example of a distributed data processing system according to a first embodiment of the present invention.
  • the distributed data processing system includes the bases 2-1 to 2-k that collect sensor data from the production line 3 and perform analysis by the base server 4, and the bases 2-1 to 2-k via the network 5. And a central server 1 that collects and analyzes base data.
  • the symbol “2” in which “ ⁇ ” and the subsequent parts are omitted is used. The same applies to the reference numerals of other components.
  • the base to which the central server 1 belongs is set as the central base.
  • the base 2 includes a production line 3 in which a sensor 31 is installed for each process, and a base server 4 that collects and analyzes sensor data measured by the sensor 31.
  • the base server 4 holds a central processing unit 41 that executes arithmetic processing, a communication interface 42 that communicates with the sensor 31 and the central server 1, an auxiliary storage device 43 that stores data and programs, and data and programs. And a main storage device 44.
  • the base server 4 collects sensor data 45 from the sensors 31 of the production line 3 and stores them in the auxiliary storage device 43.
  • the base server 4 applies the column integration shown in the conventional example to the sensor data 45 to reduce the data amount and generate the base data 56. Then, the base server 4 performs analysis processing and statistical processing set in advance for the base 2 using the base data 56.
  • the analysis processing performed at each site server 4 is performed to extract individual problems for each site 2. For this reason, in the column integration process performed to reduce the data amount, the columns of the sensor data 45 to be integrated may be different for each site 2. For this reason, as will be described later, the base server 4 of each base 2 receives a replacement instruction from the central server 1 serving as the central base and optimizes the columns to be integrated.
  • the first embodiment shows an example in which the central server 1 transmits the updated column priority table 59 as a replacement instruction.
  • the base server 4 loads the data collection unit 51, the base replacement determination unit 52, the base sequence integration unit 53, the base analysis unit 54, and the transmission / reception unit 55 into the main storage device 44 as programs, and the central processing unit 41. Run with.
  • the main storage device 44 also stores base data 56, a base column information table 57, a base column integration table 58, and a column priority table 59 as data used by each program.
  • the central processing unit 41 operates as a functional unit that provides a predetermined function by processing according to the program of each functional unit.
  • the central processing unit 41 functions as the data collection unit 51 by performing processing according to the data collection program. The same applies to other programs.
  • the central processing unit 41 also operates as a functional unit that provides each function of a plurality of processes executed by each program.
  • a computer and a computer system are an apparatus and a system including these functional units.
  • auxiliary storage device 43 a nonvolatile semiconductor memory, a hard disk drive, a storage device such as an SSD (Solid State Drive), or an IC card, SD card, DVD Etc., and can be stored in a computer readable non-transitory data storage medium.
  • SSD Solid State Drive
  • the data collection unit 51 collects sensor data 45 from the sensors 31 on the production line 3.
  • the base replacement determination unit 52 determines whether or not the column of the designated sensor data 45 can be integrated based on the replacement instruction from the central server 1, and changes the column to be integrated if possible. Based on the determination result of the base replacement determination unit 52, the base column integration unit 53 generates base data 56 in which the data amount is reduced by excluding columns with duplicate values from the sensor data 45, as in the conventional example. .
  • the site analysis unit 54 performs analysis processing and statistical processing determined for each site 2 on the generated site data 56 and outputs a processing result.
  • the transmission / reception unit 55 performs communication with the central server 1 and the sensor 31.
  • the central server 1 that functions as a central base includes a central processing unit 11 that executes arithmetic processing, a communication interface 12 that communicates with the base server 4 at each base 2, an auxiliary storage device 13 that stores data and programs,
  • the computer includes a main storage device 14 that stores data and programs, and an input / output unit 16 that displays analysis results.
  • the central server 1 collects the base data 56 generated at each base 2 and performs analysis processing of the preset central base.
  • the central server 1 first optimizes the columns to be integrated with respect to the base data 56 acquired from the base server 4, and transmits a replacement instruction to each base server 4.
  • the central server 1 collects the base data 56 from each base server 4 and stores it in the auxiliary storage device 13 after the optimization of the columns to be integrated is completed.
  • the central server 1 combines the base data 56 of each base 2 to generate all base data 15, and performs predetermined analysis processing and statistical processing on all base data 15.
  • the analysis process performed by the central server 1 is performed to extract problems and the like related to the entire bases 2.
  • the data can be further reduced by the integration processing on the base server 4 side. It is determined whether or not.
  • the central server 1 combines the base data 56 to form all base data 15, the base server 4 notifies the base server 4 of any combination of columns that can further reduce data, and optimizes the base data 56. Let it be implemented.
  • This process is an optimization of the example of integration. By repeating this process, the data amount when the central server 1 acquires the base data 56 from the base 2 is sequentially reduced. As a result, all base data 15 after combining the base data 56 collected from the base server 4 of each base 2 is optimized and generated, and the data amount of all base data 15 used in the analysis processing of the central server 1 is reduced. it can.
  • the central server 1 loads the integrated column extraction unit 21, the transmission / reception unit 22, the replacement calculation unit 23, the general input data generation unit 24, and the general analysis unit 25 as programs into the main storage device 14 and performs central processing. It is executed by the processing device 11.
  • the main storage device 14 also includes a column priority table 26, a base server information table 27, a column attribute information table 28, a column integrated information table 29, and a column status table 30 as data used by each program. Retained.
  • the input / output unit 16 includes an input device such as a keyboard, a mouse, and a touch panel, and an output device such as a display.
  • the central processing unit 11 operates as a function unit that provides a predetermined function by processing according to the program of each function unit.
  • the central processing unit 11 functions as the integrated column extraction unit 21 by performing processing according to the integrated column extraction program. The same applies to other programs.
  • the central processing unit 11 also operates as a functional unit that provides each function of a plurality of processes executed by each program.
  • a computer and a computer system are an apparatus and a system including these functional units.
  • auxiliary storage device 13 a nonvolatile semiconductor memory, a hard disk drive, a storage device such as an SSD (Solid State Drive), or an IC card, SD card, DVD Etc., and can be stored in a computer readable non-transitory data storage medium.
  • SSD Solid State Drive
  • the central server 1 receives attribute information indicating the state of the site data 56 and the like from the site server 4 of each site 2 before performing the analysis process.
  • the integrated column extraction unit 21 generates a column attribute information table 28, a column integration information table 29, and a column state table 30 based on the information received from the base server 4.
  • the replacement calculation unit 23 refers to the column attribute information table 28, the column integration information table 29, and the column state table 30 of each site 2, and when the site data 56 is combined, whether or not there is a column that can be further integrated. judge. If there is a column that can be integrated, the replacement calculation unit 23 generates a replacement instruction.
  • the transmission / reception unit 22 transmits a replacement instruction to the corresponding base server 4. In the first embodiment, the replacement calculation unit 23 transmits an update of the column priority table 59 of the target base 2 to the base server 4 as a replacement instruction.
  • the overall input data generation unit 24 acquires the base data 56 from each base 2 and the attribute information of each base data 56 and combines the base data 56 to generate all base data 15.
  • the overall analysis unit 25 executes a predetermined analysis process set in the overall base for all the generated base data 15 and outputs a processing result.
  • the all base data 15, the column priority table 26, the base server information table 27, the column attribute information table 28, the column integrated information table 29, and the column state table 30 will be described later.
  • FIG. 15 is a diagram illustrating an example of the sensor data 45.
  • the sensor data 45 collected by the base server 4 from the sensor 31 of the production line 3 includes time 451 and data 452-1 to 452-n for storing values measured for each column identifier in one entry.
  • time 451 and data 452-1 to 452-n for storing values measured for each column identifier in one entry.
  • data 452-1 to 452-n for storing values measured for each column identifier in one entry.
  • column identifiers are 1 to n is shown.
  • the time 451 stores a time stamp when the sensor data 45 is measured.
  • Data 451 to 451-n of each site 2-1 to 2-k is sensor data 45 measured by the sensor 31.
  • FIG. 16 is a diagram illustrating an example of the base data 56.
  • the base data 56 is a table in which the base column integration unit 53 integrates the same (or similar) values of the sensor data 45 into one column.
  • the site data 56 includes a time 551 and data 562-1 to 552-n storing sensor data 45 for each column identifier in one entry.
  • the data 562-1 and 552-3 are determined to have the same (or similar) value
  • the column of the data 562-2-3 is excluded (black in the figure), and is integrated into the column of the data 562-1 (see FIG. An example with a diagonal line is shown. That is, in the figure, the hatched field indicates the integration destination that uses the value, and the black field in the figure indicates the integration source that does not use the value.
  • the base column integration unit 53 of the base server 4 extracts columns having the same value or similar values in units of columns and integrates them into one column.
  • the columns to be integrated are selected under preset conditions such as information in a column priority table 59 described later, round robin, and the like.
  • the similarity of column values can be determined as columns in which the values of the sensor data 45 are in a proportional relationship with each other. For example, the values of the data 452-1 and the data 452-4 are proportional. So it is similar.
  • FIG. 8 is a diagram showing an example of the base sequence information table 57.
  • the base column information table 57 is a table set in each base 2 in order to identify the contents or attributes of the values of the respective columns of the sensor data 45 and the base data 56.
  • the base column information table 57 includes a column ID 571 for storing a column identifier, a column name 572 for storing the name of the sensor data 45 measured by the sensor 31, and a column attribute 573 for storing attribute information of the value of the sensor data 45. , In one entry.
  • the column ID 571 is an identifier of a column corresponding to the data 562-1 to 562-n of the base data 56.
  • the identifier of the column is a unique value within the base 2, and identifiers 1 to n are used.
  • FIG. 9 is a diagram showing an example of the base column integration table 58.
  • the base column integration table 58 is a table showing the relationship between columns excluded from the base data 56 and integration destination columns.
  • the base column integration table 58 has the same data (or similar) as the serial number 581, the integration destination 582 storing the integration destination column name, and the integration source 583 storing the column name excluded from the base data 56.
  • the number of matching lines 584 for storing the number of lines is included in one entry.
  • the columns “device 1 temperature” and “device 1 sensitivity” are integrated into the column whose column name is “outside air temperature”.
  • the base data 56 data corresponding to “device 1 temperature” and “device 1 sensitivity” is excluded, and the data is integrated in the column of “outside temperature”.
  • the number of lines whose values match (or are similar) in the base data 56 is stored in the number of matching lines 584, but the ratio between the number of lines whose values match and the total number of lines is stored. You may do it.
  • FIG. 10 is a diagram illustrating an example of the priority table 59.
  • the column priority table 59 is a table that is generated by the central server 1 and sets a column to be integrated and a column to be excluded from the two columns.
  • the column priority table 59 includes a serial number 591, a priority column ID 592 for storing an identifier of a column to be prioritized as an integration destination, and a non-priority column ID 593 for storing an identifier of a column to be excluded as an integration source. Include in entry.
  • the column priority table 26 of the central server 1 is the same as that in FIG. 10, and includes a serial number 591, a priority column ID 592, and a non-priority column ID 593 in one entry.
  • the column priority table 26 of the central server 1 is preset based on know-how and the like in the central server 1 as the column priority of the system setting.
  • FIG. 11 is a diagram illustrating an example of the base server information table 27 of the central server 1.
  • the base server information table 27 is updated when the central server 1 receives various information from the base 2.
  • the base server information table 27 includes a serial number 271, a base ID 272 that stores the identifier of the base 2, a sensor number 273 that stores the number of sensors 31 managed by the base 2, and data that stores the number of rows of the base data 56.
  • the number of rows 274 and the data size 275 for storing the capacity of the base data 56 are included in one entry.
  • FIG. 12 is a diagram showing an example of the column attribute information table 28 of the central server 1.
  • the column attribute information table 28 can be generated for each base server 4 by the central server 1.
  • the column attribute information table 28 is a table in which attributes of the data 562-1 to 562-n of the base data 56 received by the central server 1 from the base server 4 of each base 2 are set.
  • the column attribute information table 28 stores a column ID 281 that stores the identifiers of the columns of the site data 56 and the all site data 15, a column name 282 that stores the name of the site data 56 of each column, and the attributes of the site data 56.
  • the column attribute 283 is included in one column.
  • a value of 1 to n is set corresponding to 562-1 to 562-n of the base data 56.
  • FIG. 13 is a diagram showing an example of the column integration information table 29 of the central server 1.
  • the column integration information table 29 is generated when the central server 1 receives the base column integration table 58 and the like from each base 2.
  • the column integration information table 29 can be generated for each base server 4 by the central server 1.
  • the integrated rate 292 stores the ratio of the number of rows that matches the value of the integration source column to the number of rows of each column (1 to n) ID 291.
  • a column ID 291 having an integrated rate 292 of 0% indicates that it has not been integrated into another column.
  • FIG. 14 is a diagram illustrating an example of the column status table 30 of the central server 1.
  • the column status table 30 can be generated for each base server 4 by the central server 1.
  • the column status table 30 stores the matching rate between each column of the base data 56 and the other column values.
  • the column status table 30 includes a column ID 301 for storing a column ID to be compared, and a column ID 302 to a column ID 306 in one entry.
  • FIG. 17 is a diagram showing the relationship between all base data 15 and base data 56 of the central server 1. All base data 15 is a table in which base data 56 collected from the base server 4 of each base 2 is combined.
  • column IDs column identifiers
  • the illustrated base data 15 includes base data 56-1 for base 2-1 (first base), base data 56-2 for base 2-2 (second base), and base 2-3 (third base).
  • the base data 56-3 of () is combined for each identical column ID.
  • the hatched field in the figure indicates the integration destination that uses the value
  • the black field in the figure indicates the integration source that does not use the value.
  • FIG. 18 is a block diagram illustrating an example of functional elements of a distributed data processing system.
  • the base server 4 collects sensor data 45 from the sensors 31 on the production line 3.
  • the base column integration unit 53 excludes the same or similar columns from the analysis target sensor data 45 to reduce the data amount 56. Is generated.
  • the site analysis unit 54 performs a predetermined analysis process on the generated site data 56 and outputs an analysis result.
  • the analysis process is executed at a predetermined timing determined by the manager of the site 2 such as weekly or monthly.
  • the transmission / reception unit 55 transmits information about the integrated column, base data 56, and the like to the central server 1.
  • the central server 1 optimizes the columns to be integrated before collecting the base data 56 from the base server 4 of each base 2.
  • the central server 1 acquires the base data 56 from each base server 4, combines the base data 56, generates all base data 15, and performs a predetermined analysis process at the central base. .
  • the analysis process is executed at a predetermined timing determined by the manager of the central office such as weekly or monthly.
  • the integrated column extraction unit 21 of the central server 1 acquires column information (base column integration table 58, base column information table 57) from each base server 4 ((1) in the figure).
  • the replacement calculation unit 23 calculates a replaceable column ID from the extracted column ID and the column priority table 26. If the combination of column IDs that can reduce the amount of data exists when combining the base data 56, the replacement calculation unit 23 transmits a replacement instruction from the transmission / reception unit 22 to the base server 4 (2).
  • the column priority table 59 for each base 2 including combinations of a plurality of column IDs can be used.
  • the base replacement determination unit 52 refers to the replacement instruction (column priority table 59) and determines whether or not the column IDs to be integrated can be replaced. If the replacement is possible, the base replacement determination unit 52 notifies the base column integration unit 53 of the column ID for switching the integration destination. The base column integration unit 53 updates the column priority table 59 to reflect the replacement instruction when the next base data 56 is generated. If the data amount can be reduced, the central server 1 repeatedly executes the optimization processing for the columns to be integrated.
  • the replacement instruction column priority table 59
  • the central input data generation unit 24 acquires the base data 56 from each base server 4 (3) and combines the base data 56 to generate all base data 15. . Then, the overall analysis unit 25 uses the all site data 15 to execute a predetermined analysis process set in advance at the overall site.
  • the central server 1 at the central base can be replaced by optimizing the columns to be integrated at each base server 4 before performing the analysis processing.
  • a combination of column IDs capable of reducing the data amount is calculated.
  • the central server 1 notifies the base server 4 of a combination of column IDs capable of reducing the data amount, and changes the column ID to be integrated when the next base data 56 is generated.
  • the central server 1 collects processing target data (base data 56) from each base server 4 after optimizing the columns to be integrated based on the base column integration table 58 and the like.
  • base data 56 base data 56
  • the central server 1 may optimize the columns to be integrated after first collecting the base data 56 to be analyzed.
  • FIG. 2 is a flowchart illustrating an example of processing performed in the base server 4. This process is started when the analysis process of the base 2 is executed.
  • the base server 4 designates sensor data 45 to be analyzed from an input / output device (not shown).
  • step S1 the data collection unit 51 of the base server 4 collects the sensor data 45 from the sensor 31 and generates (or updates) the base sequence information table 57.
  • step S ⁇ b> 2 the base column integration unit 53 of the base server 4 refers to the column priority table 59 and compares the data for each column of the sensor data 45. A combination of columns is specified, and a column ID to be integrated (excluded) is calculated. Note that the process of excluding data in units of columns and reducing the data amount is referred to as a node cut process.
  • the integration source (exclusion target) column is integrated into the integration destination (use data) column.
  • the base column integration unit 53 acquires the column name to be integrated from the base column information table 57 and generates the base column integration table 58.
  • the base column integration unit 53 generates data obtained by deleting the integration source column from the sensor data 45 as base data 56.
  • step S4 the site analysis unit 54 executes a predetermined analysis process using the site data 56.
  • step S3 the transmission / reception unit 55 transmits the data in the base column information table 57, the data in the base column integration table 58, the number of rows and the data size of the base data 56 to the central server 1. Note that the processing of step S3 and step S4 can be performed asynchronously. At this time, the base data 56 is not transmitted.
  • step S5 the transmission / reception unit 55 receives a column replacement instruction or an end notification from the central server 1.
  • step S6 the transmission / reception unit 55 determines whether or not an optimization end notification has been received. If an end notification has been received, the process proceeds to step S11, and if not received, the process proceeds to step S7.
  • step S7 the base replacement determination unit 52 receives a replacement instruction and determines whether or not replacement is possible with reference to the column priority table 59.
  • the base replacement determination unit 52 determines that replacement is possible if the integration destination column ID and the integration source column ID included in the replacement instruction do not match the non-priority column ID 593 and the priority column ID 592 in the column priority table 59. Otherwise, it is determined that the replacement is impossible.
  • step S8 the base replacement determination unit 52 proceeds to step S9 if the determination result can be replaced, and proceeds to step S10 if the replacement cannot be performed.
  • step S9 the site replacement determination unit 52 stores the integration destination column ID specified in the replacement instruction and the integration source column ID in a replacement list (not shown).
  • the replacement list can store a plurality of combinations of the integration destination column ID and the integration source column ID.
  • step S10 the base replacement determination unit 52 determines whether or not all the column ID pairs of replacement instructions have been processed.
  • the site replacement determination unit 52 returns to step S2 if the processing has been completed for all the column ID pairs and repeats the above processing, and if not completed, returns to step S7 and repeats the above processing.
  • step S11 in which the end notification is received in the determination in step S6, the transmission / reception unit 55 transmits the base data 56 as input data for analysis and the updated base column integration table 58 data to the central server 1. The process ends.
  • the base server 4 generates base data 56 in which the data amount of the sensor data 45 is reduced by the node cut processing, and the information (base sequence integration table 58) in which the data amount is reduced and the attribute information ( The base sequence information table 57) is generated and these data are transmitted to the central server 1.
  • the base server 4 When receiving the replacement instruction from the central server 1, the base server 4 applies to the next node cut process in addition to the replacement list as long as it is a combination of column IDs not specified in the column priority table 59 of the base 2. To do.
  • the base server 4 adds the contents of the replacement list to the column priority table 59 in advance.
  • the central server 1 can reduce the data amount of the base data 56 collected from each base 2.
  • FIG. 3 is a flowchart showing an example of processing performed by the base sequence integration unit 53 of the base server 4. This process is performed in step S2 of FIG.
  • step S21 the base sequence integration unit 53 acquires the sensor data 45 to be analyzed and standardizes it by a known method such as normal distribution.
  • the base column integration unit 53 repeats steps S22 to S27 according to the number of columns of the standardized sensor data 45, and further performs steps S23 to S27 with the number of columns of the standardized sensor data 45 minus one. Repeat S26.
  • the base column integration unit 53 can perform node cut processing between two columns, which will be described later, to exclude the currently selected sensor data 45 (i column) in units of columns and integrate them into the j column. If there is, the base data 56 is generated excluding the i column.
  • the base data 56 is generated excluding the i column.
  • an example in which the i column is excluded is shown, but the j column may be excluded, and an exclusion rule specified by the user can be applied.
  • the exclusion rule specified by the user can be, for example, “exclude columns with large column numbers” or “exclude columns with small data distribution values”.
  • step S25 the base line integration unit 53 determines whether or not the currently selected i-row sensor data 45 has been excluded. If the base column integration unit 53 excludes the sensor data 45 in the i column, the process proceeds to step S27 and proceeds to the next column (i + 1). Otherwise, the process in the next column (j + 1) is performed.
  • the base column integration unit 53 compares the data in the i column and the j column of the standardized sensor data 45, and if the data match, the base column 56 excludes the i column (or j column). Is generated.
  • FIG. 4 is a flowchart illustrating an example of processing performed by the base sequence integration unit 53 of the base server 4. This process is performed in step S24 of FIG.
  • step S31 the base column integration unit 53 calculates the number of rows whose values match in the i column and the j column of the standardized sensor data 45.
  • step S ⁇ b> 32 the base column integration unit 53 determines whether or not the values match in all rows in the i column and the j column of the standardized sensor data 45. If the values match in all the rows, the process proceeds to step S33. If they do not match, the process ends and the process returns to the process of FIG.
  • step S33 the base column integration unit 53 refers to the column priority table 59 of the base 2, and if the current relationship between the i column and the j column is specified in the column priority table 59 on the base 2 side, The designation is selected and the process proceeds to step S36, and if not designated, the process proceeds to step S34.
  • step S34 the base column integration unit 53 refers to the column priority table 26 of the central server 1, and if the current relationship between the i column and the j column is specified in the column priority table 26 of the central server 1, The designation is selected and the process proceeds to step S36. If not designated, the process proceeds to step S35.
  • the column priority table 26 of the central server 1 is a system-specified priority table.
  • step S35 the base column integration unit 53 determines a column (integration source) to be excluded by a method designated by the user (or administrator) of the base 2.
  • step S36 the base sequence integration unit 53 generates base data 56 by deleting the i-column data of the standardized sensor data 45 according to the selected designation. That is, the base column integration unit 53 integrates the i column data into the j column. Then, the base column integration unit 53 refers to the base column information table 57 to acquire the column name 572 of the integration source i column and the column name 572 of the integration destination j column from the column ID, and the base column integration table 58. Add to Further, the base column integration unit 53 sets the number of rows in which the values match in the i column and the j column as the matching row number 584 in the base column integration table 58.
  • step S37 if the base column integration unit 53 includes a column to be excluded by referring to the integration destination of the base column integration table 58, the base column integration table 58 changes the integration destination of the column to be excluded. Update.
  • the base data 56 is generated by integrating the i column into the j column to reduce the data amount, and integrating
  • the base column integration table 58 is generated by adding the relationship between the original i column and the integration destination j column.
  • FIG. 5 is a flowchart showing an example of processing performed in the central server 1. This process is performed when the central server 1 executes an analysis process.
  • step S40 the integrated column extraction unit 21 generates a column priority table 59 for each base 2. Further, the integrated column extraction unit 21 generates a column priority table 26 for the central office.
  • the column priority tables 59 and 26 are tables that are set in advance according to the know-how of each base 2 and the like. Among the two columns, columns to be integrated and columns to be excluded are set.
  • the column priority table 59 of each site can be fed back after the contents of the replacement instruction received from the central server 1 are set in advance.
  • step S41 the transmission / reception unit 22 uses the data in the base column information table 57, the data in the base column integration table 58, the number of rows in the base data 56, and the data as column information to be integrated from the base server 4 of each base 2. Receive size.
  • step S42 the column attribute information table 28, the column integration information table 29, and the column state table 30 are generated based on the column information to be integrated for each base 2 received by the integrated column extraction unit 21.
  • the integrated column extraction unit 21 sets the column ID 571, the column name 572, and the column attribute 573 of the site column information table 57 of each site 2 to the column ID 281, the column name 282, and the column attribute 283 of the column attribute information table 28, respectively.
  • the column attribute information table 28 is generated.
  • the integrated column extraction unit 21 calculates the column integration information table 29 from the integration destination 582 and the integration source 583 of the base column integration table 58 of each base 2, the number of matching lines 584, the column name 572 and the column ID 571 of the base column information table 57. Is generated.
  • the integrated column extraction unit 21 stores a 100-minute rate (ratio) obtained by dividing the number of matching rows 584 of the integration destination 582 by the total number of rows.
  • the integrated column extraction unit 21 generates the column state table 30 from the base column integration table 58 integration destination 582 and the integration source 583 of each base 2, the matching row number 584, the column name 572 and the column ID 571 of the base column information table 57. To do.
  • the column status table 30 stores a data matching ratio between the column ID and the comparison column ID.
  • step S43 the replacement calculation unit 23 selects a combination that increases the number of columns that can be integrated in each site data 56 as shown in FIG. Then, if there is an integration source 583 that can be added to the integration destination 582, the transmission / reception unit 22 updates the column priority table 59 of the corresponding base 2.
  • step S44 the transmission / reception unit 22 determines whether there is a replaceable combination of columns.
  • the transmission / reception unit 22 proceeds to step S45 if there is a replaceable combination of columns in the calculation result of the replacement calculation unit 23, and proceeds to step S46 if it does not exist.
  • step S45 the transmission / reception unit 22 transmits the column priority table 59 of each site 2 to the site server 4. Thereby, the central server 1 can notify the base server 4 of replacement of the columns to be integrated. After the process of step S45, it returns to step S41 and repeats the said process.
  • step S46 the transmission / reception unit 22 transmits an end notification of replacement to each base server 4. Further, the transmission / reception unit 22 requests the base server 4 of the corresponding base 2 for base data 56 necessary for the analysis processing in the central server 1.
  • step S47 the transmitting / receiving unit 22 receives the requested base data 56 and data in the base column information table 57.
  • the overall input data generation unit 24 matches the base data 56 of each base 2, the data of the base column information table 57, and the data of the column attribute information table 28, and combines the base data 56 to generate all data.
  • Base data 15 is generated.
  • step S49 the overall analysis unit 25 receives all the site data 15 and executes a predetermined analysis process.
  • step S50 the overall analysis unit 25 matches the column ID of the analysis result with the column ID 281 of the column attribute information table 28, acquires the column name 282 of the analysis result, and assigns it to the analysis result.
  • the central server 1 can calculate the combination of columns that can increase the number of columns that can be integrated based on the column information received from each base server 4 and increase the number of columns that can be integrated. For example, the column priority table 59 of each base 2 is updated to replace the columns to be integrated. Thereby, it is possible to reduce the data amount of the base data 56 received by the central server 1.
  • the central server 1 can optimize the columns to be integrated at each site server 4 by repeatedly updating the column priority table 59 of each site 2 until the number of columns that can be integrated cannot be increased. is there.
  • FIG. 6 is a flowchart illustrating an example of processing performed by the integrated column extraction unit 21 of the central server 1. This process is executed in step S42 of FIG.
  • step S51 the integrated column extraction unit 21 selects a common column name 572 and column attribute 573 from the base column information table 57 of each base 2, and generates a column integrated information table 29.
  • the integrated column extraction unit 21 assigns column IDs 281 sequentially, and sets column names 282 and column attributes 283 of column data common to the respective bases 2.
  • step S52 as described above, the column integration information table 29 and the column state table 30 are generated.
  • step S54 the integrated column extraction unit 21 repeats the processing up to step S57 by the number of base servers 4.
  • FIG. 7 is a flowchart illustrating an example of processing performed in the replacement calculation unit 23 of the central server 1. This process is executed in step S43 of FIG.
  • step S61 the replacement calculation unit 23 selects a column ID 291 that has not yet been replaced in the column integration information table 29 and has the highest integrated rate 292.
  • a flag or bit indicating whether the replacement calculation is incomplete or completed is set in the base sequence information table 57 and the like, and when the replacement calculation unit 23 processes the flag or bit, Set it.
  • step S62 the replacement calculation unit 23 determines whether there is a column that can be integrated in the column ID 291. If there is a column that can be integrated, the process proceeds to step S63, and if there is no column, the process proceeds to step S66.
  • step S63 the replacement calculation unit 23 sets the priority column ID 592 of the selected column ID 281 in the column priority table 59 of the base 2 corresponding to the combination, and the integration destination 582 of the selected combination. Is set to the non-priority column ID 583 and updated.
  • the column priority table 59 of the entry may include a flag or a bit indicating a replacement instruction.
  • the replacement calculation unit 23 determines that all the base data 56 are integrated into the priority column ID 592. If all the base data 56 are integrated, the process proceeds to step S65, and if not, the process returns to step S62 and the above process is repeated.
  • step S65 the replacement calculation unit 23 calculates the replaced state and writes it in the column state table 30, and locks the place where the replacement is performed and the corresponding column. Thereby, the column status table 30 of the base 2 is determined.
  • step S66 the replacement calculation unit 23 searches the column integration information table 29 to determine whether or not there is a column for which the integrated rate 292 exceeds 0% and the replacement calculation has not been completed. That is, the replacement calculation unit 23 determines whether there is base data 56 that has been integrated in another column but has not yet been replaced.
  • the replacement calculation unit 23 returns to step S61 if the base data 56 that has been integrated into another column and the replacement calculation has not been completed, and repeats the above process. If not, the process ends. Returning to the process of FIG.
  • the replacement calculation unit 23 detects a replaceable column and updates the column priority table 59 for each base 2 to instruct each base server 4 to switch the integration target column. Can be output.
  • the central server 1 of the central base when the central server 1 of the central base combines the base data 56 based on the information on the columns to be integrated collected from the respective bases 2, the combination of columns of data that can be reduced is obtained.
  • the central server 1 of the central base By detecting and notifying each base 2, it is possible to optimize the statistical processing of each base 2 and reduce the amount of base data 56 collected by the central server 1 of the central base.
  • the replacement calculation unit 23 of the central server 1 does not have a combination of columns that increases the number of columns that can be integrated (the number of columns of the combined base data 56 (all base data 15) is the minimum).
  • all base data 15 is generated by combining the base data 56.
  • the central server 1 transmits a combination of columns in which the number of columns that can be integrated is increased as a replacement instruction to the base server 4 and then combines the currently received base data 56 to generate all base data 15.
  • the overall analysis unit 25 may perform the analysis. Then, the central server 1 can use the base data 56 reflecting the replacement instruction for the next analysis.
  • a combination of columns in which the number of columns that can be integrated is increased is included in the column priority table 59 and transmitted to the base server 4.
  • the present invention is not limited to this.
  • the central server 1 can transmit a combination of columns in which the number of columns that can be integrated increases to the base server 4 as a replacement instruction.
  • Example 2 of the present invention show Example 2 of the present invention.
  • the integration source column is integrated into the integration destination column with a matching rate equal to or higher than the threshold.
  • Other configurations are the same as those of the first embodiment.
  • FIG. 19 is a flowchart illustrating an example of processing performed by the base server 4 according to the second embodiment.
  • step S3 is replaced with step S3A in the process of FIG. 2 of the first embodiment, and other processes are the same as those of FIG. 2 of the first embodiment.
  • step S3A the transmission / reception unit 55 transmits the number of columns of the base data 56 to the central server 1 in addition to the data of the base column information table 57, the data of the base column integration table 58, the number of rows and the data size of the base data 56.
  • the transmission point is different from the first embodiment.
  • FIG. 20 is a flowchart showing an example of processing performed in the central server 1.
  • step S401 is added after step S41 in the processing of FIG. 5 of the first embodiment, and other processing is the same as that of FIG. 5 of the first embodiment.
  • step S401 the transmission / reception unit 22 of the central server 1 receives information on the number of columns, the number of rows, and the data size of the base data and sets the information in the base server information table 27. For this reason, as shown in FIG. 22, a field of 276 data columns is added to the base server information table 27 and the number of columns of the base data 56 is stored.
  • FIG. 21 is a flowchart illustrating an example of processing performed by the replacement calculation unit 23 of the central server 1.
  • step S64 in FIG. 7 in the first embodiment is changed to step S64A, and other processes are the same as those in FIG. 7 in the first embodiment.
  • step S64 the replacement calculation unit 23 determines whether or not the integrated rate 292 that is assumed to be replaced is equal to or higher than a predetermined threshold (for example, 70%). In other words, the replacement calculation unit 23 determines that a row equal to or higher than the threshold value in the base data 56 is integrated into the priority column ID 592. If the line more than a threshold is integrated, it will progress to Step S65, and if that is not right, it will return to said Step S62 and repeat the above-mentioned processing.
  • a predetermined threshold for example, 70%
  • FIG. 23 is a diagram illustrating an example of all base data 15 and analysis results of the central server 1.
  • the row matching rate is equal to or higher than a threshold value in the column IDs of the integration destination and the integration source. Therefore, by displaying the matching rate in the analysis result, the transition of the column ID and the matching rate for each analysis By observing, it can be used for aged deterioration and abnormality detection.
  • FIGS. 24 to 25 and 27 show Embodiment 3 of the present invention.
  • the site analysis unit 54 and the overall analysis unit 25 perform data compression and principal component analysis (PCA).
  • PCA principal component analysis
  • Other configurations are the same as those of the first embodiment.
  • As the data compression of the third embodiment an example in which a technique (hereinafter referred to as edge cut processing) for performing data compression by graphing in the above-mentioned Patent Document 2 is shown.
  • FIG. 24 is a flowchart showing an example of processing performed in the base server 4.
  • step S4 is replaced with step S4A in the process of FIG. 2 of the first embodiment, and other processes are the same as those of FIG. 2 of the first embodiment.
  • step S4A the site analysis unit 54 performs principal component analysis after the site data 56 is subjected to data compression by edge cut processing.
  • FIG. 25 is a flowchart illustrating an example of processing performed in the central server 1.
  • step S49 is replaced with step S49A in the process of FIG. 5 of the first embodiment, and other processes are the same as those of FIG. 5 of the first embodiment.
  • step S49A the overall analysis unit 25 performs principal component analysis after performing data compression by edge cut processing on all base data 15.
  • FIG. 26 is a diagram illustrating an example of a principal component analysis to which an edge cut process is applied, showing a conventional example.
  • the edge cut processing is a technology that accepts a target processing time and excludes low correlation data.
  • the calculation error becomes large, for example, the threshold value of the edge cut process becomes large, and the correlation matrix 152 makes the original relationship invisible. There was a case.
  • FIG. 27 is a diagram illustrating the third embodiment and illustrating an example in which the node cut process is performed before the edge cut process is applied.
  • node cut processing is performed in the same manner as in the first embodiment, and all base data 15 (base data 56 in the base 2) is generated.
  • the central server 1 generates a correlation matrix 153 from all the base data 15 subjected to the node cut process, and executes an edge cut process on the correlation matrix 152 to obtain the correlation matrix 154. . Thereby, it is possible to suppress calculation errors by suppressing an increase in threshold value in the edge cut processing.
  • FIG. 28 is a flowchart showing an example of processing performed in the central server 1.
  • step S50 is replaced with step S50A in the process of FIG. 5 of the first embodiment, and other processes are the same as those of FIG. 5 of the first embodiment.
  • step S50A the overall analysis unit 25 matches the column ID of the analysis result with the column ID 281 of the column attribute information table 28, acquires the column name 282 of the analysis result, and assigns it to the analysis result. Furthermore, the overall analysis unit 25 matches the column ID of the analysis result with the column ID of the column integration information table 29 to acquire the integration source column ID, and acquires the integration source column name 282 from the column attribute information table 28. To the analysis results.
  • FIG. 29 is a diagram illustrating an example of an analysis result output by the central server 1.
  • the fourth embodiment since the column name and the name of the integration source column are written together in the analysis result, there is an advantage that the correlation between the original column data becomes easy to understand.
  • each of the above-described configurations, functions, processing units, processing means, and the like may be realized by hardware by designing a part or all of them with, for example, an integrated circuit.
  • each of the above-described configurations, functions, and the like may be realized by software by the processor interpreting and executing a program that realizes each function.
  • Information such as programs, tables, and files that realize each function can be stored in a memory, a hard disk, a recording device such as an SSD (Solid State Drive), or a recording medium such as an IC card, an SD card, or a DVD.
  • control lines and information lines indicate what is considered necessary for the explanation, and not all the control lines and information lines on the product are necessarily shown. Actually, it may be considered that almost all the components are connected to each other.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Computing Systems (AREA)
  • Algebra (AREA)
  • Computer And Data Communications (AREA)

Abstract

統括サーバが、拠点サーバから収集したデータを処理する分散型データ処理システムのデータ処理方法であって、拠点サーバが、データを収集して標準化してからノードカット処理によって拠点データを生成し、前記統括サーバが、複数の拠点サーバから前記拠点データの列の属性情報と、前記拠点サーバのノードカット処理による前記拠点データの統合元と統合先の関係を拠点列統合情報として収集し、複数の拠点データを結合した場合に、統合元と統合先を入れ替えてデータ量を削減可能な統合元と統合先の組み合わせを算出する入替演算の結果、前記データ量を削減可能な統合元と統合先の組み合わせが存在する場合には、前記組み合わせを入替指示として前記拠点サーバに通知する。

Description

データ処理方法、分散型データ処理システム及び記憶媒体
 本発明は、分散型のデータ処理システムでデータ量を削減する技術に関する。
 ビッグデータの分析や、IoT(Internet of Things)等のセンサから取得したデータの分析を行う分散型のデータ処理システムでは、複数の拠点(工場や支社等)と統括拠点(例えば、本社)でデータの分析を行っている。
 分散型のデータ処理システムとしては、例えば、特許文献1が知られている。特許文献1では、クライアントが持つジョブの一部をサーバに分散させ、サーバは受信したジョブの部分を実行してクライアントに応答する。これにより、ジョブ全体の処理時間を短縮させている。
 また、大量のデータを扱う場合では、拠点と統括拠点との間での通信コストを削減するため、グラフ化によってデータ圧縮を行う技術が知られている(例えば、特許文献2)。
 また、大量のデータを統合する手法として、表データ内で同じ値の列が複数存在する場合には、一つの列に統合する技術も知られている。
国際公開第2007/070491号 国際公開第2015/114830号
 IoTやビッグデータを扱う場合、各拠点に分散しているデータ量は膨大であるため、これらの拠点のデータをそのまま統括拠点に収集することは通信及び蓄積のコストが過大になってしまう。拠点ごとにデータを統合してデータ量を削減してから、拠点単位で統計分析を行っており、拠点が保持するデータは拠点単位で行われる統計分析に合わせた統計処理がなされている。
 この統計処理として前記従来例の列の統合を適用してデータ量を削減する場合では、拠点毎に統合する列を決定するため、拠点毎に除外する列が異なる場合がある。この統計処理を施した拠点のデータを、統括拠点に収集して拠点毎のデータを結合すると、第1の拠点で除外していたデータを、第2の拠点では利用する場合が生じ、同種のデータを重複して結合することになる。この結果、前記従来例では、データ量の削減が円滑に行われずに、通信コストと演算コストの削減を推進できない、という問題があった。
 そこで、本発明は上記問題点に鑑みてなされたもので、統括拠点で収集したデータのうち同種のデータが重複している場合には、拠点毎に統合するデータを最適化してデータ量の削減を行うことを目的とする。
 本発明は、プロセッサとメモリを有する統括サーバが、プロセッサとメモリを有する拠点サーバから収集したデータを処理する分散型データ処理システムのデータ処理方法であって、前記拠点サーバが、前記データを収集して標準化してからノードカット処理によって拠点データを生成する第1のステップと、前記統括サーバが、複数の拠点サーバから前記拠点データと、前記拠点データの列の属性と、前記拠点サーバのノードカット処理による前記拠点データの統合元と統合先の関係を収集する第2のステップと、前記統括サーバが、前記複数の拠点データを結合したときに、統合元と統合先を入れ替えてデータ量を削減可能な統合元と統合先の組み合わせを算出する入替演算を行う第3のステップと、前記統括サーバが、前記入替演算の結果、前記データ量を削減可能な統合元と統合先の組み合わせが存在する場合には、前記組み合わせを入替指示として前記拠点サーバに通知する第4のステップと、を含む。
 本発明によれば、統括サーバが各拠点サーバから収集した拠点データを結合した結果、削減(統合)可能なデータを抽出して各拠点に通知することで、各拠点の統計処理を最適化して、統括サーバで収集するデータ量を削減することが可能となる。
本発明の実施例1を示し、分散型のデータ処理システムの一例を示すブロック図である。 本発明の実施例1を示し、拠点サーバで行われる処理の一例を示すフローチャートである。 本発明の実施例1を示し、拠点サーバの拠点列統合部で行われる処理の一例を示すフローチャートである。 本発明の実施例1を示し、拠点列統合部で行われる処理の一例を示すフローチャートである。 本発明の実施例1を示し、統括サーバで行われる処理の一例を示すフローチャートである。 本発明の実施例1を示し、統括サーバの統合済列抽出部で行われる処理の一例を示すフローチャートである。 本発明の実施例1を示し、統括サーバの入替演算部で行われる処理の一例を示すフローチャートである。 本発明の実施例1を示し、拠点サーバの拠点列情報表の一例を示す図である。 本発明の実施例1を示し、拠点サーバの拠点列統合表の一例を示す図である。 本発明の実施例1を示し、拠点サーバの列優先度表の一例を示す図である。 本発明の実施例1を示し、統括サーバの拠点サーバ情報表の一例を示す図である。 本発明の実施例1を示し、統括サーバの列属性情報表の一例を示す図である。 本発明の実施例1を示し、統括サーバの列統合情報表の一例を示す図である。 本発明の実施例1を示し、統括サーバの列状態表の一例を示す図である。 本発明の実施例1を示し、拠点サーバのセンサデータの一例を示す図である。 本発明の実施例1を示し、拠点サーバの拠点データの一例を示す図である。 本発明の実施例1を示し、統括サーバの全拠点データと拠点データの一例を示す図である。 本発明の実施例1を示し、分散型のデータ処理システムの機能要素の一例を示すブロック図である。 本発明の実施例2を示し、拠点サーバで行われる処理の一例を示すフローチャートである。 本発明の実施例2を示し、統括サーバで行われる処理の一例を示すフローチャートである。 本発明の実施例2を示し、統括サーバの入替演算部で行われる処理の一例を示すフローチャートである。 本発明の実施例2を示し、統括サーバの拠点サーバ情報表の一例を示す図である。 本発明の実施例2を示し、統括サーバの全拠点データの一例を示す図である。 本発明の実施例3を示し、拠点サーバで行われる処理の一例を示すフローチャートである。 本発明の実施例3を示し、統括サーバで行われる処理の一例を示すフローチャートである。 従来例を示し、エッジカット処理の一例を示す図である。 本発明の実施例3を示し、統括サーバで行われるエッジカット処理の一例を示す図である。 本発明の実施例4を示し、統括サーバで行われる処理の一例を示すフローチャートである。 従来例を示し、全拠点データと分散処理結果の一例を示す図である。 本発明の実施例4を示し、全拠点データと分散処理結果の一例を示す図である。
 以下、本発明の一実施形態について添付図面を用いて説明する。
 図1は、本発明の実施例1の分散型のデータ処理システムの一例を示すブロック図である。分散型のデータ処理システムは、生産ライン3からセンサデータを収集して拠点サーバ4で分析を行う拠点2-1~2-kと、ネットワーク5を介して各拠点2-1~2-k各拠点のデータを収集して分析を行う統括サーバ1とを含む。なお、拠点の全体を指すときは「-」以降を省略した符号「2」を用いる。他の構成要素の符号についても同様である。また、統括サーバ1が所属する拠点を統括拠点とする。
 <拠点の構成>
 以下、拠点2の構成について説明する。なお、拠点2-1(第1拠点)と拠点2-2(第2拠点)~2-k(第k拠点)の構成は同様であるので、重複する説明は省略する。
 拠点2は、工程毎にセンサ31を設置した生産ライン3と、センサ31が測定したセンサデータを収集して分析を行う拠点サーバ4とを含む。拠点サーバ4は、演算処理を実行する中央演算処理装置41と、センサ31や統括サーバ1と通信を行う通信インタフェース42と、データやプログラムを格納する補助記憶装置43と、データやプログラムを保持する主記憶装置44と、を含む計算機である。
 拠点サーバ4は、生産ライン3のセンサ31からセンサデータ45を収集して補助記憶装置43に格納する。拠点サーバ4は、前記従来例に示した列の統合をセンサデータ45に適用してデータ量を削減して拠点データ56を生成する。そして、拠点サーバ4は、拠点データ56を用いて当該拠点2に予め設定された分析処理や統計処理を実施する。
 各拠点サーバ4で実施する分析処理は、各拠点2毎に個々の問題点などを抽出するために実施される。このため、データ量を削減するために行う列の統合処理では、拠点2毎に統合の対象となるセンサデータ45の列は異なる場合が生じる。このため、後述するように、各拠点2の拠点サーバ4は、統括拠点となる統括サーバ1からの入替指示を受け付けて、統合する列の最適化を図る。なお、本実施例1では、入替指示として、更新した列優先度表59を統括サーバ1が送信する例を示す。
 拠点サーバ4は、主記憶装置44にデータ収集部51と、拠点入替判定部52と、拠点列統合部53と、拠点分析部54と、送受信部55をプログラムとしてロードして中央演算処理装置41で実行する。また、主記憶装置44には、各プログラムが利用するデータとして、拠点データ56と、拠点列情報表57と、拠点列統合表58と、列優先度表59が保持される。
 中央演算処理装置41は、各機能部のプログラムに従って処理することによって、所定の機能を提供する機能部として稼働する。例えば、中央演算処理装置41は、データ収集プログラムに従って処理することでデータ収集部51として機能する。他のプログラムについても同様である。さらに、中央演算処理装置41は、各プログラムが実行する複数の処理のそれぞれの機能を提供する機能部としても稼働する。計算機及び計算機システムは、これらの機能部を含む装置及びシステムである。
 拠点サーバ4の各機能を実現するプログラム、テーブル等の情報は、補助記憶装置43や不揮発性半導体メモリ、ハードディスクドライブ、SSD(Solid State Drive)等の記憶デバイス、または、ICカード、SDカード、DVD等の計算機読み取り可能な非一時的データ記憶媒体に格納することができる。
 データ収集部51は、生産ライン3のセンサ31からセンサデータ45を収集する。拠点入替判定部52は、統括サーバ1からの入替指示に基づいて、指定されたセンサデータ45の列が統合可能か否かを判定し、可能であれば統合する列を変更する。拠点列統合部53は、拠点入替判定部52の判定結果に基づいて、前記従来例と同様に、センサデータ45から値が重複する列を除外してデータ量を削減した拠点データ56を生成する。
 拠点分析部54は、生成された拠点データ56に対して、拠点2毎に定められた分析処理や統計処理を実施し、処理結果を出力する。送受信部55は、統括サーバ1やセンサ31との通信を実施する。
 センサデータ45と、拠点データ56と、拠点列情報表57と、拠点列統合表58と、列優先度表59については後述する。
 <統括拠点の構成>
 統括拠点として機能する統括サーバ1は、演算処理を実行する中央演算処理装置11と、各拠点2の拠点サーバ4と通信を行う通信インタフェース12と、データやプログラムを格納する補助記憶装置13と、データやプログラムを保持する主記憶装置14と、分析結果の表示などを行う入出力部16と、を含む計算機である。統括サーバ1は、各拠点2で生成した拠点データ56を収集して、予め設定した統括拠点の分析処理を行う。
 統括サーバ1は、まず、拠点サーバ4から取得する拠点データ56について統合する列の最適化を実施して、各拠点サーバ4へ入替指示を送信する。統括サーバ1は、統合する列の最適化が完了した後に、各拠点サーバ4から拠点データ56を収集して補助記憶装置13に格納する。統括サーバ1は、各拠点2の拠点データ56を結合して全拠点データ15を生成し、全拠点データ15に対して所定の分析処理や統計処理を実施する。統括サーバ1で実施する分析処理は、各拠点2全体に関する問題点などを抽出するために実施される。
 統括サーバ1は、各拠点2-1~2-kの拠点サーバ4から拠点データ56を収集して結合したと仮定した場合に、拠点サーバ4側の統合処理で、さらにデータが削減可能であるか否かを判定する。統括サーバ1は、各拠点データ56を結合して全拠点データ15とする際に、さらにデータの削減が可能な列の組み合わせがあれば拠点サーバ4に通知して、拠点データ56の最適化を実施させる。この処理が、統合する例の最適化である。この処理を繰り返すことで、統括サーバ1が拠点2から拠点データ56を取得する際のデータ量を順次削減する。これにより、各拠点2の拠点サーバ4から収集した拠点データ56を結合した後の全拠点データ15を最適化して生成し、統括サーバ1の分析処理で使用する全拠点データ15のデータ量を削減できる。
 統括サーバ1は、主記憶装置14に統合済列抽出部21と、送受信部22と、入替演算部23と、統括入力データ生成部24と、統括分析部25とをプログラムとしてロードして中央演算処理装置11で実行する。また、主記憶装置14には、各プログラムが利用するデータとして、列優先度表26と、拠点サーバ情報表27と、列属性情報表28と、列統合情報表29と、列状態表30が保持される。
 また、結合された全拠点データ15は、補助記憶装置13に格納することができる。入出力部16は、キーボードやマウスやタッチパネルなどの入力装置と、ディスプレイなどの出力装置を含む。
 中央演算処理装置11は、各機能部のプログラムに従って処理することによって、所定の機能を提供する機能部として稼働する。例えば、中央演算処理装置11は、統合済列抽出プログラムに従って処理することで統合済列抽出部21として機能する。他のプログラムについても同様である。さらに、中央演算処理装置11は、各プログラムが実行する複数の処理のそれぞれの機能を提供する機能部としても稼働する。計算機及び計算機システムは、これらの機能部を含む装置及びシステムである。
 統括サーバ1の各機能を実現するプログラム、テーブル等の情報は、補助記憶装置13や不揮発性半導体メモリ、ハードディスクドライブ、SSD(Solid State Drive)等の記憶デバイス、または、ICカード、SDカード、DVD等の計算機読み取り可能な非一時的データ記憶媒体に格納することができる。
 統括サーバ1は、分析処理を実施する前に、各拠点2の拠点サーバ4から拠点データ56の状態等を示す属性情報などを受信する。統合済列抽出部21は、拠点サーバ4から受信した情報に基づいて、列属性情報表28と、列統合情報表29と、列状態表30とを生成する。
 入替演算部23は、各拠点2の列属性情報表28と列統合情報表29及び列状態表30を参照し、拠点データ56を結合した場合に、さらに統合可能な列があるか否かを判定する。統合可能な列があれば、入替演算部23が入替指示を生成する。送受信部22は、該当する拠点サーバ4に入替指示を送信する。なお、本実施例1では、入替演算部23が、対象の拠点2の列優先度表59を更新したものを入替指示として拠点サーバ4に送信する例を示す。
 統括入力データ生成部24は、各拠点2からの拠点データ56と各拠点データ56の属性情報等を取得して、各拠点データ56を結合して全拠点データ15を生成する。統括分析部25は生成された全拠点データ15を対象として、統括拠点で設定された所定の分析処理を実行して処理結果を出力する。
 全拠点データ15と、列優先度表26と、拠点サーバ情報表27と、列属性情報表28と、列統合情報表29と、列状態表30については後述する。
 <テーブル>
 まず、拠点サーバ4で管理されるテーブルについて説明する。拠点サーバ4では、センサデータ45と、拠点データ56と、拠点列情報表57と、拠点列統合表58と、列優先度表59が生成される。
 図15は、センサデータ45の一例を示す図である。拠点サーバ4が生産ライン3のセンサ31から収集したセンサデータ45は、時刻451と、列の識別子毎に測定した値を格納するデータ452-1~452-nと、を一つのエントリに含む。図示の例では、列の識別子を1~nとした例を示す。
 時刻451は、センサデータ45が測定されたときのタイムスタンプが格納される。各拠点2-1~2-kのデータ451~451-nは、センサ31が測定したセンサデータ45である。
 図16は、拠点データ56の一例を示す図である。拠点データ56は、拠点列統合部53によってセンサデータ45の列のうち、同一(または類似)の値の列をひとつの列に統合したテーブルである。
 拠点データ56は、時刻551と、列の識別子毎にセンサデータ45を格納するデータ562-1~552-nと、を一つのエントリに含む。図示の例では、データ562-1と552-3が同一(または類似)の値と判定され、データ562-3の列が除外(図中黒色)され、データ562-1の列に統合(図中斜線)された例を示す。すなわち、図中、斜線のフィールドは値を使用する統合先を示し、図中黒色のフィールドは、値を使用しない統合元を示す。
 拠点サーバ4の拠点列統合部53は列単位で、値が同一または値が類似する列を抽出して、ひとつの列に統合する。なお、統合する列は、後述の列優先度表59の情報やラウンドロビン等、予め設定された条件で選択される。なお、列の値の類似は、センサデータ45の値が比例関係にある列同士を類似する列と判定することができ、例えば、データ452-1とデータ452-4は値が比例しているので類似関係である。
 図8は、拠点列情報表57の一例を示す図である。拠点列情報表57は、センサデータ45及び拠点データ56の各列の値の内容または属性を識別するために各拠点2で設定されるテーブルである。
 拠点列情報表57は、列の識別子を格納する列ID571と、センサ31が測定するセンサデータ45の名称を格納する列名572と、センサデータ45の値の属性情報を格納する列属性573と、を一つのエントリに含む。
 列ID571は、拠点データ56のデータ562-1~562-nに対応する列の識別子である。本実施例1では、列の識別子は拠点2内でユニークな値であり、1~nの識別子を使用する。
 図9は、拠点列統合表58の一例を示す図である。拠点列統合表58は、拠点データ56で除外された列と、統合先の列の関係を示すテーブルである。拠点列統合表58は、シリアル番号581と、統合先の列名を格納する統合先582と、拠点データ56で除外された列名を格納する統合元583と、データが一致(または類似)した行数を格納する一致行数584と、を一つのエントリに含む。
 図示の例では、列名が「外気温」の列に「機器1温度」と「機器1感度」の列が統合得されたことを示す。換言すれば、拠点データ56において、「機器1温度」と「機器1感度」に対応するデータが除外されて、「外気温」の列に統合されたことを示す。
 なお、本実施例1では、拠点データ56で値が一致(または類似)した行数を一致行数584に格納する例を示すが、値が一致した行数と全行数の比率を格納するようにしてもよい。
 図10は、優先度表59の一例を示す図である。列優先度表59は、統括サーバ1で生成されて、2つの列のうち統合先とする列と、除外する列が設定されたテーブルである。
 列優先度表59は、シリアル番号591と、統合先として優先すべき列の識別子を格納する優先列ID592と、統合元として除外すべき列の識別子を格納する非優先列ID593と、を一つのエントリに含む。
 なお、統括サーバ1の列優先度表26も図10と同様であり、シリアル番号591と、優先列ID592と、非優先列ID593とを一つのエントリに含む。統括サーバ1の列優先度表26は、システム設定の列優先度として統括サーバ1でのノウハウなどに基づいて予め設定される。
 図11は、統括サーバ1の拠点サーバ情報表27の一例を示す図である。拠点サーバ情報表27は、統括サーバ1が拠点2から各種情報等を受信したときに更新される。
 拠点サーバ情報表27は、シリアル番号271と、拠点2の識別子を格納する拠点ID272と、拠点2が管理するセンサ31の数を格納するセンサ数273と、拠点データ56の行数を格納するデータ行数274と、拠点データ56の容量を格納するデータサイズ275と、を一つのエントリに含む。
 図12は、統括サーバ1の列属性情報表28の一例を示す図である。なお、列属性情報表28は、統括サーバ1が拠点サーバ4毎に生成することができる。列属性情報表28は、統括サーバ1が各拠点2の拠点サーバ4から受信した拠点データ56のデータ562-1~562-nの属性等が設定されたテーブルである。
 列属性情報表28は、拠点データ56及び全拠点データ15の列の識別子を格納する列ID281と、各列の拠点データ56の名称を格納する列名称282と、拠点データ56の属性を格納する列属性283と、を一つの列に含む。
 列ID281は、拠点データ56の562-1~562-nに対応して1~nの値が設定される。
 すなわち、列ID281=「1」には、センサデータ45の名称=列名称282が「外気温」で、センサデータ45の属性=列属性283が「温度」のデータが格納される。
 図13は、統括サーバ1の列統合情報表29の一例を示す図である。列統合情報表29は、統括サーバ1が各拠点2から拠点列統合表58等を受信したときに生成される。なお、列統合情報表29は、統括サーバ1が拠点サーバ4毎に生成することができる。
 列統合情報表29は、拠点データ56の列の識別子を格納する列ID291と、各拠点データ56の列で値が一致した行の比率を格納する統合済率292と、拠点ID=1(拠点2-1)の統合先を示す拠点ID=1統合情報293と、拠点ID=2(拠点2-2)の統合先を示す拠点ID=2統合情報294と、をひとつの列に含む。なお図示はしないが、列統合情報表29は、拠点ID=k(拠点2-k)までの行を含む。
 統合済率292は、各列(1~n)ID291の行数に対して、統合元の列の値と一致した行数の比率が格納される。統合済率292が0%の列ID291は、他の列に統合されなかったことを示す。統合済率292が100%の列ID291=3は、他の列(列ID291=1)に統合されたことを示す。
 拠点ID=1統合情報293、拠点ID=2統合情報294では、「なし」の列ID291は、他の列に統合されなかったことを示し、「1」の列ID291=「3」は、統合先の列IDを示す。
 図14は、統括サーバ1の列状態表30の一例を示す図である。なお、列状態表30は、統括サーバ1が拠点サーバ4毎に生成することができる。
 列状態表30は、拠点データ56の各列と他の列の値の一致率を格納する。列状態表30は、比較対象の列IDを格納する列ID301と、列ID302~列ID306を一つのエントリに含む。なお、図示の例では、列ID302~列ID306が、列ID=1~4とnを示す。
 列ID301が「比較列ID=3」、列ID302=「1」では「100%一致」となっており、列ID=3と列ID=1の拠点データ56が全ての拠点2で一致することを示す。
 列ID301が「比較列ID=4」で、列ID304=「3」では「90%一致」となっており、列ID=3と列ID=4の拠点データ56は、90%が一致することを示す。
 図17は、統括サーバ1の全拠点データ15と拠点データ56の関係を示す図である。全拠点データ15は各拠点2の拠点サーバ4から収集した拠点データ56を、結合したテーブルである。
 全拠点データ15は、タイムスタンプを格納する時刻151と、列の識別子(以下、列ID)=1~5の拠点データ56を格納するデータ151-1~151-5を含む。なお、図示の例では、列ID=1~5としたが、実際には列ID=1~nの標準化された拠点データ56を含む。
 図示の全拠点データ15は、拠点2-1(第1拠点)の拠点データ56-1と、拠点2-2(第2拠点)の拠点データ56-2と、拠点2-3(第3拠点)の拠点データ56-3を、同一の列ID毎に結合した例を示している。図16と同様に、図中、斜線のフィールドは値を使用する統合先を示し、図中黒色のフィールドは、値を使用しない統合元を示す。
 図示の例では、第1拠点の拠点データ56-1は、列ID=3が列ID=1に統合され、第2拠点の拠点データ56-2は、列ID=1が列ID=3に統合され、第3拠点の拠点データ56-3は、列ID=1が列ID=2に統合されている。
 統括サーバ1で、各拠点データ56を結合したと仮定すると、第2拠点の拠点データ56-2と第3拠点の拠点データ56-3では、列ID=1を除外して他の列に統合しているのに対し、第1拠点の拠点データ56-1では列ID=1を除外せずに統合先としている点が異なる。
 これに対して、第1拠点の拠点データ56-1で、列ID=1を列ID=3に統合すれば、図中全拠点データ15Aのように、列ID=1のデータは不要になり、各拠点2の拠点サーバ4は、列ID=2と列ID=3のデータを統括サーバ1へ送信すればよい。この結果、拠点サーバ4と統括サーバ1間のデータ転送量を削減できる。
 そこで、本実施例1の統括サーバ1は、第1拠点の拠点サーバ4で統合する列IDの入替を指令する。すなわち、統括サーバ1は、第1拠点の拠点サーバ4に対して列ID=1を列ID=3へ統合するよう指令する。第1拠点の拠点サーバ4は、次回に生成する拠点データ56-1について、統合先の列ID=1を列ID=3に入れ替えて、列方向のデータの統合を実施する。
 <システムの概要>
 図18は、分散型のデータ処理システムの機能要素の一例を示すブロック図である。拠点サーバ4は、生産ライン3のセンサ31からセンサデータ45を収集する。そして、管理者などの指令に応じて分析を行う際には、まず、拠点列統合部53が分析対象のセンサデータ45から、同一あるいは類似する列を除外してデータ量を削減した拠点データ56を生成する。
 拠点分析部54は、生成された拠点データ56に対して所定の分析処理を実施して分析結果を出力する。なお、分析処理の実行は、毎週または毎月など拠点2の管理者などが定めた所定のタイミングで実施される。
 送受信部55は、統合された列に関する情報や拠点データ56等を統括サーバ1へ送信する。
 統括サーバ1は、各拠点2の拠点サーバ4からの拠点データ56を収集する前に、統合する列の最適化を実施する。最適化が完了すると、統括サーバ1は、各拠点サーバ4から拠点データ56を取得し、拠点データ56を結合8して全拠点データ15を生成して、統括拠点における所定の分析処理を実施する。なお、分析処理の実行は、毎週または毎月など統括拠点の管理者などが定めた所定のタイミングで実施される。
 統括サーバ1の統合済列抽出部21は、各拠点サーバ4から統合された列の情報(拠点列統合表58、拠点列情報表57)を取得する(図中(1))。入替演算部23は、抽出された列IDと列優先度表26から入れ替えが可能な列IDを算出する。入替演算部23は、拠点データ56を結合したときに、データ量を削減可能な列IDの組み合わせが存在すれば、送受信部22から拠点サーバ4へ入替指示を送信する(2)。なお、入替指示には、複数の列IDの組み合わせを含む拠点2毎の列優先度表59を用いることができる。
 入替指示を受信した拠点サーバ4では、拠点入替判定部52が入替指示(列優先度表59)を参照して、統合する列IDを入れ替えることが可能であるか否かを判定する。入れ替えが可能であれば、拠点入替判定部52は拠点列統合部53に統合先を入れ替える列IDを通知する。拠点列統合部53は、列優先度表59を更新して次回の拠点データ56の生成時に、入替指示を反映させる。統括サーバ1では、データ量を削減可能であれば、上記統合する列の最適化処理を繰り返して実行する。
 統括サーバ1は、最適化処理が完了すると、統括入力データ生成部24が、各拠点サーバ4から拠点データ56を取得し(3)、各拠点データ56を結合して全拠点データ15を生成する。そして、統括分析部25は、全拠点データ15を用いて、統括拠点で予め設定された所定の分析処理を実行する。
 以上のように、本実施例1の分散型データ処理システムでは、統括拠点の統括サーバ1は分析処理を行う前に、各拠点サーバ4で統合する列の最適化を実施して、入れ替え可能でデータ量を削減可能な列IDの組み合わせを算出する。統括サーバ1はデータ量を削減可能な列IDの組み合わせを拠点サーバ4に通知して、次回の拠点データ56の生成時に統合する列IDを変更させる。
 上記処理を繰り返すことで、統括サーバ1で分析処理を行う際に収集する拠点データ56のデータ量を徐々に削減することが可能となる。なお、本実施例1では、統括サーバ1が、拠点列統合表58等に基づいて統合する列の最適化を行った後に、各拠点サーバ4から処理対象のデータ(拠点データ56)を収集する例を示したが、これに限定されるものではない。例えば、統括サーバ1が、最初に分析対象の拠点データ56を収集した後に統合する列の最適化を行うようにしてもよい。
 <処理の詳細>
 図2は、拠点サーバ4で行われる処理の一例を示すフローチャートである。この処理は、拠点2の分析処理を実行する際に開始される。なお、拠点サーバ4は、図示しない入出力装置から分析対象のセンサデータ45が指定される。
 ステップS1では、拠点サーバ4のデータ収集部51が、センサ31からセンサデータ45を収集して、拠点列情報表57を生成(または更新)する。
 次に、ステップS2では、拠点サーバ4の拠点列統合部53が、列優先度表59を参照し、センサデータ45の列毎のデータを比較して値が一致する列や、値が比例する列の組み合わせを特定し、統合(除外)対象の列IDを算出する。なお、この列単位でデータを除外してデータ量を削減する処理をノードカット処理とする。本実施例のノードカット処理では、統合元(除外対象)の列を統合先(使用データ)の列へ統合する。
 また、拠点列統合部53は、図9で示したように、統合対象の列名を拠点列情報表57から取得して拠点列統合表58を生成する。拠点列統合部53は、センサデータ45から統合元の列を削除したデータを拠点データ56として生成する。
 ステップS4では、拠点データ56を用いて拠点分析部54が所定の分析処理を実行する。
 ステップS3では、送受信部55が拠点列情報表57のデータと、拠点列統合表58のデータと、拠点データ56の行数及びデータサイズを、統括サーバ1へ送信する。なお、ステップS3とステップS4の処理は非同期で行うことができる。なお、この時点では、拠点データ56の送信は行われない。
 ステップS5では、送受信部55が統括サーバ1から列の入替指示または終了通知を受信する。そして、ステップS6で送受信部55は、最適化の終了通知を受信したか否かを判定する。終了通知を受信していればステップS11へ進み、受信していなければステップS7へ進む。
 ステップS7では、拠点入替判定部52が、入替指示を受け付けて列優先度表59を参照して入れ替えが可能であるか否かを判定する。拠点入替判定部52は、入替指示に含まれる統合先の列IDと統合元の列IDが、列優先度表59の非優先列ID593と優先列ID592と一致していなければ入れ替え可能と判定し、そうでない場合には入れ替え不能と判定する。
 ステップS8では、拠点入替判定部52が、判定結果が入れ替え可能であればステップS9へ進み、入れ替え不能であればステップS10へ進む。ステップS9では、拠点入替判定部52が、入替指示で指定された統合先の列IDと、統合元の列IDを入替リスト(図示省略)に格納する。なお、入替リストは、統合先の列IDと統合元の列IDの組み合わせ複数格納することができる。
 ステップS10では、拠点入替判定部52が、入替指示の列IDのペアを全て処理したか否かを判定する。拠点入替判定部52は、全ての列IDのペアについて処理が完了していればステップS2へ戻って上記処理を繰り返し、完了していない場合にはステップS7へ戻って上記処理を繰り返す。
 一方、上記ステップS6の判定で終了通知を受信したステップS11では、送受信部55が分析の入力データとなる拠点データ56と、更新された拠点列統合表58のデータを統括サーバ1へ送信して処理を終了する。
 上記処理によって、拠点サーバ4では、ノードカット処理によってセンサデータ45のデータ量を削減した拠点データ56を生成し、データ量を削減した情報(拠点列統合表58)と拠点データ56の属性情報(拠点列情報表57)とを生成し、これらのデータを統括サーバ1へ送信する。
 そして、拠点サーバ4は、統括サーバ1から入替指示を受け付けると、拠点2の列優先度表59で指定されていない列IDの組み合わせであれば、入替リストに加えて次回のノードカット処理に適用する。なお、拠点サーバ4は、入替リストの内容を列優先度表59に追加しておく。
 このように、統合する列の最適を行っておくことで、統括サーバ1では、各拠点2から収集する拠点データ56のデータ量を削減することが可能となる。
 図3は、拠点サーバ4の拠点列統合部53で行われる処理の一例を示すフローチャートである。この処理は、図2のステップS2で行われる。
 まず、ステップS21では、拠点列統合部53が、分析対象のセンサデータ45を取得して、正規分布などの周知の手法によって標準化する。次に、拠点列統合部53は、標準化されたセンサデータ45の列の数に応じてステップS22~S27の繰り返しを実施し、さらに、標準化されたセンサデータ45の列数-1でステップS23~S26の繰り返しを実施する。
 ステップS24では、拠点列統合部53が、後述の2列間のノードカット処理を実施して、現在選択しているセンサデータ45(i列)を列単位で除外してj列に統合可能であれば、当該i列を除外して拠点データ56を生成する。なお、本実施例1では、i列を除外する例を示すが、j列を除外してもよく、ユーザが指定した除外ルールを適用することができる。ユーザが指定した除外ルールは、例えば、「列番号が大きい列を除外」や「データ分散値の小さい列を除外」などとすることができる。
 ステップS25では、拠点列統合部53が、現在選択しているi列のセンサデータ45を除外したか否かを判定する。拠点列統合部53が、i列のセンサデータ45を除外していればステップS27へ進んで次の列(i+1)に進み、そうでない場合には次の列(j+1)の処理を実施する。
 上記処理によって、拠点列統合部53は標準化されたセンサデータ45のi列とj列のデータを比較して、データが一致する場合にはi列(またはj列)を除外して拠点データ56を生成する。
 図4は、拠点サーバ4の拠点列統合部53で行われる処理の一例を示すフローチャートである。この処理は、図3のステップS24で行われる。
 まず、ステップS31では、拠点列統合部53が、標準化されたセンサデータ45のi列とj列で値が一致する行数を算出する。次に、ステップS32では、拠点列統合部53が、標準化されたセンサデータ45のi列とj列で全ての行で値が一致するか否かを判定する。全ての行で値が一致していればステップS33へ進み、一致していなければ処理を終了して上記図3の処理に戻る。
 ステップS33では、拠点列統合部53が拠点2の列優先度表59を参照して、現在のi列とj列の関係が拠点2側の列優先度表59で指定されていれば、当該指定を選択してステップS36へ進み、指定されていなければステップS34へ進む。
 ステップS34では、拠点列統合部53が統括サーバ1の列優先度表26を参照して、現在のi列とj列の関係が統括サーバ1の列優先度表26で指定されていれば、当該指定を選択してステップS36へ進み、指定されていなければステップS35へ進む。なお、統括サーバ1の列優先度表26がシステム指定の優先度表となる。
 ステップS35では、拠点列統合部53が拠点2のユーザ(または管理者)が指定した方法で除外する列(統合元)を決定する。
 ステップS36では、拠点列統合部53が、上記選択された指定によって、標準化されたセンサデータ45のi列のデータを削除して拠点データ56を生成する。すなわち、拠点列統合部53は、i列のデータをj列に統合する。そして、拠点列統合部53は、拠点列情報表57を参照して列IDから統合元のi列の列名572と、統合先のj列の列名572を取得し、拠点列統合表58に追加する。また、拠点列統合部53は、i列とj列で値が一致した行数を拠点列統合表58の一致行数584に設定する。
 ステップS37では、拠点列統合部53が、拠点列統合表58の統合先を参照して除外する列が含まれている場合には、除外する列の統合先を変更し、拠点列統合表58を更新する。
 上記処理によって、標準化されたセンサデータ45は、i列とj列で各行の値が一致した場合には、i列をj列に統合してデータ量を削減した拠点データ56を生成し、統合元のi列と、統合先のj列の関係を加えた拠点列統合表58を生成する。
 図5は、統括サーバ1で行われる処理の一例を示すフローチャートである。この処理は、統括サーバ1で、分析処理を実行するときに行われる。
 ステップS40では、統合済列抽出部21が各拠点2毎の列優先度表59を生成する。また、統合済列抽出部21が統括拠点の列優先度表26を生成する。列優先度表59、26は、各拠点2のノウハウなどに応じて予め設定されて、2つの列のうち統合先とする列と、除外する列が設定されたテーブルである。なお、各拠点の列優先度表59については、予め設定した後に、統括サーバ1から受信した入替指示の内容をフィードバックすることができる。
 ステップS41では、送受信部22が、各拠点2の拠点サーバ4から統合する列の情報として、拠点列情報表57のデータと、拠点列統合表58のデータと、拠点データ56の行数とデータサイズを受信する。ステップS42では、統合済列抽出部21が受信した拠点2毎の統合する列の情報に基づいて、列属性情報表28と、列統合情報表29と、列状態表30を生成する。
 統合済列抽出部21は、各拠点2の拠点列情報表57の列ID571と列名572と列属性573を、それぞれ列属性情報表28の列ID281と列名称282と列属性283に設定して、列属性情報表28を生成する。
 統合済列抽出部21は、各拠点2の拠点列統合表58の統合先582と統合元583と一致行数584と、拠点列情報表57の列名572と列ID571から列統合情報表29を生成する。
 列統合情報表29の統合済率292は、統合済列抽出部21が、統合先582の一致行数584を全行数で除した100分率(割合)を格納する。
 また、統合済列抽出部21は、拠点ID=1統合情報293、拠点ID=2統合情報294には、データの存在する列ID291に「1」を設定し、データの存在しない列ID291に「なし」を設定する。なお、図示はしないが、拠点ID=3~kについても、各列ID=1~nに対応する拠点ID=3統合情報~拠点ID=k統合情報が列状態表30に含まれる。
 統合済列抽出部21は、各拠点2の拠点列統合表58統合先582と統合元583と一致行数584と、拠点列情報表57の列名572と列ID571から列状態表30を生成する。列状態表30は、列IDと比較列IDでデータ一致する比率を格納する。
 ステップS43では、入替演算部23が、後述する図7のように、各拠点データ56で統合可能な列を増やす組み合わせを選択する。そして、送受信部22は、統合先582に追加可能な統合元583が存在すれば、該当する拠点2の列優先度表59を更新する。
 ステップS44では、送受信部22が入れ替え可能な列の組み合わせがあるか否かを判定する。送受信部22は、入替演算部23の演算結果で、入れ替え可能な列の組み合わせが存在すればステップS45へ進み、存在しなければステップS46に進む。
 ステップS45では、送受信部22が、各拠点2の列優先度表59を拠点サーバ4へ送信する。これにより、統括サーバ1は、統合する列の入れ替えを拠点サーバ4へ通知することができる。ステップS45の処理の後には、ステップS41へ戻って、上記処理を繰り返す。
 一方、入れ替えの必要がないステップS46では、送受信部22が各拠点サーバ4に入れ替えの終了通知を送信する。また、送受信部22が、統括サーバ1での分析処理に必要な拠点データ56を該当する拠点2の拠点サーバ4へ要求する。
 ステップS47では、送受信部22が、要求した拠点データ56と拠点列情報表57のデータを受信する。ステップS48では、統括入力データ生成部24が、各拠点2の拠点データ56と、拠点列情報表57のデータと、列属性情報表28のデータとを突き合わせ、各拠点データ56を結合して全拠点データ15を生成する。
 次に、ステップS49では、統括分析部25が、全拠点データ15を入力として、所定の分析処理を実行する。ステップS50では、統括分析部25が、分析結果の列IDを列属性情報表28の列ID281に突き合わせて、分析結果の列名称282を取得して分析結果に付与する。
 上記処理により、統括サーバ1は、各拠点サーバ4から受信した統合する列の情報に基づいて、統合可能な列を増大可能な列の組み合わせを算出して、統合可能な列が増大可能であれば、各拠点2の列優先度表59を更新して統合する列を入れ替える。これにより、統括サーバ1が受信する拠点データ56のデータ量を削減することが可能となる。
 また、統括サーバ1は、統合可能な列を増大できなくなるまで各拠点2の列優先度表59の更新を繰り返すことで、各拠点サーバ4で統合する列を最適化することが可能となるのである。
 図6は、統括サーバ1の統合済列抽出部21で行われる処理の一例を示すフローチャートである。この処理は、図5のステップS42で実行される。
 ステップS51では、統合済列抽出部21が、各拠点2の拠点列情報表57から共通する列名572と列属性573を選択して、列統合情報表29を生成する。統合済列抽出部21は、列ID281をシーケンシャルに割り当てて、各拠点2で共通する列データの列名称282と列属性283を設定する。ステップS52では、上述したように、列統合情報表29と、列状態表30を生成する。
 ステップS53では、統合済列抽出部21が、列統合情報表29に割り当てた列ID281の数=iだけステップS58までの処理を繰り返す。また、ステップS54では、統合済列抽出部21が、拠点サーバ4の数だけステップS57までの処理を繰り返す。
 ステップS55では、現在選択している列ID281=iで、現在選択している拠点データ56で列名称282と列属性283に一致する列にデータがあるか否かを判定する。データが存在すればステップS56へ進み、データがなければステップS57に進む。
 ステップS56では、統合済列抽出部21が、列ID=iについて、列統合情報表29に統合情報と統合済率292を設定し、列状態表30に上述した一致率を設定する。
 上記処理を、各拠点2の統合する列の情報について繰り返し、さらに、列ID=iまで繰り返すことで、列統合情報表29と列状態表30が生成される。
 図7は、統括サーバ1の入替演算部23で行われる処理の一例を示すフローチャートである。この処理は、図5のステップS43で実行される。
 ステップS61では、入替演算部23が、列統合情報表29の入替演算が未了の列で、かつ、統合済率292が最も高い列ID291を選択する。なお、図示はしないが、拠点列情報表57等に、入替演算が未了か完了のいずれであるかを示すフラグやビットを設定し、入替演算部23が処理したときに当該フラグやビットを設定すれば良い。
 次に、ステップS62では、入替演算部23が、当該列ID291に統合可能な列が存在するか否かを判定する。統合可能な列が存在すればステップS63へ進み、列が存在しない場合にはステップS66へ進む。
 入替演算部23は、例えば、各拠点2の拠点列統合表58の統合元583の中に、上記選択された列ID281が含まれる組み合わせがあれば、当該組み合わせを入れ替えが必要な列の組み合せとして選択する。図13に示した列ID=4を例に挙げると、統合済率が90%で拠点ID=1のデータが統合できていない状態を示す。そこで入替演算部23は、拠点ID=1の列優先度表59を参照して、列ID=4が他の列と統合されていないことを判定してから列の入れ替えを実施する。
 そして、ステップS63では、入替演算部23が、当該組み合わせに対応する拠点2の列優先度表59で、上記選択された列ID281の優先列ID592に設定し、前記選択された組み合わせの統合先582を非優先列ID583に設定して更新する。なお、当該エントリの列優先度表59には、図示はしないが、入替命令であることを示すフラグやビットを含めるようにしても良い。
 次に、入替演算部23は、上記優先列ID592に設定した列ID281について、当該拠点2の拠点データ56を入れ替えたと仮定した統合済率292を算出する。そして、ステップS64では、入替演算部23が、入れ替えを実施したと仮定した統合済率292=100%であるか否かを判定する。
 換言すれば、入替演算部23は、上記優先列ID592に、全ての拠点データ56が統合されたことを判定する。全ての拠点データ56が統合されていれば、ステップS65へ進み、そうでなければ上記ステップS62へ戻って上記処理を繰り返す。
 次に、ステップS65では、入替演算部23が、入れ替えした状態を算出して列状態表30に書き込んで、入替を実施した箇所と該当する列をロックする。これにより、当該拠点2の列状態表30は確定される。
 ステップS66では、入替演算部23が、列統合情報表29を検索して統合済率292が0%を超え、かつ、入替演算が未了の列が存在するか否かを判定する。すなわち、入替演算部23は、他の列に統合されてはいるが、入替演算が未了の拠点データ56が存在するか否かを判定する。
 入替演算部23は、他の列に統合されて、かつ、入替演算が未了の拠点データ56が存在すれば上記ステップS61へ戻って上記処理を繰り返し、存在しなければ当該処理を終了し、図5の処理へ戻る。
 上記処理を行うことで、入替演算部23は、入れ替え可能な列を検出して、拠点2毎の列優先度表59を更新することで、各拠点サーバ4へ統合対象の列を入れ替える指令を出力することができる。
 以上、本実施例1によれば、統括拠点の統括サーバ1は各拠点2から収集した統合する列の情報に基づいて、拠点データ56を結合した場合に、削減可能なデータの列の組み合わせを検出して各拠点2へ通知することで、各拠点2の統計処理を最適化して、かつ、統括拠点の統括サーバ1で収集する拠点データ56のデータ量を削減することが可能となる。
 なお、上記実施例1では、統括サーバ1の入替演算部23で、統合可能な列数が増大する列の組み合わせ(結合後の拠点データ56(全拠点データ15)の列数が最小)がなくなってから、拠点データ56を結合した全拠点データ15を生成する例を示したが、これに限定されるものではない。例えば、統括サーバ1は、統合可能な列数が増大する列の組み合わせを入替指示として、拠点サーバ4へ送信した後、現在受信している拠点データ56を結合して全拠点データ15を生成して、統括分析部25に分析を実施させても良い。そして、統括サーバ1は、入替指示を反映した拠点データ56を次回の分析に用いるようにすることができる。
 また、上記実施例1では、統合可能な列数が増大する列の組み合わせを列優先度表59に含めて拠点サーバ4へ送信する例を示したが、これに限定されるものではない。例えば、統括サーバ1は、統合可能な列数が増大する列の組み合わせを入替指示として拠点サーバ4へ送信することができる。
 図19~図23は、本発明の実施例2を示す。前記実施例1では図7のステップS64で示したように、全ての行が一致した場合に統合元の列を除外して統合先の列を利用する例を示したが、本実施例2では閾値以上の一致率で、統合元の列を統合先の列へ統合するものである。なお、その他の構成は前記実施例1と同様である。
 図19は実施例2を示し、拠点サーバ4で行われる処理の一例を示すフローチャートである。本実施例2では、前記実施例1の図2の処理において、ステップS3をステップS3Aに置き換えたもので、その他の処理は前記実施例1の図2と同様である。
 ステップS3Aでは、送受信部55が拠点列情報表57のデータと、拠点列統合表58のデータと、拠点データ56の行数とデータサイズに加えて、拠点データ56の列数を統括サーバ1へ送信する点が、前記実施例1と異なる。
 図20は、統括サーバ1で行われる処理の一例を示すフローチャートである。本実施例2では、前記実施例1の図5の処理において、ステップS41の後にステップS401を追加したもので、その他の処理は前記実施例1の図5と同様である。
 ステップS401では、統括サーバ1の送受信部22が、拠点データの列数や行数やデータサイズの情報を受信して拠点サーバ情報表27に設定する。このため、図22で示すように拠点サーバ情報表27にはデータ列数276のフィールドが追加され、拠点データ56の列数が格納される。
 図21は、統括サーバ1の入替演算部23で行われる処理の一例を示すフローチャートである。本実施例2では、前記実施例1の図7のステップS64をステップS64Aに変更したもので、その他の処理は前記実施例1の図7と同様である。
 ステップS64では、入替演算部23が、入れ替えを実施したと仮定した統合済率292が所定の閾値(例えば、70%)以上であるか否かを判定する。換言すれば、入替演算部23は、上記優先列ID592に、拠点データ56で閾値以上の行が統合されたことを判定する。閾値以上の行が統合されていれば、ステップS65へ進み、そうでなければ上記ステップS62へ戻って上記処理を繰り返す。
 図23は、統括サーバ1の全拠点データ15と分析結果の一例を示す図である。本実施例2では、統合元の列ID=1と列ID=3の統合先の一致率が80%の例を示す。
 本実施例2では、統合先と統合元の列IDで、行の一致率は閾値以上であれば良いので、分析結果に一致率を表示することで、分析ごとに列IDと一致率の推移を観察することで、経年劣化や異常検知に活用することができる。
 図24~図25、図27は、本発明の実施例3を示す。本実施例3では、拠点分析部54と統括分析部25でデータ圧縮と主成分分析(PCA:Principal Component Analysis)を実施する。なお、その他の構成は前記実施例1と同様である。なお、本実施例3のデータ圧縮としては、前記特許文献2のグラフ化によってデータ圧縮を行う技術(以下、エッジカット処理)を適用する例を示す。
 図24は、拠点サーバ4で行われる処理の一例を示すフローチャートである。本実施例2では、前記実施例1の図2の処理において、ステップS4をステップS4Aに置き換えたもので、その他の処理は前記実施例1の図2と同様である。
 ステップS4Aでは、拠点分析部54が拠点データ56にエッジカット処理によるデータ圧縮を行ってから主成分分析を行う。
 図25は、統括サーバ1で行われる処理の一例を示すフローチャートである。本実施例3では、前記実施例1の図5の処理において、ステップS49をステップS49Aに置き換えたもので、その他の処理は前記実施例1の図5と同様である。
 ステップS49Aでは、統括分析部25が、全拠点データ15にエッジカット処理によるデータ圧縮を行ってから主成分分析を行う。
 図26は、従来例を示し、エッジカット処理を適用した主成分分析の一例を示す図である。エッジカット処理は目標処理時間を受け付けて、低相関のデータを除外していく技術である。ここで、処理対象の全拠点データ15に、相関が大きい指標が多くある場合、エッジカット処理の閾値が大きくなるなど、計算誤差が大きくなり、相関行列152では、本来の関係性が見えなくなってしまう場合があった。
 図27は、本実施例3を示し、エッジカット処理を適用する前に、ノードカット処理を実施する例を示す図である。本実施例3では、前記実施例1と同様にノードカット処理を実施して、全拠点データ15(拠点2では拠点データ56)を生成する。
 そして、本実施例3では、統括サーバ1が、ノードカット処理を行った全拠点データ15から相関行列153を生成し、この相関行列152に対してエッジカット処理を実行し、相関行列154を得る。これにより、エッジカット処理における閾値の上昇を抑制して、計算誤差を抑制することができるのである。
 図28、図30は、本発明の実施例4を示す。本実施例4では、前記実施例3の処理に、統合元の列の名称を分析結果に付加するようにしたものである。なお、その他の構成は前記実施例3と同様である。
 図28は、統括サーバ1で行われる処理の一例を示すフローチャートである。本実施例4では、前記実施例1の図5の処理において、ステップS50をステップS50Aに置き換えたもので、その他の処理は前記実施例1の図5と同様である。
 ステップS50Aでは、統括分析部25が、分析結果の列IDを列属性情報表28の列ID281に突き合わせて、分析結果の列名称282を取得して分析結果に付与する。さらに、統括分析部25は、分析結果の列IDと列統合情報表29の列IDを突き合わせて、統合元の列IDを取得し、列属性情報表28から統合元の列名称282を取得して分析結果に付与する。
 図29は、統括サーバ1が出力する分析結果の一例を示す図である。本実施例4では、分析結果に列の名称と、統合元の列の名称が併記されるため、元の列データ間の相関関係がわかりやすくなる、という利点がある。
 <まとめ>
 なお、本発明は上記した実施例に限定されるものではなく、様々な変形例が含まれる。例えば、上記した実施例は本発明を分かりやすく説明するために詳細に記載したものであり、必ずしも説明した全ての構成を備えるものに限定されるものではない。また、ある実施例の構成の一部を他の実施例の構成に置き換えることが可能であり、また、ある実施例の構成に他の実施例の構成を加えることも可能である。また、各実施例の構成の一部について、他の構成の追加、削除、又は置換のいずれもが、単独で、又は組み合わせても適用可能である。
 また、上記の各構成、機能、処理部、及び処理手段等は、それらの一部又は全部を、例えば集積回路で設計する等によりハードウェアで実現してもよい。また、上記の各構成、及び機能等は、プロセッサがそれぞれの機能を実現するプログラムを解釈し、実行することによりソフトウェアで実現してもよい。各機能を実現するプログラム、テーブル、ファイル等の情報は、メモリや、ハードディスク、SSD(Solid State Drive)等の記録装置、または、ICカード、SDカード、DVD等の記録媒体に置くことができる。
 また、制御線や情報線は説明上必要と考えられるものを示しており、製品上必ずしも全ての制御線や情報線を示しているとは限らない。実際には殆ど全ての構成が相互に接続されていると考えてもよい。

Claims (15)

  1.  プロセッサとメモリを有する統括サーバが、プロセッサとメモリを有する拠点サーバから収集したデータを処理する分散型データ処理システムのデータ処理方法であって、
     前記拠点サーバが、前記データを収集して標準化してからノードカット処理によって拠点データを生成する第1のステップと、
     前記統括サーバが、複数の拠点サーバから前記拠点データの列の属性情報と、前記拠点サーバのノードカット処理による前記拠点データの統合元と統合先の関係を拠点列統合情報として収集する第2のステップと、
     前記統括サーバが、前記列の属性情報と前記拠点列統合情報に基づいて前記複数の拠点データを結合した場合に、統合元と統合先を入れ替えてデータ量を削減可能な統合元と統合先の組み合わせを算出する入替演算を行う第3のステップと、
     前記統括サーバが、前記入替演算の結果、前記データ量を削減可能な統合元と統合先の組み合わせが存在する場合には、前記組み合わせを入替指示として前記拠点サーバに通知する第4のステップと、
    を含むことを特徴とするデータ処理方法。
  2.  請求項1に記載のデータ処理方法であって、
     前記拠点サーバが、前記統括サーバからの入替指示を受信して前記拠点データを再度生成する第5のステップと、
     前記統括サーバが、複数の前記拠点データを収集し、当該収集した拠点データを結合して全拠点データを生成する第6のステップと、
    をさらに含むことを特徴とするデータ処理方法。
  3.  請求項2に記載のデータ処理方法であって、
     前記統括サーバが、前記全拠点データにエッジカット処理を行ってから所定の分析を実施する第7のステップと、
    をさらに含むことを特徴とするデータ処理方法。
  4.  請求項1に記載のデータ処理方法であって、
     前記入替演算は、
     前記拠点データの列の属性と、前記拠点サーバのノードカット処理による前記拠点データの統合元と統合先の関係に基づいて、前記拠点データの統合先の列と、統合元の列とを入れ替えることで、前記複数の拠点データを結合したときのデータ量を削減可能な列の組み合わせを算出することを特徴とするデータ処理方法。
  5.  請求項1に記載のデータ処理方法であって、
     前記ノードカット処理は、
     前記統合元の列と、統合先の列の値が一致する行数の比率が所定の閾値以上の場合には前記統合元の列を除外することを特徴とするデータ処理方法。
  6.  請求項2に記載のデータ処理方法であって、
     前記統括サーバが、前記全拠点データに所定の分析を実施する第8のステップを含み、
     前記第8のステップは、
     前記全拠点データについて、統合元の列と統合先の列の値が一致する行数の比率を一致率として算出し、前記分析の結果に前記一致率を付与することを特徴とするデータ処理方法。
  7.  請求項2に記載のデータ処理方法であって、
     前記統括サーバが、前記全拠点データに所定の分析を実施する第8のステップを含み、
     前記第8のステップは、
     前記全拠点データについて、統合元の列の情報を、前記拠点サーバのノードカット処理による前記拠点データの統合元と統合先の関係から取得して、前記分析の結果に前記統合元の列の情報を付与することを特徴とするデータ処理方法。
  8.  プロセッサとメモリを有する統括サーバと、
     プロセッサとメモリを有する拠点サーバと、を含む分散型データ処理システムであって、
     前記拠点サーバは、
     データを収集するデータ収集部と、
     前記収集したデータを標準化してからノードカット処理によって拠点データを生成する拠点列統合部と、を含み、
     前記統括サーバは、
     複数の拠点サーバから前記拠点データの列の属性情報と、前記拠点サーバのノードカット処理による前記拠点データの統合元と統合先の関係を拠点列統合情報として収集する統合済列抽出部と
     前記列の属性情報と前記拠点列統合情報に基づいて前記複数の拠点データを結合した場合に、統合元と統合先を入れ替えてデータ量を削減可能な統合元と統合先の組み合わせを算出する入替演算部と、
     前記入替演算部の算出結果に、前記データ量を削減可能な統合元と統合先の組み合わせが存在する場合には、前記組み合わせを入替指示として前記拠点サーバに通知する送受信部と、
    を有することを特徴とする分散型データ処理システム。
  9.  請求項8に記載の分散型データ処理システムであって、
     前記拠点サーバは、
     前記統括サーバからの入替指示を受信して、前記拠点列統合部が前記拠点データを再度生成し、
     前記統括サーバは、
     複数の前記拠点データを収集し、当該収集した拠点データを結合して全拠点データを生成する統括入力データ生成部を、さらに有することを特徴とする分散型データ処理システム。
  10.  請求項9に記載の分散型データ処理システムであって、
     前記統括サーバは、
     前記全拠点データにエッジカット処理を行ってから所定の分析を実施する統括分析部をさらに有することを特徴とする分散型データ処理システム。
  11.  請求項8に記載の分散型データ処理システムであって、
     前記入替演算部は、
     前記拠点データの列の属性と、前記拠点サーバのノードカット処理による前記拠点データの統合元と統合先の関係に基づいて、前記拠点データの統合先の列と、統合元の列とを入れ替えることで、前記複数の拠点データを結合したときのデータ量を削減可能な列の組み合わせを算出することを特徴とする分散型データ処理システム。
  12.  請求項8に記載の分散型データ処理システムであって、
     前記ノードカット処理は、
     前記統合元の列と、統合先の列の値が一致する行数の比率が所定の閾値以上の場合には前記統合元の列を除外することを特徴とする分散型データ処理システム。
  13.  請求項9に記載の分散型データ処理システムであって、
     前記統括サーバは、
     前記全拠点データに所定の分析を実施する統括分析部をさらに有し、
     前記統括分析部は、
     前記全拠点データについて、統合元の列と統合先の列の値が一致する行数の比率を一致率として算出し、前記分析の結果に前記一致率を付与することを特徴とする分散型データ処理システム。
  14.  請求項9に記載の分散型データ処理システムであって、
     前記統括サーバは、
     前記全拠点データに所定の分析を実施する統括分析部をさらに有し、
     前記統括分析部は、
     前記全拠点データについて、統合元の列の情報を、前記拠点サーバのノードカット処理による前記拠点データの統合元と統合先の関係から取得して、前記分析の結果に前記統合元の列の情報を付与することを特徴とする分散型データ処理システム。
  15.  プロセッサとメモリを有する拠点サーバを制御するプログラムを格納した記憶媒体であって、
     複数の拠点データの列の属性情報と、ノードカット処理による拠点データの統合元と統合先の関係を拠点列統合情報として収集する第1のステップと、
     前記列の属性情報と前記拠点列統合情報に基づいて複数の拠点データを結合した場合に、統合元と統合先を入れ替えてデータ量を削減可能な統合元と統合先の組み合わせを算出する入替演算を行う第2のステップと、
     前記入替演算の結果、前記データ量を削減可能な統合元と統合先の組み合わせが存在する場合には、前記組み合わせを入替指示として出力する第3のステップと、
    を前記拠点サーバに実行させるプログラムを格納した非一時的な計算機読み取り可能な記憶媒体。
PCT/JP2017/005614 2017-02-16 2017-02-16 データ処理方法、分散型データ処理システム及び記憶媒体 WO2018150503A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2018540088A JP6546704B2 (ja) 2017-02-16 2017-02-16 データ処理方法、分散型データ処理システム及び記憶媒体
PCT/JP2017/005614 WO2018150503A1 (ja) 2017-02-16 2017-02-16 データ処理方法、分散型データ処理システム及び記憶媒体
US16/082,553 US11132235B2 (en) 2017-02-16 2017-02-16 Data processing method, distributed data processing system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2017/005614 WO2018150503A1 (ja) 2017-02-16 2017-02-16 データ処理方法、分散型データ処理システム及び記憶媒体

Publications (1)

Publication Number Publication Date
WO2018150503A1 true WO2018150503A1 (ja) 2018-08-23

Family

ID=63169805

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2017/005614 WO2018150503A1 (ja) 2017-02-16 2017-02-16 データ処理方法、分散型データ処理システム及び記憶媒体

Country Status (3)

Country Link
US (1) US11132235B2 (ja)
JP (1) JP6546704B2 (ja)
WO (1) WO2018150503A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110362400A (zh) * 2019-06-17 2019-10-22 中国平安人寿保险股份有限公司 资源缓存的分配方法、装置、设备及存储介质

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014096177A (ja) * 2014-01-22 2014-05-22 Fujitsu Ltd データ統合装置、データ統合方法およびデータ統合プログラムを記録したコンピュータ読み取り可能な記録媒体

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6014655A (en) * 1996-03-13 2000-01-11 Hitachi, Ltd. Method of retrieving database
JPH11203327A (ja) * 1998-01-16 1999-07-30 Nec Corp 部品表管理方法および装置
US6467051B1 (en) * 1998-10-09 2002-10-15 Agilent Technologies, Inc. Method and apparatus for selecting test point nodes of a group of components having both accessible and inaccessible nodes for limited access circuit test
US7908313B2 (en) * 2004-07-21 2011-03-15 The Mathworks, Inc. Instrument-based distributed computing systems
US7512700B2 (en) * 2005-09-30 2009-03-31 International Business Machines Corporation Real-time mining and reduction of streamed data
US8260803B2 (en) * 2010-09-23 2012-09-04 Hewlett-Packard Development Company, L.P. System and method for data stream processing
US10102248B2 (en) * 2012-10-10 2018-10-16 TmaxData Co., Ltd. Join type for optimizing database queries
WO2015114830A1 (ja) 2014-02-03 2015-08-06 株式会社日立製作所 計算機及びグラフデータ生成方法
WO2015145661A1 (ja) * 2014-03-27 2015-10-01 株式会社日立製作所 ストレージシステム及び重複データ排除方法

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014096177A (ja) * 2014-01-22 2014-05-22 Fujitsu Ltd データ統合装置、データ統合方法およびデータ統合プログラムを記録したコンピュータ読み取り可能な記録媒体

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110362400A (zh) * 2019-06-17 2019-10-22 中国平安人寿保险股份有限公司 资源缓存的分配方法、装置、设备及存储介质

Also Published As

Publication number Publication date
US11132235B2 (en) 2021-09-28
JPWO2018150503A1 (ja) 2019-02-28
US20190042317A1 (en) 2019-02-07
JP6546704B2 (ja) 2019-07-17

Similar Documents

Publication Publication Date Title
US20190213206A1 (en) Systems and methods for providing dynamic indexer discovery
US10936560B2 (en) Methods and devices for data de-duplication
US8054763B2 (en) Migration of switch in a storage area network
US20180173789A1 (en) Descriptive datacenter state comparison
US9886451B2 (en) Computer system and method to assist analysis of asynchronous remote replication
KR100968301B1 (ko) 복사 기능 자동 선택 방법, 장치 및 컴퓨터 판독가능한 저장 매체
JP2022033685A (ja) 堅牢性を確定するための方法、装置、電子機器、コンピュータ可読記憶媒体、及びコンピュータプログラム
JP5268589B2 (ja) 情報処理装置及び情報処理装置の運用方法
US20180246488A1 (en) Generation and publication of shared tagsets
US11431575B2 (en) Network system, topology management method, and program
JPWO2007007410A1 (ja) メッセージ解析装置、制御方法および制御プログラム
WO2018150503A1 (ja) データ処理方法、分散型データ処理システム及び記憶媒体
US10083121B2 (en) Storage system and storage method
US20200076681A1 (en) Volume allocation management apparatus, volume allocation management method, and volume allocation management program
US11374815B2 (en) Network configuration diagram generate method and recording medium
US11003600B2 (en) Method and system for scheduling I/O operations for processing
US8836466B2 (en) Monitoring system, device, monitoring method, and monitoring program
US10257026B1 (en) System and method to manage interrelated devices in a computing infrastructure
JP5472885B2 (ja) プログラム、ストリームデータ処理方法及びストリームデータ処理計算機
US10970288B2 (en) Analysis device
US20240103885A1 (en) Computer system, system configuration candidate output method, and storage medium storing system configuration candidate output program
EP4325365A1 (en) Monitoring energy consumption associated with users of a distributed computing system using tracing
WO2023021554A1 (ja) 移動先決定装置、物理サーバ、移動先決定システム、移動先決定方法、及びプログラム
KR102431846B1 (ko) 플랫폼 마이그레이션에 대한 검증 방법, 장치 및 시스템
JPWO2019012572A1 (ja) データリニエージ検出装置、データリニエージ検出方法、及びデータリニエージ検出プログラム

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2018540088

Country of ref document: JP

Kind code of ref document: A

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

Ref document number: 17897184

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: 17897184

Country of ref document: EP

Kind code of ref document: A1