JP7256662B2 - Service amount visualization system and service amount visualization program - Google Patents

Service amount visualization system and service amount visualization program Download PDF

Info

Publication number
JP7256662B2
JP7256662B2 JP2019055158A JP2019055158A JP7256662B2 JP 7256662 B2 JP7256662 B2 JP 7256662B2 JP 2019055158 A JP2019055158 A JP 2019055158A JP 2019055158 A JP2019055158 A JP 2019055158A JP 7256662 B2 JP7256662 B2 JP 7256662B2
Authority
JP
Japan
Prior art keywords
service amount
parts
processing
service
discrimination
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2019055158A
Other languages
Japanese (ja)
Other versions
JP2020155025A (en
Inventor
紘史 丸山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Information Network Corp
Original Assignee
Mitsubishi Electric Information Network Corp
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 Mitsubishi Electric Information Network Corp filed Critical Mitsubishi Electric Information Network Corp
Priority to JP2019055158A priority Critical patent/JP7256662B2/en
Publication of JP2020155025A publication Critical patent/JP2020155025A/en
Application granted granted Critical
Publication of JP7256662B2 publication Critical patent/JP7256662B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、データ加工のために利用された部品のサービス量を可視化する技術に関するものである。 The present invention relates to a technique for visualizing the service amount of parts used for data processing.

データを加工するためにETLツールが使用されている。
ETLツールは、部品を組み合わせて作成されたデータ加工定義に従って、データを加工するツールである。
ETLツールを使用する場合、加工前データの品質などによって、データの加工処理およびデータの加工時間に大きな影響が出る。
ETLは、Extract/Transform/Loadの略称である。
ETL tools are used to manipulate the data.
An ETL tool is a tool that processes data according to a data processing definition created by combining parts.
When an ETL tool is used, the quality of pre-processed data and the like greatly affect data processing and data processing time.
ETL is an abbreviation for Extract/Transform/Load.

ETLツールの有効性を確認するためには、ETLツールの部品ごとに、部品がどれだけ有効な仕事をしたか確認する必要がある。 In order to confirm the effectiveness of the ETL tool, it is necessary to confirm how effectively each part of the ETL tool has performed its work.

特許第5477099号公報Japanese Patent No. 5477099

特許文献1には、ETLツールに関するデータ連携システムが開示されている。
このシステムは、ETLツールの部品に相当する単位処理ごとに、単位データ量当たりの処理量(プログラムのステップ数)にデータ量を掛けて得られる処理量を単位処理の処理量と推定する。
このシステムによってETLツールの部品ごとに部品の処理量を見積ることができたとしても、各部品が実際にどれだけ有効な仕事をしたか確認することはできない。
Patent Literature 1 discloses a data linkage system related to ETL tools.
This system estimates the amount of processing obtained by multiplying the amount of processing per unit of data (the number of steps of the program) by the amount of data for each unit of processing corresponding to the parts of the ETL tool as the amount of processing per unit of processing.
Even if this system were able to estimate the part throughput for each part of the ETL tool, it would not be possible to ascertain how much useful work each part actually did.

本発明は、データ加工のために利用された各部品がどれだけ有効な仕事をしたか確認できるようにすることを目的とする。 SUMMARY OF THE INVENTION An object of the present invention is to make it possible to confirm how effectively each component used for data processing has performed its work.

本発明のサービス量可視化システムは、データ加工に利用される1つ以上の部品のそれぞれのサービス量を可視化するシステムである。
前記サービス量可視化システムは、
前記1つ以上の部品のそれぞれによって実行された加工処理の回数である加工数と、前記1つ以上の部品のそれぞれによって実行された判別処理の回数である判別数と、を取得する実行情報取得部と、
前記1つ以上の部品のそれぞれの加工数と前記1つ以上の部品のそれぞれの判別数とを用いて、前記1つ以上の部品のそれぞれのサービス量を算出するサービス量算出部と、
前記1つ以上の部品のそれぞれのサービス量をディスプレイに表示するサービス量可視化部とを備える。
The service amount visualization system of the present invention is a system that visualizes the service amount of each of one or more parts used for data processing.
The service amount visualization system is
Acquisition of execution information for acquiring a processing number, which is the number of machining processes performed by each of the one or more parts, and a determination number, which is the number of discrimination processes performed by each of the one or more parts Department and
A service amount calculation unit that calculates the service amount of each of the one or more parts using the number of processes of each of the one or more parts and the number of determinations of each of the one or more parts;
and a service amount visualization unit that displays the service amount of each of the one or more parts on a display.

前記サービス量算出部は、
部品毎に、加工数に対する判別数の割合である判別率を算出し、
部品毎に、判別数と一回当たりの判別処理の計算量と判別率とを用いて、判別処理に対するサービス量を算出し、
部品毎に、加工数と一回当たりの加工処理の計算量とを用いて、加工処理に対するサービス量を算出し、
部品毎に、判別処理に対するサービス量と加工処理に対するサービス量とを用いて、部品のサービス量を算出する。
The service amount calculation unit,
Calculate the discrimination rate, which is the ratio of the number of discriminations to the number of processes, for each part,
For each part, using the number of discriminations, the calculation amount of discrimination processing per time, and the discrimination rate, calculate the service amount for discrimination processing,
For each part, using the number of processes and the calculation amount of processing per time, calculate the service amount for processing,
For each part, the service amount of the part is calculated using the service amount for the discrimination process and the service amount for the processing process.

前記データ加工は、複数回実施され
前記実行情報取得部は、前記データ加工の実施毎に、前記1つ以上の部品のそれぞれの加工数と前記1つ以上の部品のそれぞれの判別数とを取得し、
前記サービス量算出部は、前記データ加工の実施毎に、前記1つ以上の部品のそれぞれのサービス量を算出し、
前記サービス量可視化部は、部品毎に、前記データ加工の実施別のサービス量を示すサービス量グラフを表示する。
The data processing is performed a plurality of times, and the execution information acquiring unit acquires the number of processes for each of the one or more parts and the number of discriminations for each of the one or more parts each time the data processing is performed. death,
The service amount calculation unit calculates a service amount of each of the one or more parts each time the data processing is performed,
The service amount visualization unit displays a service amount graph showing the service amount for each implementation of the data processing for each part.

前記サービス量可視化部は、
前記1つ以上の部品の実行手順が定義された加工定義データに基づいて、前記1つ以上の部品を表す1つ以上の部品図を含み前記1つ以上の部品の実行手順を示すフロー図を生成し、
生成したフロー図に含まれる各部品図に各部品のサービス量グラフを付加し、
各部品のサービス量グラフが付加されたフロー図を表示する。
The service amount visualization unit
a flow diagram containing one or more part diagrams representing the one or more parts and showing the execution procedure of the one or more parts based on the processing definition data defining the execution procedure of the one or more parts; generate and
Add a service amount graph for each part to each part diagram included in the generated flow diagram,
Display a flow chart to which a service amount graph for each part is added.

本発明のサービス量可視化プログラムは、データ加工に利用される1つ以上の部品のそれぞれのサービス量を可視化するためのプログラムである。
前記サービス量可視化プログラムは、
前記1つ以上の部品のそれぞれによって実行された加工処理の回数である加工数と、前記1つ以上の部品のそれぞれによって実行された判別処理の回数である判別数と、を取得する実行情報取得部と、
前記1つ以上の部品のそれぞれの加工数と前記1つ以上の部品のそれぞれの判別数とを用いて、前記1つ以上の部品のそれぞれのサービス量を算出するサービス量算出部と、
前記1つ以上の部品のそれぞれのサービス量をディスプレイに表示するサービス量可視化部として、コンピュータを機能させる。
A service amount visualization program of the present invention is a program for visualizing the service amount of each of one or more parts used for data processing.
The service amount visualization program is
Acquisition of execution information for acquiring a processing number, which is the number of machining processes performed by each of the one or more parts, and a determination number, which is the number of discrimination processes performed by each of the one or more parts Department and
A service amount calculation unit that calculates the service amount of each of the one or more parts using the number of processes of each of the one or more parts and the number of determinations of each of the one or more parts;
The computer is caused to function as a service amount visualization unit that displays the service amount of each of the one or more parts on a display.

本発明によれば、データ加工のために利用された各部品がどれだけ有効な仕事をしたかを示すサービス量を可視化することができる。そのため、利用者は、各部品がどれだけ有効な仕事をしたか確認することができる。 According to the present invention, it is possible to visualize the amount of service that indicates how effectively each component used for data processing has performed. Therefore, the user can confirm how effectively each component has performed its work.

実施の形態1におけるサービス量可視化システム100の構成図。1 is a configuration diagram of a service amount visualization system 100 according to Embodiment 1. FIG. 実施の形態1における記憶部290の構成図。4 is a configuration diagram of a storage unit 290 according to Embodiment 1. FIG. 実施の形態1におけるサービス量可視化方法のフローチャート。4 is a flowchart of a service amount visualization method according to Embodiment 1; 実施の形態1におけるツール実行処理(S110)のフローチャート。4 is a flowchart of tool execution processing (S110) according to the first embodiment; 実施の形態1におけるサービス量算出処理(S130)のフローチャート。4 is a flowchart of service amount calculation processing (S130) according to the first embodiment; 実施の形態1における「EXPRESSION」のフローチャート。4 is a flowchart of "EXPRESSION" in Embodiment 1; 実施の形態1における「Filter」のフローチャート。4 is a flowchart of "Filter" in Embodiment 1; 実施の形態1における「Router」のフローチャート。4 is a flowchart of "Router" in Embodiment 1; 実施の形態1における「Sorter」のフローチャート。4 is a flowchart of "Sorter" in Embodiment 1; 実施の形態1における「Sorter」の処理例を示す図。FIG. 4 shows a processing example of “Sorter” according to the first embodiment; 実施の形態1における「Aggregator」のフローチャート。4 is a flowchart of "Aggregator" according to Embodiment 1; 実施の形態1における「Aggregator」のフローチャート。4 is a flowchart of "Aggregator" according to Embodiment 1; 実施の形態1における「Aggregator」の処理例を示す図。FIG. 4 is a diagram showing a processing example of “Aggregator” according to the first embodiment; FIG. 実施の形態1における「Aggregator」の処理例を示す図。FIG. 4 is a diagram showing a processing example of “Aggregator” according to the first embodiment; FIG. 実施の形態1における「Joiner」のフローチャート。4 is a flowchart of "Joiner" in Embodiment 1; 実施の形態1における「Joiner」の処理例を示す図。FIG. 10 is a diagram showing a processing example of “Joiner” according to the first embodiment; FIG. 実施の形態1における「Joiner」の処理例を示す図。FIG. 10 is a diagram showing a processing example of “Joiner” according to the first embodiment; FIG. 実施の形態1におけるサービス量データベース291の構成例を示す図。4 is a diagram showing a configuration example of a service amount database 291 according to the first embodiment; FIG. 実施の形態1における残業時間一覧を示す図。4 is a diagram showing a list of overtime hours according to the first embodiment; FIG. 実施の形態1における加工定義データを示す図。4 is a diagram showing processing definition data according to the first embodiment; FIG. 実施の形態1における残業代一覧を示す図。The figure which shows the overtime pay list in Embodiment 1. FIG. 実施の形態1における「ROUTER1」の説明図。4 is an explanatory diagram of "ROUTER1" in the first embodiment; FIG. 実施の形態1における「Expression1」の説明図。4 is an explanatory diagram of "Expression 1" in Embodiment 1. FIG. 実施の形態1における「Expression2」の説明図。FIG. 4 is an explanatory diagram of “Expression 2” in Embodiment 1; 実施の形態1における「UNION1」の説明図。4 is an explanatory diagram of "UNION 1" in Embodiment 1. FIG. 実施の形態1における加工定義データの変更を示す図。FIG. 5 is a diagram showing modification of processing definition data according to the first embodiment; FIG. 実施の形態1における「Expression3」の説明図。4 is an explanatory diagram of "Expression 3" in Embodiment 1. FIG. 実施の形態1における「加工定義1」のサービス量データベース291を示す図。FIG. 4 shows a service amount database 291 of “processing definition 1” according to the first embodiment; 実施の形態1における「加工定義1」のサービス量の可視化を示す図。FIG. 10 is a diagram showing visualization of the service amount of “processing definition 1” according to the first embodiment; 実施の形態1における「加工定義2」のサービス量データベース291を示す図。FIG. 10 shows a service amount database 291 of “processing definition 2” according to the first embodiment; FIG. 実施の形態1における「加工定義2」のサービス量の可視化を示す図。FIG. 10 is a diagram showing visualization of the service amount of “processing definition 2” according to the first embodiment;

実施の形態および図面において、同じ要素または対応する要素には同じ符号を付している。説明した要素と同じ符号が付された要素の説明は適宜に省略または簡略化する。図中の矢印はデータの流れ又は処理の流れを主に示している。 The same or corresponding elements are denoted by the same reference numerals in the embodiments and drawings. Descriptions of elements having the same reference numerals as those described will be omitted or simplified as appropriate. Arrows in the figure mainly indicate the flow of data or the flow of processing.

実施の形態1.
サービス量可視化システム100について、図1から図31に基づいて説明する。
Embodiment 1.
The service amount visualization system 100 will be described with reference to FIGS. 1 to 31. FIG.

サービス量可視化システム100は、データ加工に利用される1つ以上の部品のそれぞれのサービス量を可視化するシステムである。 The service amount visualization system 100 is a system that visualizes the service amount of each of one or more parts used for data processing.

***構成の説明***
図1に基づいて、サービス量可視化システム100の構成を説明する。
サービス量可視化システム100は、サービス量可視化装置200を備える。サービス量可視化装置200は、複数の装置で実現されてもよい。
*** Configuration description ***
The configuration of the service amount visualization system 100 will be described based on FIG.
The service amount visualization system 100 includes a service amount visualization device 200 . The service amount visualization device 200 may be realized by a plurality of devices.

サービス量可視化装置200は、プロセッサ201とメモリ202と補助記憶装置203と通信装置204と入出力インタフェース205といったハードウェアを備えるコンピュータである。これらのハードウェアは、信号線を介して互いに接続されている。 The service amount visualization device 200 is a computer having hardware such as a processor 201 , a memory 202 , an auxiliary storage device 203 , a communication device 204 and an input/output interface 205 . These pieces of hardware are connected to each other via signal lines.

プロセッサ201は、演算処理を行うICであり、他のハードウェアを制御する。例えば、プロセッサ201は、CPU、DSPまたはGPUである。
ICは、Integrated Circuitの略称である。
CPUは、Central Processing Unitの略称である。
DSPは、Digital Signal Processorの略称である。
GPUは、Graphics Processing Unitの略称である。
A processor 201 is an IC that performs arithmetic processing and controls other hardware. For example, processor 201 is a CPU, DSP or GPU.
IC is an abbreviation for Integrated Circuit.
CPU is an abbreviation for Central Processing Unit.
DSP is an abbreviation for Digital Signal Processor.
GPU is an abbreviation for Graphics Processing Unit.

メモリ202は揮発性の記憶装置である。メモリ202は、主記憶装置またはメインメモリとも呼ばれる。例えば、メモリ202はRAMである。メモリ202に記憶されたデータは必要に応じて補助記憶装置203に保存される。
RAMは、Random Access Memoryの略称である。
Memory 202 is a volatile storage device. Memory 202 is also referred to as main storage or main memory. For example, memory 202 is RAM. The data stored in memory 202 is saved in auxiliary storage device 203 as needed.
RAM is an abbreviation for Random Access Memory.

補助記憶装置203は不揮発性の記憶装置である。例えば、補助記憶装置203は、ROM、HDDまたはフラッシュメモリである。補助記憶装置203に記憶されたデータは必要に応じてメモリ202にロードされる。
ROMは、Read Only Memoryの略称である。
HDDは、Hard Disk Driveの略称である。
Auxiliary storage device 203 is a non-volatile storage device. For example, the auxiliary storage device 203 is ROM, HDD or flash memory. Data stored in the auxiliary storage device 203 is loaded into the memory 202 as needed.
ROM is an abbreviation for Read Only Memory.
HDD is an abbreviation for Hard Disk Drive.

通信装置204はレシーバ及びトランスミッタである。例えば、通信装置204は通信チップまたはNICである。
NICは、Network Interface Cardの略称である。
Communication device 204 is a receiver and transmitter. For example, communication device 204 is a communication chip or NIC.
NIC is an abbreviation for Network Interface Card.

入出力インタフェース205は、入力装置および出力装置が接続されるポートである。例えば、入出力インタフェース205はUSB端子であり、入力装置はキーボードおよびマウスであり、出力装置はディスプレイである。
USBは、Universal Serial Busの略称である。
The input/output interface 205 is a port to which an input device and an output device are connected. For example, the input/output interface 205 is a USB terminal, the input device is a keyboard and mouse, and the output device is a display.
USB is an abbreviation for Universal Serial Bus.

サービス量可視化装置200は、ツール実行部210と実行情報取得部220とサービス量算出部230とサービス量可視化部240といった要素を備える。これらの要素はソフトウェアで実現される。 The service amount visualization device 200 includes elements such as a tool execution unit 210 , an execution information acquisition unit 220 , a service amount calculation unit 230 and a service amount visualization unit 240 . These elements are implemented in software.

補助記憶装置203には、ツール実行部210と実行情報取得部220とサービス量算出部230とサービス量可視化部240としてコンピュータを機能させるためのサービス量可視化プログラムが記憶されている。サービス量可視化プログラムは、メモリ202にロードされて、プロセッサ201によって実行される。
補助記憶装置203には、さらに、OSが記憶されている。OSの少なくとも一部は、メモリ202にロードされて、プロセッサ201によって実行される。
プロセッサ201は、OSを実行しながら、サービス量可視化プログラムを実行する。
OSは、Operating Systemの略称である。
The auxiliary storage device 203 stores a service amount visualization program for causing the computer to function as a tool execution unit 210 , an execution information acquisition unit 220 , a service amount calculation unit 230 and a service amount visualization unit 240 . The service amount visualization program is loaded into memory 202 and executed by processor 201 .
The auxiliary storage device 203 further stores an OS. At least part of the OS is loaded into memory 202 and executed by processor 201 .
The processor 201 executes the service amount visualization program while executing the OS.
OS is an abbreviation for Operating System.

サービス量可視化プログラムの入出力データは記憶部290に記憶される。
メモリ202は記憶部290として機能する。但し、補助記憶装置203、プロセッサ201内のレジスタおよびプロセッサ201内のキャッシュメモリなどの記憶装置が、メモリ202の代わりに、又は、メモリ202と共に、記憶部290として機能してもよい。
Input/output data of the service amount visualization program is stored in the storage unit 290 .
Memory 202 functions as storage unit 290 . However, a storage device such as the auxiliary storage device 203 , a register within the processor 201 and a cache memory within the processor 201 may function as the storage unit 290 instead of or together with the memory 202 .

サービス量可視化装置200は、プロセッサ201を代替する複数のプロセッサを備えてもよい。複数のプロセッサは、プロセッサ201の役割を分担する。 The service amount visualization device 200 may include multiple processors that substitute for the processor 201 . A plurality of processors share the role of processor 201 .

サービス量可視化プログラムは、光ディスクまたはフラッシュメモリ等の不揮発性の記録媒体にコンピュータ読み取り可能に記録(格納)することができる。 The service amount visualization program can be recorded (stored) in a computer-readable manner in a non-volatile recording medium such as an optical disc or flash memory.

図2に基づいて、記憶部290の構成を説明する。
記憶部290には、サービス量データベース291およびリポジトリデータベース292などが記憶される。これらのデータについては後述する。
The configuration of the storage unit 290 will be described based on FIG.
The storage unit 290 stores a service amount database 291, a repository database 292, and the like. These data will be described later.

***動作の説明***
サービス量可視化システム100の動作はサービス量可視化方法に相当する。また、サービス量可視化方法の手順はサービス量可視化プログラムの手順に相当する。
***Description of operation***
The operation of the service amount visualization system 100 corresponds to the service amount visualization method. Also, the procedure of the service amount visualization method corresponds to the procedure of the service amount visualization program.

図3に基づいて、サービス量可視化方法を説明する。
ステップS110において、ツール実行部210はETLツールを実行する。
ETLツールは、データ加工を行うためのツールである。
Based on FIG. 3, the service amount visualization method will be described.
In step S110, the tool execution unit 210 executes the ETL tool.
An ETL tool is a tool for processing data.

図4に基づいて、ツール実行処理(S110)の手順を説明する。
ツール実行処理(S110)は、ETLツールを実行することによって実施される。
Based on FIG. 4, the procedure of the tool execution process (S110) will be described.
The tool execution process (S110) is implemented by executing the ETL tool.

ステップS111において、ツール実行部210はパラメータを取得する。
具体的には、パラメータは、開始時刻とワークフロー名と加工定義名である。
例えば、利用者がパラメータをサービス量可視化装置200に入力し、ツール実行部210が入力されたパラメータを受け付ける。
In step S111, the tool execution unit 210 acquires parameters.
Specifically, the parameters are start time, workflow name, and processing definition name.
For example, the user inputs parameters to the service amount visualization device 200, and the tool execution unit 210 receives the input parameters.

ステップS112において、ツール実行部210は、加工前データを受け付ける。
加工前データは、データ加工の対象となるデータである。
加工前データの形式は、例えば、テーブルである。
例えば、利用者が加工前データをサービス量可視化装置200に入力し、ツール実行部210が入力された加工前データを受け付ける。
In step S112, tool execution unit 210 receives pre-processing data.
The unprocessed data is data to be processed.
The format of the pre-processing data is, for example, a table.
For example, the user inputs pre-processed data to the service amount visualization device 200, and the tool execution unit 210 receives the input pre-processed data.

ステップS113において、ツール実行部210は、ステップS111で取得した加工定義名で識別される加工定義データをリポジトリデータベース292から取得する。
リポジトリデータベース292には、複数の加工定義データが記憶されている。
加工定義データには、データ加工に利用される1つ以上の部品、および、1つ以上の部品の実行順序が定義されている。
データ加工に利用される1つ以上の部品の具体例について後述する。
In step S113, the tool execution unit 210 acquires from the repository database 292 the processing definition data identified by the processing definition name acquired in step S111.
A repository database 292 stores a plurality of processing definition data.
The processing definition data defines one or more parts used for data processing and the execution order of the one or more parts.
A specific example of one or more parts used for data processing will be described later.

ステップS114において、ツール実行部210は、取得した加工定義データに定義された実行順序に従って、次に実行する部品を選択する。
選択される部品を「選択部品」と称する。
In step S114, the tool execution unit 210 selects the next component to be executed according to the execution order defined in the acquired machining definition data.
A part to be selected is called a "selected part".

ステップS115において、ツール実行部210は選択部品を実行する。
具体的には、選択部品が先頭の部品である場合、ツール実行部210は、加工前データに対して選択部品を実行する。選択部品が2番目以降の部品である場合、ツール実行部210は、前の部品による加工後データに対して選択部品を実行する。
In step S115, the tool execution unit 210 executes the selected part.
Specifically, when the selected part is the leading part, the tool execution unit 210 executes the selected part on the pre-processing data. If the selected part is the second or subsequent part, the tool execution unit 210 executes the selected part on the data after processing by the previous part.

実施の形態1において、各部品には、データ加工のための各処理の他に、実行情報の算出のための処理が実装されている。そのため、各部品は、データ加工のための各処理を実行しながら実行情報を算出する。
実行情報は、加工数および判別数である。
加工数は、データ加工のために実行された加工処理の回数である。
判別数は、データ加工のために実行される判別処理の回数である。
In the first embodiment, each component implements a process for calculating execution information in addition to each process for data processing. Therefore, each part calculates execution information while executing each process for data processing.
The execution information is the number of processes and the number of discriminations.
The number of processes is the number of times of processing executed for data processing.
The number of determinations is the number of determination processes executed for data processing.

ステップS116において、ツール実行部210は、パラメータと共に選択部品の実行情報をサービス量データベース291に保存する。
サービス量データベース291には、パラメータと各部品の実行情報との組が記憶される。
In step S116, the tool execution unit 210 stores the execution information of the selected component in the service amount database 291 together with the parameters.
The service amount database 291 stores sets of parameters and execution information of each component.

ステップS117において、ツール実行部210は、取得した加工定義データに定義された実行順序に従って、次に実行する部品があるか判定する。
次に実行する部品がある場合、処理はステップS114に進む。
次に実行する部品がない場合、処理はステップS118に進む。
In step S117, the tool execution unit 210 determines whether there is a component to be executed next according to the execution order defined in the acquired machining definition data.
If there is a component to be executed next, the process proceeds to step S114.
If there is no component to be executed next, the process proceeds to step S118.

ステップS118において、ツール実行部210は、取得した加工定義データに定義された1つ以上の部品を実行することによって得られた加工後データを出力する。
例えば、ツール実行部210は、パラメータと共に加工後データを記憶部290に記憶する。
In step S118, the tool execution unit 210 outputs post-machining data obtained by executing one or more parts defined in the acquired machining definition data.
For example, the tool execution unit 210 stores post-processing data in the storage unit 290 together with parameters.

図3に戻り、ステップS120から説明を続ける。
ステップS120において、実行情報取得部220は、加工定義データに定義された1つ以上の部品のそれぞれの実行情報をパラメータと共に、サービス量データベース291から取得する。
Returning to FIG. 3, the description continues from step S120.
In step S<b>120 , the execution information acquisition unit 220 acquires from the service amount database 291 the execution information for each of the one or more parts defined in the processing definition data together with the parameters.

ステップS130において、サービス量算出部230は、加工定義データに定義された1つ以上の部品のそれぞれの実行情報を用いて、各部品のサービス量を算出する。
部品のサービス量は、部品によって実行された処理の量に相当する。
In step S130, the service amount calculation unit 230 calculates the service amount of each part using the execution information of each of one or more parts defined in the processing definition data.
A component's service volume corresponds to the amount of processing performed by the component.

図5に基づいて、サービス量算出処理(S130)の手順を説明する。
ステップS131において、サービス量算出部230は、加工定義データに定義された1つ以上の部品から、未選択の部品を1つ選択する。
選択された部品を「選択部品」と称する。
Based on FIG. 5, the procedure of the service amount calculation process (S130) will be described.
In step S131, the service amount calculation unit 230 selects one unselected part from one or more parts defined in the processing definition data.
The selected parts are called "selected parts".

ステップS132において、サービス量算出部230は、選択部品によって実行される加工処理の一回当たりの計算量をリポジトリデータベース292から取得する。
さらに、サービス量算出部230は、選択部品によって実行される判別処理の一回当たりの計算量をリポジトリデータベース292から取得する。
リポジトリデータベース292には、部品毎に、一回当たりの加工処理の計算量と、一回当たりの判別処理の計算量とが記憶されている。
加工処理の計算量は、加工処理内の計算式に含まれる演算子の数と、加工処理内の関数の数との合計に相当する。
判別処理の計算量は、判別処理内の計算式に含まれる演算子の数と、判別処理内の関数の数との合計に相当する。
In step S<b>132 , the service amount calculation unit 230 acquires from the repository database 292 the amount of calculation per processing performed by the selected part.
Further, the service amount calculation unit 230 acquires from the repository database 292 the amount of calculation per determination process executed by the selected component.
The repository database 292 stores, for each part, the computational complexity of processing processing per one time and the computational complexity of discrimination processing per one time.
The computational complexity of the processing corresponds to the sum of the number of operators included in the calculation formula within the processing and the number of functions within the processing.
The computational complexity of the discrimination process corresponds to the sum of the number of operators included in the calculation formulas in the discrimination process and the number of functions in the discrimination process.

ステップS133において、サービス量算出部230は、選択部品の加工数と選択部品の判別数とを用いて、選択部品の判別率を算出する。
判別率は、加工数に対する判別数の割合である。
In step S133, the service amount calculation unit 230 calculates the discrimination rate of the selected part using the number of selected parts to be processed and the number of selected parts to be distinguished.
The discrimination rate is the ratio of the number of discriminations to the number of processes.

具体的には、サービス量算出部230は、以下の式を計算することによって、判別率を算出する。末尾の「×4」は、判別率の最大を100パーセントにするための係数である。
判別率 = {(加工数÷判別数)×(1-(加工数÷判別数))×4
Specifically, the service amount calculation unit 230 calculates the discrimination rate by calculating the following formula. “×4” at the end is a coefficient for making the maximum discrimination rate 100%.
Discrimination rate = {(number of processes/number of discrimination) x (1-(number of processes/number of discrimination)) x 4

ステップS134において、サービス量算出部230は、判別数と一回当たりの判別処理の計算量と判別率とを用いて、判別処理に対するサービス量を算出する。 In step S134, the service amount calculation unit 230 calculates the service amount for the discrimination process using the number of discriminations, the calculation amount of the discrimination process per one time, and the discrimination rate.

具体的には、サービス量算出部230は、以下の式を計算することによって、判別処理に対するサービス量(判別サービス量)を算出する。一回当たりの判別処理の計算量を「判別計算量」と称する。
判別サービス量 = 判別数×判別計算量×判別率
Specifically, the service amount calculation unit 230 calculates the service amount (determination service amount) for the determination process by calculating the following formula. The computational complexity of discrimination processing per one time is referred to as the “computational complexity of discrimination”.
Amount of discrimination service = Number of discriminations x Computational complexity of discrimination x Rate of discrimination

ステップS135において、サービス量算出部230は、加工数と一回当たりの加工処理の計算量とを用いて、加工処理に対するサービス量を算出する。 In step S<b>135 , the service amount calculation unit 230 calculates the service amount for the processing using the number of processing and the calculation amount of processing per processing.

具体的には、サービス量算出部230は、以下の式を計算することによって、加工処理に対するサービス量(加工サービス量)を算出する。一回当たりの加工処理の計算量を「加工計算量」と称する。
加工サービス量 = 加工数×加工計算量
Specifically, the service amount calculation unit 230 calculates the service amount (processing service amount) for the processing by calculating the following formula. The calculation amount of processing per processing is called "processing calculation amount".
Amount of processing service = Number of processing × Amount of processing calculation

ステップS136において、サービス量算出部230は、判別処理に対するサービス量と加工処理に対するサービス量とを用いて、選択部品のサービス量を算出する。
そして、サービス量算出部230は、パラメータと共に
In step S136, the service amount calculation unit 230 calculates the service amount of the selected component using the service amount for the determination process and the service amount for the processing process.
Then, the service amount calculation unit 230, together with the parameters

具体的には、サービス量算出部230は、以下の式を計算することによって選択部品のサービス量(部品サービス量)を算出する。判別処理に対するサービス量を「判別サービス量」と称し、加工処理に対するサービス量を「加工サービス量」と称する。
部品サービス量 = 判別サービス量+加工サービス量
Specifically, the service amount calculation unit 230 calculates the service amount (part service amount) of the selected part by calculating the following formula. The service amount for the discrimination process is called "discrimination service amount", and the service amount for the processing process is called "processing service amount".
Parts service volume = Identification service volume + Machining service volume

ステップS137において、サービス量算出部230は、パラメータと共に選択部品のサービス情報をサービス量データベース291に保存する。
選択部品のサービス情報は、選択部品のサービス量と判別処理に対するサービス量と加工処理に対するサービス量とを含む。
サービス量データベース291には、パラメータと各部品のサービス情報との組が記憶される。
In step S137, the service amount calculation unit 230 stores the service information of the selected parts in the service amount database 291 together with the parameters.
The service information of the selected part includes the service amount of the selected part, the service amount for the discrimination process, and the service amount for the processing process.
The service amount database 291 stores sets of parameters and service information of each component.

ステップS137において、サービス量算出部230は、加工定義データに定義された1つ以上の部品の中に未選択の部品があるか判定する。
未選択の部品がある場合、処理はステップS131に進む。
未選択の部品がない場合、サービス量算出処理(S130)は終了する。
In step S137, the service amount calculation unit 230 determines whether there is an unselected part among the one or more parts defined in the processing definition data.
If there are unselected parts, the process proceeds to step S131.
If there is no unselected part, the service amount calculation process (S130) ends.

図3に戻り、ステップS140を説明する。
ステップS140において、サービス量可視化部240は、加工定義データに定義された1つ以上の部品のそれぞれのサービス量をディスプレイに表示する。
例えば、サービス量可視化部240は、各部品のサービス量を表形式またはグラフ形式で表示する。
Returning to FIG. 3, step S140 will be described.
In step S140, the service amount visualization unit 240 displays the service amount of each of the one or more parts defined in the processing definition data on the display.
For example, the service amount visualization unit 240 displays the service amount of each component in tabular form or graph form.

具体的には、サービス量可視化部240は、各部品のサービス量を以下のように表示する。
ツール実行部210は、同じ加工定義データに基づくデータ加工を複数回実施する(S110)。例えば、ツール実行部210は、データ加工を毎月実施する。
実行情報取得部220は、データ加工の実施毎に、各部品の加工数と各部品の判別数とを取得する(S120)。
サービス量算出部230は、データ加工の実施毎に、各部品のサービス量を算出する(S130)。
サービス量可視化部240は、部品毎にサービス量グラフを生成し、各部品のサービス量グラフを表示する(S140)。
サービス量グラフは、データ加工の実施別のサービス量を示す。例えば、サービス量グラフは、毎月のサービス量の変化を示す折れ線グラフである。
サービス量グラフの具体例について後述する。
Specifically, the service amount visualization unit 240 displays the service amount of each component as follows.
The tool execution unit 210 executes data processing multiple times based on the same processing definition data (S110). For example, the tool execution unit 210 performs data processing every month.
The execution information acquisition unit 220 acquires the number of processes for each part and the number of determinations for each part each time data processing is performed (S120).
The service amount calculation unit 230 calculates the service amount of each part each time data processing is performed (S130).
The service amount visualization unit 240 generates a service amount graph for each part and displays the service amount graph for each part (S140).
The service amount graph shows the service amount for each execution of data processing. For example, the service amount graph is a line graph showing changes in monthly service amount.
A specific example of the service amount graph will be described later.

サービス量可視化部240は、各部品のサービス量を以下のように表示してもよい。
サービス量可視化部240は、加工定義データに基づいて、フロー図を生成する。
フロー図は、加工定義データに定義された1つ以上の部品を表す1つ以上の部品図を含み、加工定義データに定義された1つ以上の部品の実行順序を示す。
サービス量可視化部240は、フロー図に含まれる各部品図に各部品のサービス量グラフを付加する。
そして、サービス量可視化部240は、各部品のサービス量グラフが付加されたフロー図を表示する。
各部品のサービス量グラフが付加されたフロー図の具体例について後述する。
The service amount visualization unit 240 may display the service amount of each component as follows.
The service amount visualization unit 240 generates a flow diagram based on the processing definition data.
A flow diagram includes one or more part diagrams representing one or more parts defined in the process definition data, and indicates the order of execution of the one or more parts defined in the process definition data.
The service amount visualization unit 240 adds a service amount graph of each component to each component diagram included in the flow chart.
Then, the service amount visualization unit 240 displays the flow chart to which the service amount graph of each component is added.
A specific example of the flow diagram to which the service amount graph of each component is added will be described later.

***実施例の説明***
ETLツールの部品の具体例を説明する。
ETLツールには「Expression」、「Filter」、「Router」、「Sorter」、「Aggregator」および「Joiner」などの部品が存在する。
「Expression」は、行(レコード)ごとに完結する演算処理を行う。
「Filter」は、行を取り除く。
「Router」は、行を振り分ける。
「Sorter」は、データを整列させる。
「Aggregator」は、集計を行う。
「Joiner」は、2つのデータを結合する。
***Description of Examples***
A specific example of the parts of the ETL tool will be described.
The ETL tool has parts such as "Expression", "Filter", "Router", "Sorter", "Aggregator" and "Joiner".
"Expression" performs arithmetic processing that is completed for each row (record).
"Filter" removes rows.
"Router" distributes lines.
"Sorter" sorts the data.
"Aggregator" performs aggregation.
"Joiner" joins two data.

「Expression」は、行(レコード)ごとに完結する演算処理を行う部品である。演算処理の式には計算式または条件式を設定することが可能である。
実施の形態1では、演算処理毎に判別数Dと加工数Pとのそれぞれのカウントが行われる。演算処理の数Nは利用者によって設定されるOUTPUTの数によって決まる。
“Expression” is a component that performs arithmetic processing that is completed for each row (record). A calculation formula or a conditional formula can be set as the formula for arithmetic processing.
In Embodiment 1, each of the discrimination number D and the processing number P is counted for each arithmetic processing. The number N of arithmetic operations is determined by the number of OUTPUTs set by the user.

図6に基づいて、実施の形態1における「Expression」の手順を説明する。
ステップE1において、ツール実行部210はパラメータを取得する。具体的なパラメータは、部品名と各演算処理の処理名である。
ステップE2において、ツール実行部210は、演算処理別の判別数Dと演算処理別の加工数Pとのそれぞれをゼロに初期化する。
ステップE3において、ツール実行部210は、次の行(レコード)を選択する。
ステップE4において、ツール実行部210は、選択した行に対して次の演算処理を実行する。
ステップE5において、ツール実行部210は、演算処理が正常終了したか判定する。演算処理が正常終了した場合、処理はステップE6に進む。演算処理が異常終了した場合、処理はステップE7に進む。
ステップE6において、ツール実行部210は、演算処理の式が計算式であるか判定する。演算処理の式が計算式である場合、処理はステップE7に進む。演算処理の式が条件式である場合、処理はステップE8に進む。
ステップE7において、ツール実行部210は、加工数Pに1を加える。ステップE7の後、処理はステップE10に進む。
ステップE8において、ツール実行部210は、判別数Dに1を加える。
ステップE9において、ツール実行部210は、条件式を満たしたか判定する。条件式を満たした場合、処理はステップE7に進む。条件式を満たさない場合、処理はステップE10に進む。
ステップE10において、ツール実行部210は、全ての演算処理が終了したか判定する。全ての演算処理が終了した場合、処理はステップE11に進む。全ての演算処理が終了していない場合、処理はステップE4に進む。
ステップE11において、ツール実行部210は、全ての行が終了したか判定する。全ての行が終了した場合、処理は終了する。全ての行が終了していない場合、処理はステップE3に進む。
Based on FIG. 6, the procedure of "Expression" in Embodiment 1 is demonstrated.
At step E1, the tool execution unit 210 acquires parameters. Specific parameters are the part name and the process name of each arithmetic process.
In step E2, the tool execution unit 210 initializes each of the determination number D for each arithmetic process and the processing number P for each arithmetic process to zero.
At step E3, the tool execution section 210 selects the next row (record).
At step E4, the tool execution section 210 performs the following arithmetic processing on the selected line.
At step E5, the tool execution unit 210 determines whether the arithmetic processing has ended normally. When the arithmetic processing ends normally, the processing proceeds to step E6. If the arithmetic process ends abnormally, the process proceeds to step E7.
At step E6, the tool execution unit 210 determines whether the arithmetic processing formula is a calculation formula. If the arithmetic processing formula is a calculation formula, the process proceeds to step E7. If the arithmetic processing expression is a conditional expression, the process proceeds to step E8.
At step E7, the tool execution unit 210 adds 1 to the number P of processes. After step E7, the process proceeds to step E10.
At step E8, the tool execution unit 210 adds 1 to the number D of discrimination.
At step E9, the tool execution unit 210 determines whether the conditional expression is satisfied. If the conditional expression is satisfied, the process proceeds to step E7. If the conditional expression is not satisfied, the process proceeds to step E10.
At step E10, the tool execution section 210 determines whether or not all arithmetic processing has been completed. When all arithmetic processing is completed, the process proceeds to step E11. If all arithmetic processing has not been completed, the process proceeds to step E4.
At step E11, the tool execution unit 210 determines whether all lines have been completed. When all rows are finished, the process ends. If all lines have not been completed, the process proceeds to step E3.

「Filter」は、条件を満たしている行(レコード)のみを残し、条件を満たしていない行を取り除く部品である。
実施の形態1では、各行に対して演算処理を行う毎に判別数Dと加工数Pとのそれぞれのカウントが行われる。演算処理の数は一つである。加工数のカウントはフィルターの条件を満たしているときに行われる。
"Filter" is a component that leaves only rows (records) that satisfy the conditions and removes rows that do not satisfy the conditions.
In the first embodiment, each of the discrimination number D and the processing number P is counted each time an arithmetic process is performed on each row. The number of arithmetic processes is one. The number of processes is counted when the filter conditions are met.

図7に基づいて、実施の形態1における「Filter」の手順を説明する。
ステップF1において、ツール実行部210はパラメータを取得する。具体的なパラメータは、部品名と演算処理の処理名である。
ステップF2において、ツール実行部210は、判別数Dと加工数Pとのそれぞれをゼロに初期化する。
ステップF3において、ツール実行部210は、次の行(レコード)を選択する。
ステップF4において、ツール実行部210は、選択した行に対して演算処理を実行する。
ステップF5において、ツール実行部210は、演算処理が正常終了したか判定する。演算処理が正常終了した場合、処理はステップF6に進む。演算処理が異常終了した場合、処理はステップF9に進む。
ステップF6において、ツール実行部210は、判別数Dに1を加える。
ステップF7において、ツール実行部210は、条件を満たしたか判定する。条件を満たした場合、処理はステップF8に進む。条件を満たさない場合、処理はステップF9に進む。
ステップF8において、ツール実行部210は、加工数Pに1を加える。
ステップF9において、ツール実行部210は、全ての行が終了したか判定する。全ての行が終了した場合、処理は終了する。全ての行が終了していない場合、処理はステップF3に進む。
Based on FIG. 7, the procedure of "Filter" in Embodiment 1 will be described.
In step F1, the tool execution unit 210 acquires parameters. Specific parameters are the part name and the processing name of the arithmetic processing.
In step F2, the tool execution unit 210 initializes each of the discrimination number D and the processing number P to zero.
At step F3, the tool execution unit 210 selects the next row (record).
At step F4, the tool execution unit 210 performs arithmetic processing on the selected line.
In step F5, the tool execution unit 210 determines whether the arithmetic processing has ended normally. When the arithmetic processing ends normally, the processing proceeds to step F6. If the arithmetic process ends abnormally, the process proceeds to step F9.
In step F6, the tool execution unit 210 adds 1 to the number D of discrimination.
In step F7, the tool execution unit 210 determines whether the conditions are satisfied. If the condition is satisfied, the process proceeds to step F8. If the condition is not satisfied, the process proceeds to step F9.
In step F8, the tool execution section 210 adds 1 to the number P of processes.
In step F9, the tool execution unit 210 determines whether all lines have been completed. When all rows are finished, the process ends. If all lines have not been completed, the process proceeds to step F3.

「Router」は、条件に合わせて各行(レコード)を次に実行する部品に振り分ける部品である。
実施の形態1では、演算処理毎に判別数Dと加工数Pとのそれぞれのカウントが行われる。演算処理の数Nは、利用者によって設定された分岐の数である。分岐ごとに判別数Dと加工数Pがカウントされる。
"Router" is a component that distributes each row (record) to a component to be executed next according to conditions.
In Embodiment 1, each of the discrimination number D and the processing number P is counted for each arithmetic processing. The number N of arithmetic operations is the number of branches set by the user. The determination number D and the processing number P are counted for each branch.

図8に基づいて、実施の形態1における「Router」の手順を説明する。
ステップR1において、ツール実行部210はパラメータを取得する。具体的なパラメータは、部品名と各演算処理の処理名である。
ステップR2において、ツール実行部210は、演算処理別の判別数Dと演算処理別の加工数Pとのそれぞれをゼロに初期化する。
ステップR3において、ツール実行部210は、次の行(レコード)を選択する。
ステップR4において、ツール実行部210は、選択した行に対して次の演算処理を実行する。
ステップR5において、ツール実行部210は、演算処理が正常終了したか判定する。演算処理が正常終了した場合、処理はステップR6に進む。演算処理が異常終了した場合、処理はステップR9に進む。
ステップR6において、ツール実行部210は、判別数Dに1を加える。
ステップR7において、ツール実行部210は、条件を満たしたか判定する。条件を満たした場合、処理はステップR8に進む。条件を満たさない場合、処理はステップR9に進む。
ステップR8において、ツール実行部210は、加工数Pに1を加える。
ステップR9において、ツール実行部210は、全ての演算処理が終了したか判定する。全ての演算処理が終了した場合、処理はステップR10に進む。全ての演算処理が終了していない場合、処理はステップR4に進む。
ステップR10において、ツール実行部210は、全ての行が終了したか判定する。全ての行が終了した場合、処理は終了する。全ての行が終了していない場合、処理はステップR3に進む。
Based on FIG. 8, the procedure of "Router" in Embodiment 1 is demonstrated.
At step R1, the tool execution unit 210 acquires parameters. Specific parameters are the part name and the process name of each arithmetic process.
In step R2, the tool execution unit 210 initializes the discrimination number D for each arithmetic process and the processing number P for each arithmetic process to zero.
At step R3, the tool execution unit 210 selects the next row (record).
At step R4, the tool execution unit 210 performs the following arithmetic processing on the selected line.
At step R5, the tool execution unit 210 determines whether the arithmetic processing has ended normally. When the arithmetic processing ends normally, the processing proceeds to step R6. If the arithmetic processing ends abnormally, the process proceeds to step R9.
In step R6, the tool execution unit 210 adds 1 to the number D of discrimination.
At step R7, the tool execution unit 210 determines whether the conditions are satisfied. If the condition is satisfied, the process proceeds to step R8. If the condition is not met, the process proceeds to step R9.
At step R8, the tool execution unit 210 adds 1 to the number of processes P.
At step R9, the tool execution unit 210 determines whether all arithmetic processing has been completed. When all arithmetic processing is finished, the process proceeds to step R10. If all arithmetic processing has not been completed, the process proceeds to step R4.
At step R10, the tool execution unit 210 determines whether all lines have been completed. When all rows are finished, the process ends. If all lines have not been completed, the process proceeds to step R3.

「Sorter」は、条件に合わせてデータを整列させる部品である。
実施の形態1では、「Sorter」は次のような処理を繰り返す。まず、「Sorter」は2つの行のキー項目を比較する。そして、条件を満たしていれば、「Sorter」は2つの行を交換する。2つの行の比較が判別処理に相当し、2つの行の交換が加工処理に相当する。比較処理の数は、利用者によって条件として設定された列の数によらず、一つである。
"Sorter" is a component that sorts data according to conditions.
In Embodiment 1, "Sorter" repeats the following processing. First, "Sorter" compares the key items of the two rows. Then, if the condition is met, "Sorter" swaps the two rows. Comparison of two lines corresponds to discrimination processing, and exchange of two lines corresponds to processing processing. The number of comparison processes is one regardless of the number of columns set as conditions by the user.

図9に基づいて、実施の形態1における「Sorter」の手順を説明する。
ステップS1において、ツール実行部210はパラメータを取得する。具体的なパラメータは、部品名と演算処理の処理名である。
ステップS2において、ツール実行部210は、判別数Dと加工数Pとのそれぞれをゼロに初期化する。
ステップS3において、ツール実行部210は、次の行(レコード)を選択する。
ステップS4において、ツール実行部210は、選択した行に対して比較処理を実行する。
ステップS5において、ツール実行部210は、比較処理が正常終了したか判定する。比較処理が正常終了した場合、処理はステップS6に進む。比較処理が異常終了した場合、処理はステップS9に進む。
ステップS6において、ツール実行部210は、判別数Dに1を加える。
ステップS7において、ツール実行部210は、条件を満たしたか判定する。条件を満たした場合、処理はステップS8に進む。条件を満たさない場合、処理はステップS9に進む。
ステップS8において、ツール実行部210は、加工数Pに1を加える。
ステップS9において、ツール実行部210は、全ての行が終了したか判定する。全ての行が終了した場合、処理は終了する。全ての行が終了していない場合、処理はステップS3に進む。
Based on FIG. 9, the procedure of "Sorter" in Embodiment 1 will be described.
In step S1, the tool execution unit 210 acquires parameters. Specific parameters are the part name and the processing name of the arithmetic processing.
In step S2, the tool execution unit 210 initializes each of the discrimination number D and the processing number P to zero.
In step S3, the tool execution unit 210 selects the next row (record).
In step S4, the tool execution unit 210 performs comparison processing on the selected line.
In step S5, the tool execution unit 210 determines whether the comparison process has ended normally. If the comparison process ends normally, the process proceeds to step S6. If the comparison process ends abnormally, the process proceeds to step S9.
In step S6, the tool execution unit 210 adds 1 to the number D of discrimination.
In step S7, the tool execution unit 210 determines whether the conditions are satisfied. If the condition is satisfied, the process proceeds to step S8. If the condition is not satisfied, the process proceeds to step S9.
In step S8, the tool execution unit 210 adds 1 to the number P of processes.
In step S9, the tool execution unit 210 determines whether all lines have ended. When all rows are finished, the process ends. If all lines have not been completed, the process proceeds to step S3.

図10に基づいて、「Sorter」の処理の具体例を説明する。
第1行の列A「1」と第3行の列A「2」を比較すると条件を満たさない。そのため、第1行と第3行との交換は行われない。
第4行の列A「9」と第5行の列A「4」を比較すると条件を満たす。そのため、第4行と第5行とが交換される。
A specific example of the "Sorter" process will be described with reference to FIG.
A comparison between column A "1" in the first row and column A "2" in the third row does not satisfy the condition. Therefore, the first and third rows are not exchanged.
A comparison of row 4, column A "9" and row 5, column A "4" satisfies the condition. Therefore, the 4th and 5th rows are swapped.

「Aggregator」は、条件に合わせて行(レコード)を集計する部品である。
実施の形態1では、「Aggregator」は、行ごとに集計キーが集計済みのキーでるかチェックする。そして、集計キーが集計済みのキーでない場合、「Aggregator」は集計処理を行い、一行ずつ条件を満たしているか確認する。一行ずつ条件を満たしているか確認する処理の回数が判別数に相当し、条件を満たしているときにカウントされる数が加工数に相当する。集計処理の数は、利用者によって条件に設定される列の数によらず、一つである。
"Aggregator" is a component that aggregates rows (records) according to conditions.
In the first embodiment, the "Aggregator" checks whether the aggregation key has been aggregated for each row. Then, if the aggregation key is not an aggregated key, the "Aggregator" performs aggregation processing and checks whether the condition is satisfied for each row. The number of determinations corresponds to the number of processes for checking whether the conditions are satisfied for each line, and the number counted when the conditions are satisfied corresponds to the number of processes. The number of aggregation processes is one regardless of the number of columns set in the conditions by the user.

図11および図12に基づいて、実施の形態1における「Aggregator」の手順を説明する。
ステップA1において、ツール実行部210はパラメータを取得する。具体的なパラメータは、部品名と演算処理の処理名である。
ステップA2において、ツール実行部210は、判別数Dと加工数Pとのそれぞれをゼロに初期化する。
ステップA3において、ツール実行部210は、次の行(レコード)を選択する。
ステップA4において、ツール実行部210は、選択した行に対して集計処理を実行する。
ステップA5において、ツール実行部210は、集計処理が正常終了したか判定する。集計処理が正常終了した場合、処理はステップA6に進む。集計処理が異常終了した場合、処理はステップA11に進む。
ステップA6において、ツール実行部210は、集計キーが集計済みのキーであるか判定する。集計キーが集計済みのキーである場合、処理はステップA11に進む。集計キーが集計済みのキーでない場合、処理はステップA7に進む。
ステップA7において、ツール実行部210は、次の比較対象を確認する。
ステップA8において、ツール実行部210は、判別数Dに1を加える。
ステップA9において、ツール実行部210は、集計キーと比較対象のキーが同じであるか判定する。集計キーと比較対象のキーが同じである場合、処理はステップA10に進む。集計キーと比較対象のキーが異なる場合、処理はステップA11に進む。
ステップA10において、ツール実行部210は、加工数Pに1を加える。
ステップA11において、ツール実行部210は、全ての比較対象の確認が終了したか判定する。全ての比較対象の確認が終了した場合、処理はステップA12に進む。
ステップA12において、ツール実行部210は、全ての行が終了したか判定する。全ての行が終了した場合、処理は終了する。全ての行が終了していない場合、処理はステップA3に進む。
Based on FIG.11 and FIG.12, the procedure of "Aggregator" in Embodiment 1 is demonstrated.
At step A1, the tool execution unit 210 acquires parameters. Specific parameters are the part name and the processing name of the arithmetic processing.
At step A2, the tool execution unit 210 initializes each of the discrimination number D and the processing number P to zero.
At step A3, the tool execution unit 210 selects the next row (record).
At step A4, the tool execution unit 210 performs aggregation processing on the selected row.
At step A5, the tool execution unit 210 determines whether the tallying process has ended normally. If the tallying process ends normally, the process proceeds to step A6. If the tallying process ends abnormally, the process proceeds to step A11.
At step A6, the tool execution unit 210 determines whether the total key has already been totaled. If the total key has already been totaled, the process proceeds to step A11. If the total key is not a totaled key, the process proceeds to step A7.
At step A7, the tool execution unit 210 confirms the next comparison target.
At step A8, the tool execution unit 210 adds 1 to the number D of discrimination.
At step A9, the tool execution unit 210 determines whether the total key and the key to be compared are the same. If the total key and the key to be compared are the same, the process proceeds to step A10. If the total key and the key to be compared are different, the process proceeds to step A11.
At step A10, the tool execution unit 210 adds 1 to the number P of processes.
In step A11, the tool execution unit 210 determines whether confirmation of all comparison targets has been completed. When confirmation of all comparison targets is completed, the process proceeds to step A12.
At step A12, the tool execution unit 210 determines whether or not all lines have been completed. When all rows are finished, the process ends. If all lines have not been completed, the process proceeds to step A3.

図13および図14に基づいて、「Aggregator」の処理の具体例を説明する。
図13において、第1行に対する集計処理の際に第1行の集計キー「A」は集計済みのキーではない。図14において、第2行と第3行とのそれぞれの集計キー「A」が確認され、集計キー「A」が同じであるため条件を満たし、第1行から第3行の列Bが合計される。また、第4行と第5行とのそれぞれの集計キー「B」が確認され、集計キー「A」「B」が異なるため条件を満たさない。
図13において、第2行に対する集計処理の際に第2行の集計キー「A」は集計済みのキーである。また、第3行に対する集計処理の際に第3行の集計キー「A」は集計済みのキーである。
図13において、第4行に対する集計処理の際に第4行の集計キー「B」は集計済みのキーではない。第5行に対する集計処理の際に第5行の集計キー「B」は集計済みのキーである。
A specific example of the processing of the "Aggregator" will be described with reference to FIGS. 13 and 14. FIG.
In FIG. 13, the aggregation key "A" in the first row is not an already aggregated key during aggregation processing for the first row. In FIG. 14, the aggregation key "A" of each of the second row and the third row is confirmed, and since the aggregation key "A" is the same, the condition is satisfied, and the column B of the first to third rows is totaled. be done. Also, the aggregation key "B" of each of the 4th and 5th rows is confirmed, and since the aggregation keys "A" and "B" are different, the condition is not satisfied.
In FIG. 13, the aggregation key "A" in the second row is a key that has been aggregated during the aggregation process for the second row. Also, in the aggregation process for the third row, the aggregation key "A" in the third row is an already aggregated key.
In FIG. 13, during the aggregation process for the fourth row, the aggregation key "B" in the fourth row is not an already aggregated key. In the aggregation process for the fifth row, the aggregation key "B" in the fifth row is a key that has been aggregated.

「Joiner」は、二つの入力のデータを条件に合わせて結合する部品である。
実施の形態1では、「Joiner」は、一行ずつ比較して条件を満たす場合に結合処理を行う。一行ずつ比較する処理の回数が判別数に相当し、条件を満たした回数が加工数に相当する。結合処理の数は、利用者によって条件に設定された列の数によらず、一つである。
“Joiner” is a component that joins two input data according to conditions.
In the first embodiment, "Joiner" compares rows one by one and performs join processing when a condition is satisfied. The number of times the comparison process is performed line by line corresponds to the number of discriminations, and the number of times the conditions are satisfied corresponds to the number of processing. The number of join processes is one regardless of the number of columns set in the conditions by the user.

図15に基づいて、実施の形態1における「Joiner」の手順を説明する。
ステップJ1において、ツール実行部210はパラメータを取得する。具体的なパラメータは、部品名と演算処理の処理名である。
ステップJ2において、ツール実行部210は、判別数Dと加工数Pとのそれぞれをゼロに初期化する。
ステップJ3において、ツール実行部210は、入力1(第1テーブル)における次の行(レコード)を選択する。
ステップJ4において、ツール実行部210は、入力2(第2テーブル)における次の行を選択する。
ステップJ5において、ツール実行部210は、入力1の行と入力2の行とに対する比較処理を実行する。
ステップJ6において、ツール実行部210は、比較処理が正常終了したか判定する。比較処理が正常終了した場合、処理はステップJ7に進む。比較処理が異常終了した場合、処理はステップJ10に進む。
ステップJ7において、ツール実行部210は、判別数Dに1を加える。
ステップJ8において、ツール実行部210は、結合条件を満たす判定する。結合条件を満たす場合、処理はステップJ9に進む。結合条件を満たさない場合、処理はステップJ10に進む。
ステップJ9において、ツール実行部210は、加工数Pに1を加える。
ステップJ10において、ツール実行部210は、入力2の全ての行が終了したか判定する。入力2の全ての行が終了した場合、処理はステップJ11に進む。入力2の全ての行が終了していない場合、処理はステップJ4に進む。
ステップJ11において、ツール実行部210は、入力1の全ての行が終了したか判定する。入力1の全ての行が終了した場合、処理は終了する。入力1の全ての行が終了していない場合、処理はステップJ3に進む。
Based on FIG. 15, the procedure of "Joiner" in Embodiment 1 is demonstrated.
At step J1, the tool execution unit 210 acquires parameters. Specific parameters are the part name and the processing name of the arithmetic processing.
At step J2, the tool execution unit 210 initializes each of the discrimination number D and the processing number P to zero.
At step J3, the tool execution unit 210 selects the next row (record) in the input 1 (first table).
At step J4, the tool execution unit 210 selects the next row in input 2 (second table).
At step J5, the tool execution unit 210 performs a comparison process on the input 1 line and the input 2 line.
At step J6, the tool execution unit 210 determines whether the comparison process has ended normally. If the comparison process ends normally, the process proceeds to step J7. If the comparison process ends abnormally, the process proceeds to step J10.
At step J7, the tool execution unit 210 adds 1 to the number D of discrimination.
At step J8, the tool execution unit 210 determines that the combination condition is satisfied. If the join condition is satisfied, the process proceeds to step J9. If the join condition is not satisfied, the process proceeds to step J10.
At step J9, the tool execution unit 210 adds 1 to the number of processes P.
At step J10, the tool execution unit 210 determines whether all lines of the input 2 have been completed. If all lines of input 2 have been completed, the process proceeds to step J11. If all lines of input 2 have not been completed, the process proceeds to step J4.
At step J11, the tool execution unit 210 determines whether all lines of the input 1 have been completed. When all rows of input 1 are finished, the process ends. If all lines of input 1 have not been completed, the process proceeds to step J3.

図16および図17に基づいて、「Joiner」の処理の具体例を説明する。
図16において、入力1の第1行の列Aを入力2の第2行の列Aと比較すると値「A」が同じであるため結合条件を満たす。そのため、入力2の第2行は入力1の第1行と結合される。同じく、入力2の第4行は入力1の第1行と結合される。
図17において、入力1の第1行の列Aを入力2の第1行の列Aと比較すると値「A」「F」が異なるため結合条件を満たさない。そのため、入力2の第1行は入力1の第1行と結合されない。同じく、入力2の第3行と入力2の第5行とのそれぞれは入力1の第1行と結合されない。
A specific example of the processing of "Joiner" will be described with reference to FIGS. 16 and 17. FIG.
In FIG. 16, when column A of the first row of input 1 is compared with column A of the second row of input 2, the value "A" is the same and thus the join condition is satisfied. Thus, the second row of input2 is combined with the first row of input1. Similarly, the fourth row of input2 is combined with the first row of input1.
In FIG. 17, when column A of the first row of input 1 is compared with column A of the first row of input 2, the values "A" and "F" are different, so the join condition is not satisfied. Therefore, the first row of input2 is not merged with the first row of input1. Similarly, the 3rd row of INPUT2 and the 5th row of INPUT2 are each not combined with the 1st row of INPUT1.

図18に基づいて、サービス量データベース291の構成の具体例を説明する。
サービス量データベース291は、1つ以上のレコードを有する。
各レコードは、開始時間とワークフロー名と加工定義名と部品名と判別数と加工数とサービス量とを互いに対応付ける。
サービス量の欄には、判別処理に対するサービス量と加工処理に対するサービス量と部品のサービス量とが含まれる。
A specific example of the configuration of the service amount database 291 will be described with reference to FIG.
The service amount database 291 has one or more records.
Each record associates a start time, a workflow name, a processing definition name, a part name, a discrimination number, a processing number, and a service amount with each other.
The service amount column includes the service amount for the discrimination process, the service amount for the processing process, and the service amount for parts.

以下に、サービス量の活用例として、ETLツールによって残業代を算出する例を説明する。
本ETLツールを活用している会社では、みなし残業制を導入しており、以下の残業代計算ルールに従って運用していた。
An example of calculating overtime pay using an ETL tool will be described below as an example of utilization of the service amount.
The company that utilizes this ETL tool has introduced a deemed overtime system, and has been operating according to the following overtime pay calculation rules.

残業代計算ルール(現在)
1.実残業時間がみなし残業時間(30)を超えない限り、みなし残業代(30000)を支払う。
2.実残業時間がみなし残業時間(30)を超えている場合、みなし残業代(30000)に追加して、みなし残業時間を超過した実残業時間に対して一時間ごとに一定額(1500)を支払う。
Overtime calculation rules (current)
1. As long as the actual overtime hours do not exceed the deemed overtime hours (30), the deemed overtime fee (30000) is paid.
2. If the actual overtime hours exceed the deemed overtime hours (30), in addition to the deemed overtime hours (30000), pay a fixed amount (1500) for each hour of actual overtime hours exceeding the deemed overtime hours. .

しかし、来年度からみなし残業制をやめることになり、残業代計算ルールが変更されることになった。 However, the deemed overtime system will be abolished from the next fiscal year, and the rules for calculating overtime pay will be changed.

残業代計算ルール(今後)
1.実残業時間に対して一時間ごとに一定額(1500)を支払う。
Overtime calculation rules (future)
1. A fixed amount (1500) is paid for each hour of actual overtime.

図19に、残業時間一覧を示す。
図20に、現在の加工定義データを示す。
図21に、残業代一覧を示す。
残業時間一覧を現在の加工定義データに従って加工することによって、現在の残業代計算ルールに基づく残業代一覧が得られる。
今後の残業代計算ルールに合わせて現在の加工定義データを変更することによって、今後の残業代計算ルールに基づく残業代一覧を得ることが可能となる。
なお、使用されるETLツールは、高速処理を実現するために複数の部品を並列に実行する。
FIG. 19 shows a list of overtime hours.
FIG. 20 shows the current processing definition data.
FIG. 21 shows a list of overtime pay.
By processing the overtime hours list according to the current processing definition data, an overtime pay list based on the current overtime pay calculation rule can be obtained.
By changing the current processing definition data in accordance with future overtime pay calculation rules, it is possible to obtain a list of overtime pay based on future overtime pay calculation rules.
Note that the ETL tool used executes multiple parts in parallel to achieve high speed processing.

現在の加工定義データ(図20参照)に定義された各部品について説明する。
便宜上、出力の変数は入力の変数名を用いて「OUTPUT_変数名」と表記する。
Each component defined in the current machining definition data (see FIG. 20) will be described.
For convenience, an output variable is denoted as "OUTPUT_variable name" using the input variable name.

図22に基づいて、「ROUTER1」を説明する。
「ROUTER1」は、実残業時間が「30」より大きい行(レコード)をExpression1に振り分け、実残業時間が「30」以下の行をExpression2に振り分ける。
「Expression1に行く分岐」と「Expression2に行く分岐」とのそれぞれの計算数は「1」である。
Based on FIG. 22, "ROUTER1" is demonstrated.
"ROUTER1" distributes rows (records) with actual overtime hours greater than "30" to Expression1, and distributes rows with actual overtime hours "30" or less to Expression2.
The number of calculations for each of "branch going to Expression1" and "branch going to Expression2" is "1".

図23に基づいて、「Expression1」を説明する。
「Expression1」は、みなし残業時間(30)より多くの残業が行われた場合に[計算式A]によって残業代を算出する。
[計算式A]は、「{(実残業時間-30)×11500}+30000」である。
「OUTPUT_No」と「OUTPUT_氏名」とのそれぞれの計算数は「1」である。「OUTPUT_残業代」の計算数は「4」である。
"Expression1" will be described based on FIG.
"Expression 1" calculates overtime pay by [calculation formula A] when more overtime is performed than the deemed overtime hours (30).
[Calculation formula A] is "{(actual overtime hours - 30) x 11500} + 30000".
The calculated number of each of "OUTPUT_No" and "OUTPUT_Name" is "1". The number of calculations for "OUTPUT_overtime" is "4".

図24に基づいて、「Expression2」を説明する。
「Expression2」は、みなし残業時間(30)内で残業が行われた場合にみなし残業代(30000)を残業代にする。
「OUTPUT_No」と「OUTPUT_氏名」と「OUTPUT_残業代」とのそれぞれの計算数は「1」である。
"Expression2" will be described based on FIG.
"Expression 2" sets the deemed overtime pay (30000) as overtime pay when overtime work is performed within the deemed overtime hours (30).
The number of calculations for "OUTPUT_No", "OUTPUT_Name", and "OUTPUT_Overtime Pay" is "1".

図25に基づいて、「UNION1」を説明する。
「UNION1」は、複数の入力を一つの出力にする部品であり、SQL文の「UNION ALL」に類似している。「UNION1」は、どの部品から送られてくるかは関係なく、送られてきたすべての行をそのまま次の部品へ送る。判別処理はないため判別数はない。送られてきた行と行に含まれる列との乗算が加工数になる。
「OUTPUT_No」と「OUTPUT_氏名」と「OUTPUT_残業代」とのそれぞれの計算数は「1」である。
Based on FIG. 25, "UNION1" is demonstrated.
"UNION1" is a component that converts multiple inputs into one output, and is similar to the SQL statement "UNION ALL". "UNION1" sends all sent lines to the next part as they are, regardless of which part they are sent from. Since there is no discrimination processing, there is no discrimination number. The multiplication of the sent row and the columns contained in the row becomes the processing number.
The number of calculations for "OUTPUT_No", "OUTPUT_Name", and "OUTPUT_Overtime Pay" is "1".

「SOUTER1」を説明する。
ETLツールは、複数の部品を並列で実行する。そして、「Expression1」の処理速度と「Expression2」の処理速度が異なる。そのため、残業時間一覧の「No」の昇順に処理を実行しても、「UNION1」の実行後に入力順が「No」の昇順になることが保証されない。
そこで、「SOUTER1」は、最後に出力が「No」の昇順になるようにソートを実行する。
"SOUTER1" will be explained.
ETL tools run multiple parts in parallel. The processing speed of "Expression1" and the processing speed of "Expression2" are different. Therefore, even if the process is executed in ascending order of "No" in the overtime hours list, it is not guaranteed that the input order will be in ascending order of "No" after execution of "UNION1".
Therefore, "SOUTER1" executes sorting so that the output is finally in ascending order of "No".

図26に基づいて、加工定義データの変更を説明する。
残業代計算ルールの変更に伴い、データ加工の定義は「加工定義1」から「加工定義2」に変更される。「加工定義1」と「加工定義2」は破線内の部分が異なる。
残業代計算ルールが2つのルールから1つのルールに変更されたため、「ROUTER1」と「UNION1」が不要になった。また、残業代の計算式が1つになったため、「Expression」の数が1つに削減された。
Based on FIG. 26, the modification of the processing definition data will be explained.
The definition of data processing is changed from "processing definition 1" to "processing definition 2" in accordance with the change in the overtime pay calculation rule. "Processing definition 1" and "processing definition 2" are different in the part inside the dashed line.
Since the overtime pay calculation rule has been changed from two rules to one rule, "ROUTER1" and "UNION1" are no longer necessary. In addition, the number of "Expression" has been reduced to one because there is only one calculation formula for overtime pay.

図27に基づいて、「Expression3」を説明する。
「Expression3」は、残業が行われた場合に[計算式B]によって残業代を算出する。
[計算式B]は、「実残業時間×1500」である。
「OUTPUT_No」と「OUTPUT_氏名」とのそれぞれの計算数は「1」である。「OUTPUT_残業代」の計算数は「2」である。
Based on FIG. 27, "Expression3" will be described.
"Expression 3" calculates overtime pay by [calculation formula B] when overtime work is performed.
[Formula B] is "actual overtime hours x 1500".
The calculated number of each of "OUTPUT_No" and "OUTPUT_Name" is "1". The number of calculations for "OUTPUT_overtime" is "2".

図28に、「加工定義1」が実施された場合のサービス量データベース291を示す。
「加工定義1」は、2019年3月15日以前の毎月15日に実施された。残業時間一覧の入力データは毎月1000行である。なお、実施期間において社員数が変わらなかったとする。
FIG. 28 shows the service amount database 291 when "processing definition 1" is executed.
“Processing Definition 1” was performed on the 15th of every month prior to March 15, 2019. The input data of the list of overtime hours is 1000 lines per month. It is assumed that the number of employees did not change during the implementation period.

図29に、「加工定義1」のフロー図を示す。
「加工定義1」のフロー図は、「ROUTER1」と「Expression1」と「Expression2」と「UNION1」と「SORTER1」との実行順序を示している。また、「加工定義1」のフロー図において、各部品を表す部品図(部品名付きの長方形)にはサービス量グラフが付加されている。各サービス量グラフは、2019年3月15日以前の毎月15日のサービス量を折れ線で示している。
FIG. 29 shows a flowchart of "processing definition 1".
The flow diagram of "processing definition 1" shows the execution order of "ROUTER1", "Expression1", "Expression2", "UNION1", and "SORTER1". In addition, in the flow chart of "processing definition 1", a service amount graph is added to the parts diagram (rectangle with part name) representing each part. Each service amount graph shows the service amount on the 15th of every month before March 15, 2019 with a line.

「加工定義1」の各部品のサービス量を確認すると、すべての部品においてサービス量があり、すべての部品が仕事を行っていることがわかる。 When checking the service amount of each part in "processing definition 1", it can be seen that there is a service amount for all parts and that all parts are performing work.

図30に、「加工定義2」が実施され場合のサービス量データベース291を示す。
「加工定義2」は、2019年4月15日以降の毎月15日、具体的には、2019年4月15日と2019年5月15日に実施された。残業時間一覧の入力データは毎月1000行である。なお、実施期間において社員数が変わらなかったとする。
FIG. 30 shows the service amount database 291 when "processing definition 2" is implemented.
Processing definition 2” was performed on the 15th of every month after April 15, 2019, specifically on April 15, 2019 and May 15, 2019. The input data of the list of overtime hours is 1000 lines per month. It is assumed that the number of employees did not change during the implementation period.

図31に、「加工定義2」のフロー図を示す。
「加工定義2」のフロー図は、「Expression3」と「SORTER1」との実行順序を示している。また、「加工定義2」のフロー図において、各部品を表す部品図(部品名付きの長方形)にはサービス量グラフが付加されている。各サービス量グラフは、2019年4月15日と2019年5月15日とのそれぞれのサービス量を折れ線で示している。
FIG. 31 shows a flowchart of "processing definition 2".
The flow chart of "processing definition 2" shows the execution order of "Expression3" and "SORTER1". Further, in the flow diagram of "processing definition 2", a service amount graph is added to the parts diagram (rectangle with part name) representing each part. Each service amount graph shows the respective service amounts on April 15, 2019 and May 15, 2019 with a line.

「加工定義2」の各部品のサービス量を確認すると、「Expression3」はサービス量があり、「Expression3」は有効であることがわかる。しかし、「SORTER1」はサービス量がない。
今回の加工定義の変更の際に、「SORTER1」は残業代の計算に関係する部分ではなかったため変更されなかった。
「加工定義1」では、「Expression1」と「Expression2」とが並列で実行されて「UNION1」に対する入力順が「No」の昇順から変わってしまうため、「SORTER1」によって出力を「No」の昇順にソートした。しかし、「加工定義2」では、部品の並列処理が不要になったため、入出力の順番が「No」の昇順から崩れなくなった。そのため、「SORTER1」によるソートが不要となり、「SORTER1」のサービス量がゼロになった。
このように、加工定義が実際の処理に適していない場合に、実施の形態1によって、有効でない部品を見つけることが可能である。
When checking the service amount of each part of "processing definition 2", it can be seen that "Expression 3" has a service amount and "Expression 3" is effective. However, "SORTER1" has no service volume.
When the processing definition was changed this time, "SORTER1" was not changed because it was not related to the calculation of overtime pay.
In "processing definition 1", "Expression 1" and "Expression 2" are executed in parallel, and the input order for "UNION 1" changes from ascending order of "No". sorted to However, in "processing definition 2", since parallel processing of parts is no longer necessary, the order of input/output does not deviate from the ascending order of "No". Therefore, sorting by "SORTER1" becomes unnecessary, and the service amount of "SORTER1" becomes zero.
In this way, when the machining definition is not suitable for actual processing, it is possible to find invalid parts according to the first embodiment.

***変形例の説明***
サービス量可視化システム100は、部品毎のサービス量を可視化するだけでなく、各部品の処理毎のサービス量を可視化してもよい。
***Description of modification***
The service amount visualization system 100 may not only visualize the service amount for each component, but also visualize the service amount for each process of each component.

***実施の形態1の効果***
実施の形態1により、データ加工のために利用された各部品がどれだけ有効な仕事をしたかを示すサービス量を可視化することができる。そのため、利用者は、各部品がどれだけ有効な仕事をしたか確認することができる。
*** Effect of Embodiment 1 ***
According to Embodiment 1, it is possible to visualize the amount of service that indicates how effectively each component used for data processing has performed. Therefore, the user can confirm how effectively each component has performed its work.

サービス量が少ない部品は、有効に活用されることが少ないため、加工定義から削除しやすい。複雑に見える加工定義でも、各部品のサービス量を確認することで、どの部品が多く使われているか把握できる。場合によっては、不要な部品を見つけて加工定義から削除することにより、データ加工を簡略化および高速化することが可能になる。 Parts with a small service volume are less likely to be effectively used, so it is easier to delete them from the machining definition. Even with a processing definition that looks complicated, you can see which parts are used the most by checking the service volume of each part. In some cases, finding unnecessary parts and removing them from the machining definition can simplify and speed up data machining.

***実施の形態の補足***
実施の形態は、好ましい形態の例示であり、本発明の技術的範囲を制限することを意図するものではない。実施の形態は、部分的に実施してもよいし、他の形態と組み合わせて実施してもよい。フローチャート等を用いて説明した手順は、適宜に変更してもよい。
*** Supplement to the embodiment ***
The embodiments are examples of preferred modes and are not intended to limit the technical scope of the present invention. Embodiments may be implemented partially or in combination with other embodiments. The procedures described using flowcharts and the like may be changed as appropriate.

サービス量可視化装置200の各要素は、ソフトウェア、ハードウェア、ファームウェアまたはこれらの組み合わせのいずれで実現されてもよい。
サービス量可視化装置200の要素である「部」は、「処理」または「工程」と読み替えてもよい。
Each element of the service amount visualization device 200 may be implemented by software, hardware, firmware, or a combination thereof.
The “unit”, which is an element of the service amount visualization device 200, may be read as “processing” or “process”.

100 サービス量可視化システム、200 サービス量可視化装置、201 プロセッサ、202 メモリ、203 補助記憶装置、204 通信装置、205 入出力インタフェース、210 ツール実行部、220 実行情報取得部、230 サービス量算出部、240 サービス量可視化部、290 記憶部、291 サービス量データベース、292 リポジトリデータベース。 100 service amount visualization system 200 service amount visualization device 201 processor 202 memory 203 auxiliary storage device 204 communication device 205 input/output interface 210 tool execution unit 220 execution information acquisition unit 230 service amount calculation unit 240 Service amount visualization unit 290 Storage unit 291 Service amount database 292 Repository database.

Claims (4)

データ加工に利用される1つ以上の部品のそれぞれのサービス量を可視化するサービス量可視化システムであって、
前記1つ以上の部品のそれぞれによって実行された加工処理の回数である加工数と、前記1つ以上の部品のそれぞれによって実行された判別処理の回数である判別数と、を取得する実行情報取得部と、
前記1つ以上の部品のそれぞれの加工数と前記1つ以上の部品のそれぞれの判別数とを用いて、前記1つ以上の部品のそれぞれのサービス量を算出するサービス量算出部と、
前記1つ以上の部品のそれぞれのサービス量をディスプレイに表示するサービス量可視化部と、
を備え
前記サービス量算出部は、
部品毎に、加工数に対する判別数の割合である判別率を算出し、
部品毎に、判別数と一回当たりの判別処理の計算量と判別率とを用いて、判別処理に対するサービス量を算出し、
部品毎に、加工数と一回当たりの加工処理の計算量とを用いて、加工処理に対するサービス量を算出し、
部品毎に、判別処理に対するサービス量と加工処理に対するサービス量とを用いて、部品のサービス量を算出する
サービス量可視化システム。
A service amount visualization system for visualizing the service amount of each of one or more parts used for data processing,
Acquisition of execution information for acquiring a processing number, which is the number of machining processes performed by each of the one or more parts, and a determination number, which is the number of discrimination processes performed by each of the one or more parts Department and
A service amount calculation unit that calculates the service amount of each of the one or more parts using the number of processes of each of the one or more parts and the number of determinations of each of the one or more parts;
a service amount visualization unit that displays the service amount of each of the one or more parts on a display;
with
The service amount calculation unit,
Calculate the discrimination rate, which is the ratio of the number of discriminations to the number of processes, for each part,
For each part, using the number of discriminations, the calculation amount of discrimination processing per time, and the discrimination rate, calculate the service amount for discrimination processing,
For each part, using the number of processes and the calculation amount of processing per time, calculate the service amount for processing,
For each part, the service amount of the part is calculated using the service amount for the discrimination process and the service amount for the processing process.
Service amount visualization system.
複数回実施されるデータ加工に利用される1つ以上の部品のそれぞれのサービス量を可視化するサービス量可視化システムであって、
前記1つ以上の部品のそれぞれによって実行された加工処理の回数である加工数と、前記1つ以上の部品のそれぞれによって実行された判別処理の回数である判別数と、を前記データ加工の実施毎に取得する実行情報取得部と、
前記データ加工の実施毎に、前記1つ以上の部品のそれぞれの加工数と前記1つ以上の部品のそれぞれの判別数とを用いて、前記1つ以上の部品のそれぞれのサービス量を算出するサービス量算出部と、
前記1つ以上の部品のそれぞれの前記データ加工の実施別のサービス量を示すサービス量グラフをディスプレイに表示するサービス量可視化部と、
を備え
前記サービス量可視化部は、
前記1つ以上の部品の実行手順が定義された加工定義データに基づいて、前記1つ以上の部品を表す1つ以上の部品図を含み前記1つ以上の部品の実行手順を示すフロー図を生成し、
生成したフロー図に含まれる各部品図に各部品のサービス量グラフを付加し、
各部品のサービス量グラフが付加されたフロー図を表示する
サービス量可視化システム。
A service amount visualization system that visualizes the service amount of each of one or more parts used for data processing performed multiple times ,
The number of processes, which is the number of times of processing performed by each of the one or more parts, and the number of determinations, which is the number of times of discrimination processes performed by each of the one or more parts, are used to perform the data processing. an execution information acquisition unit that acquires each
Each time the data processing is performed, the service amount of each of the one or more parts is calculated using the number of processes of each of the one or more parts and the number of determinations of each of the one or more parts. a service amount calculation unit;
a service amount visualization unit that displays on a display a service amount graph showing the service amount for each of the data processing performed for each of the one or more parts;
with
The service amount visualization unit
a flow diagram containing one or more part diagrams representing the one or more parts and showing the execution procedure of the one or more parts based on the processing definition data defining the execution procedure of the one or more parts; generate and
Add a service amount graph for each part to each part diagram included in the generated flow diagram,
Display a flow diagram with a service amount graph for each part
Service amount visualization system.
データ加工に利用される1つ以上の部品のそれぞれのサービス量を可視化するためのサービス量可視化プログラムであって、
前記1つ以上の部品のそれぞれによって実行された加工処理の回数である加工数と、前記1つ以上の部品のそれぞれによって実行された判別処理の回数である判別数と、を取得する実行情報取得部と、
前記1つ以上の部品のそれぞれの加工数と前記1つ以上の部品のそれぞれの判別数とを用いて、前記1つ以上の部品のそれぞれのサービス量を算出するサービス量算出部と、
前記1つ以上の部品のそれぞれのサービス量をディスプレイに表示するサービス量可視化部として、
コンピュータを機能させ
前記サービス量算出部は、
部品毎に、加工数に対する判別数の割合である判別率を算出し、
部品毎に、判別数と一回当たりの判別処理の計算量と判別率とを用いて、判別処理に対するサービス量を算出し、
部品毎に、加工数と一回当たりの加工処理の計算量とを用いて、加工処理に対するサービス量を算出し、
部品毎に、判別処理に対するサービス量と加工処理に対するサービス量とを用いて、部品のサービス量を算出する
サービス量可視化プログラム。
A service amount visualization program for visualizing the service amount of each of one or more parts used for data processing,
Acquisition of execution information for acquiring a processing number, which is the number of machining processes performed by each of the one or more parts, and a determination number, which is the number of discrimination processes performed by each of the one or more parts Department and
A service amount calculation unit that calculates the service amount of each of the one or more parts using the number of processes of each of the one or more parts and the number of determinations of each of the one or more parts;
As a service amount visualization unit that displays the service amount of each of the one or more parts on the display,
make your computer work
The service amount calculation unit,
Calculate the discrimination rate, which is the ratio of the number of discriminations to the number of processes, for each part,
For each part, using the number of discriminations, the calculation amount of discrimination processing per time, and the discrimination rate, calculate the service amount for discrimination processing,
For each part, using the number of processes and the calculation amount of processing per time, calculate the service amount for processing,
For each part, the service amount of the part is calculated using the service amount for the discrimination process and the service amount for the processing process.
Service amount visualization program.
複数回実施されるデータ加工に利用される1つ以上の部品のそれぞれのサービス量を可視化するためのサービス量可視化プログラムであって、
前記1つ以上の部品のそれぞれによって実行された加工処理の回数である加工数と、前記1つ以上の部品のそれぞれによって実行された判別処理の回数である判別数と、を前記データ加工の実施毎に取得する実行情報取得部と、
前記データ加工の実施毎に、前記1つ以上の部品のそれぞれの加工数と前記1つ以上の部品のそれぞれの判別数とを用いて、前記1つ以上の部品のそれぞれのサービス量を算出するサービス量算出部と、
前記1つ以上の部品のそれぞれの前記データ加工の実施別のサービス量を示すサービス量グラフをディスプレイに表示するサービス量可視化部として、
コンピュータを機能させ
前記サービス量可視化部は、
前記1つ以上の部品の実行手順が定義された加工定義データに基づいて、前記1つ以上の部品を表す1つ以上の部品図を含み前記1つ以上の部品の実行手順を示すフロー図を生成し、
生成したフロー図に含まれる各部品図に各部品のサービス量グラフを付加し、
各部品のサービス量グラフが付加されたフロー図を表示する
サービス量可視化プログラム。
A service amount visualization program for visualizing the service amount of each of one or more parts used for data processing performed multiple times ,
The number of processes, which is the number of times of processing performed by each of the one or more parts, and the number of determinations, which is the number of times of discrimination processes performed by each of the one or more parts, are used to perform the data processing. an execution information acquisition unit that acquires each
Each time the data processing is performed, the service amount of each of the one or more parts is calculated using the number of processes of each of the one or more parts and the number of determinations of each of the one or more parts. a service amount calculation unit;
As a service amount visualization unit that displays on a display a service amount graph showing the service amount for each of the data processing performed for each of the one or more parts,
make your computer work
The service amount visualization unit
a flow diagram containing one or more part diagrams representing the one or more parts and showing the execution procedure of the one or more parts based on the processing definition data defining the execution procedure of the one or more parts; generate and
Add a service amount graph for each part to each part diagram included in the generated flow diagram,
Display a flow diagram with a service amount graph for each part
Service amount visualization program.
JP2019055158A 2019-03-22 2019-03-22 Service amount visualization system and service amount visualization program Active JP7256662B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019055158A JP7256662B2 (en) 2019-03-22 2019-03-22 Service amount visualization system and service amount visualization program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019055158A JP7256662B2 (en) 2019-03-22 2019-03-22 Service amount visualization system and service amount visualization program

Publications (2)

Publication Number Publication Date
JP2020155025A JP2020155025A (en) 2020-09-24
JP7256662B2 true JP7256662B2 (en) 2023-04-12

Family

ID=72559409

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019055158A Active JP7256662B2 (en) 2019-03-22 2019-03-22 Service amount visualization system and service amount visualization program

Country Status (1)

Country Link
JP (1) JP7256662B2 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004102868A (en) 2002-09-12 2004-04-02 Fuji Xerox Co Ltd Usability evaluation support apparatus
JP2008165597A (en) 2006-12-28 2008-07-17 Hitachi Consulting Co Ltd Business parameter determination system
JP2009070193A (en) 2007-09-13 2009-04-02 Chihiro Suematsu Device, method and program for evaluating validity of corporate activity, and computer-readable storage medium recording the program
JP2010097251A (en) 2008-10-14 2010-04-30 Nec Corp Error trace simplification system, error trace simplification method, and program
JP5477099B2 (en) 2010-03-24 2014-04-23 日本電気株式会社 Data linkage definition creation device
JP2015215672A (en) 2014-05-08 2015-12-03 株式会社野村総合研究所 Analyzer and computer program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004102868A (en) 2002-09-12 2004-04-02 Fuji Xerox Co Ltd Usability evaluation support apparatus
JP2008165597A (en) 2006-12-28 2008-07-17 Hitachi Consulting Co Ltd Business parameter determination system
JP2009070193A (en) 2007-09-13 2009-04-02 Chihiro Suematsu Device, method and program for evaluating validity of corporate activity, and computer-readable storage medium recording the program
JP2010097251A (en) 2008-10-14 2010-04-30 Nec Corp Error trace simplification system, error trace simplification method, and program
JP5477099B2 (en) 2010-03-24 2014-04-23 日本電気株式会社 Data linkage definition creation device
JP2015215672A (en) 2014-05-08 2015-12-03 株式会社野村総合研究所 Analyzer and computer program

Also Published As

Publication number Publication date
JP2020155025A (en) 2020-09-24

Similar Documents

Publication Publication Date Title
Butterworth The accounting system as an information function
CN107798592B (en) Method and apparatus for calculating commission
Lewis Bonuses and penalties in incentive contracting
US20160132496A1 (en) Data filtering
US10282353B2 (en) Proactive duplicate identification
CN110688433B (en) Path-based feature generation method and device
Pombo et al. Corporate taxation, investment and productivity: A firm level estimation
JP7147969B2 (en) Information processing device, information processing method and program
JP7256662B2 (en) Service amount visualization system and service amount visualization program
CN107808336B (en) Financial index calculation method and device
CN112732242A (en) Wide table processing script generation method and device
JP2006155344A (en) Data analyzer, data analysis program, and data analysis method
JP7433096B2 (en) Business visualization device, business visualization method, and program
JP2006195570A (en) Proportional division processing system, method and program of accounting slip
JP6034646B2 (en) Market price calculation program, market price calculation computer, market price calculation device
Quittard-Pinon et al. How to price efficiently European options in some geometric levy processes models?
Fulop Exploring Determinants of Transfer Pricing Practices Among Romanian Publicly Traded Companies
Johnson et al. Current replacement costs: a qualified opinion
JP2019145060A (en) Virtual currency management system
Chan Pricing options under jump-diffusion models by adaptive radial basic functions
JP5252012B2 (en) Data aggregation device and data aggregation program
CN110659841B (en) Risk asset screening method and device, computer equipment and storage medium
JP2006251891A (en) Data collection device and data collection program
CN115205048A (en) Information pushing method and device, electronic equipment and storage medium
CN114237600A (en) Code generation method, device and equipment of front-end page and storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220111

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20221201

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20221213

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230110

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20230328

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230331

R150 Certificate of patent or registration of utility model

Ref document number: 7256662

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150