JPH11184843A - Data sum-up device - Google Patents

Data sum-up device

Info

Publication number
JPH11184843A
JPH11184843A JP35686897A JP35686897A JPH11184843A JP H11184843 A JPH11184843 A JP H11184843A JP 35686897 A JP35686897 A JP 35686897A JP 35686897 A JP35686897 A JP 35686897A JP H11184843 A JPH11184843 A JP H11184843A
Authority
JP
Japan
Prior art keywords
data
key
item
record
totaling
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP35686897A
Other languages
Japanese (ja)
Other versions
JP3199680B2 (en
Inventor
Takeshi Misumi
武嗣 三角
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 Corp
Original Assignee
Mitsubishi Electric 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 Corp filed Critical Mitsubishi Electric Corp
Priority to JP35686897A priority Critical patent/JP3199680B2/en
Publication of JPH11184843A publication Critical patent/JPH11184843A/en
Application granted granted Critical
Publication of JP3199680B2 publication Critical patent/JP3199680B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a device which can execute a multidimensional sum-up operation processing with simple hardware constitution. SOLUTION: The data sum-up device 1 executes the multidimensional sum-up operation by using plural previously sorted records having n-pieces of item data and corresponding data of a sum-up object. The data sum-up device 1 is provided with (n+1)-pieces of data sum-up darts 2-4 having key break detection part detecting key breaks different in item data of mutual keys when plural items designated in higher orders are set to be keys against two continuously inputted records, and sum-up operation parts 10 summing up data of the sum-up object of the record, whose item data of the keys are similar, and generating sum-up data and outputting the record where sum-up data when the key break is detected by the break detection part is made to correspond to item data of the key corresponding to the data in series in order from the largest number of the items of the key by varying the number of the items of the respective keys.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、複数の項目データ
とこれらに対応する集計対象データとからなる複数のレ
コードの集計対象データを用いて集計演算を行うデータ
集計装置、特に、上位の項目順にソートされた各レコー
ドの集計対象データを用いて集計演算を行うデータ集計
装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data summarizing apparatus for performing a summation operation using a summation target data of a plurality of records including a plurality of item data and a corresponding summation target data. The present invention relates to a data tabulation device that performs a tabulation operation using data to be tabulated for each sorted record.

【0002】[0002]

【従来の技術】一般的に、n個(nは整数)の項目デー
タ及びこれらに対応する集計対象データからなる複数の
レコードがまとめられたデータベースを用いて行う処理
として、集計演算処理が行われる。この集計演算処理で
は、同一の項目データに対応する集計対象データを用い
て集計演算を行うことにより、項目データ毎に集計デー
タが生成される。
2. Description of the Related Art In general, a tabulation calculation process is performed as a process performed using a database in which a plurality of records each including n (n is an integer) item data and corresponding data to be tabulated are compiled. . In this tabulation calculation process, tabulation calculation is performed using tabulation target data corresponding to the same item data, and tabulation data is generated for each item data.

【0003】この際、集計演算を行う集計演算装置に、
同一の項目データを有するレコードが連続的に入力され
ない場合、集計演算装置は、入力されるレコードを項目
データ毎にソートしてから集計演算を行うか、又はソー
トしながら集計演算を行わなければならない。このた
め、集計演算装置への負荷が大きく、集計演算処理が遅
くなってしまう。
At this time, a tallying operation device for performing tallying operation includes:
When records having the same item data are not continuously input, the tabulation operation device must sort the input records for each item data and then perform the tabulation operation, or perform the tabulation operation while sorting. . For this reason, the load on the tally calculation device is large, and the tally calculation processing is slowed down.

【0004】そこで、ソート装置(ソートプロセッサと
呼ばれるハードウェアソート装置)を用いて、予め上記
データベースに対して、上位の項目順に各レコードをソ
ート(並べ替え)することが行われる。これにより、集
計演算装置にソート順に各レコードを入力することがで
きるので、集計演算装置は、入力された各レコードをソ
ートする必要はない。この結果、集計演算を行う装置
は、迅速に集計演算を行うことができる。
Therefore, using a sorter (a hardware sorter called a sort processor), the records are sorted (rearranged) in advance in the database in the order of the higher order items. Thereby, since the records can be input to the totaling device in the sort order, the totalizing device does not need to sort each input record. As a result, the device that performs the tallying calculation can quickly perform the tallying calculation.

【0005】集計演算処理(ロールアップ処理)として
は、1次元集計演算処理と多次元集計演算処理とがあ
る。1次元集計演算処理とは、n個の項目データに対応
する集計対象データ(例えば売り上げデータ等)を用い
て集計演算を行うことにより、n個の項目データ毎に集
計データを生成することをいう。この1次元集計演算処
理の処理は比較的単純であるので、1次元集計演算処理
用の専用のハードウェアも作成されている。しかし、1
つのデータベースからn個の項目データ毎の集計データ
しか生成できない。
[0005] Aggregation calculation processing (roll-up processing) includes one-dimensional aggregation calculation processing and multidimensional aggregation calculation processing. The one-dimensional tabulation calculation processing refers to generating tabulation data for each of the n item data by performing a tabulation calculation using data to be tabulated (for example, sales data) corresponding to the n item data. . Since the processing of the one-dimensional tabulation operation is relatively simple, dedicated hardware for the one-dimensional tabulation operation has also been created. However, 1
Only total data for each of n item data can be generated from one database.

【0006】そこで、1つのデータベースから多くの情
報(集計データ)を得ることができる処理として、多次
元集計演算処理がある。
[0006] Therefore, there is a multidimensional totaling calculation process as a process capable of obtaining a large amount of information (total data) from one database.

【0007】多次元集計演算処理とは、n個の項目デー
タに対応する集計対象データを用いて、上位順に指定さ
れたn個の項目データ毎に、上位順に指定されたn−1
個の項目データ毎に、上位順に指定されたn−2個の項
目データ毎に、.....、上位順に指定された1個の
項目データ毎に、0個の項目データ毎に、それぞれ、集
計データを生成することをいう。
[0007] The multi-dimensional tabulation operation process is to use the tabulation target data corresponding to the n item data, and for each of the n item data specified in the higher order, n-1 specified in the higher order.
, For each of the n-2 item data specified in the higher order,. . . . . This means that total data is generated for each item data specified in the order of higher rank and for each item data of 0 items.

【0008】なお、0個の項目データ毎に集計データを
生成するとは、入力された全てのレコードの集計対象デ
ータを集計演算して集計データを生成することである。
このように、多次元集計演算処理では、1つのデータベ
ースから多くの情報を得ることができる。なお、この多
次元集計演算処理は、リレーショナルデータベース等の
データベースを利用して、多次元集計演算処理用の命令
列をCPUが実行することにより行われる。
[0010] The generation of the total data for each of the zero item data means that the total data is generated by performing the total operation on the total data of all the input records.
As described above, in the multidimensional totaling calculation process, a large amount of information can be obtained from one database. Note that this multi-dimensional total calculation processing is performed by using a database such as a relational database or the like to execute a sequence of instructions for the multi-dimensional total calculation processing by the CPU.

【0009】ソートされた各レコードを用いて多次元集
計演算処理を行う従来技術について以下に説明する。図
11は、多次元集計演算処理を行うシステム(以下、単
にシステムという)を示す構成図である。
A conventional technique for performing a multidimensional totaling calculation process using each sorted record will be described below. FIG. 11 is a configuration diagram showing a system (hereinafter, simply referred to as a system) that performs a multidimensional totaling calculation process.

【0010】(システムの構成)システムは、n個の項
目データとこれらに対応する集計対象データとからなる
複数のレコードで構成されるデータベースに対して、各
レコードを上位項目順にソートするソート装置80と、
多次元集計演算処理を命令する集計演算処理命令列が記
憶された記憶部81と、ソート装置80からソート順に
出力された各レコードの集計対象データを用いて、上記
集計演算処理命令列に基づいて、集計演算を行うCPU
82と、を有する。このCPU82は、各レコードの集
計対象データを集計演算する集計演算カウンタを複数個
有する。これらの集計演算カウンタは、各レコードが入
力される度に集計演算した集計データを各レコードの入
力毎に記憶する。例えば、各集計演算カウンタでは、各
レコードが入力される度に集計演算した結果である集計
データが各所定位置に記憶される。また、CPU82
は、多次元集計演算処理により生成された各レコードを
記憶するレジスタを有する。
(System Configuration) The system includes a sorting device 80 for sorting a plurality of records in the order of higher-order items in a database composed of a plurality of records consisting of n items of data and corresponding data to be counted. When,
Based on the above-described total calculation processing instruction sequence, using a storage unit 81 in which a total calculation processing instruction sequence for instructing the multidimensional total calculation processing is stored, and totaling target data of each record output from the sorting device 80 in the sort order. , CPU that performs aggregation calculation
82. The CPU 82 has a plurality of tallying operation counters for tallying the tallying target data of each record. These tally calculation counters store tally data calculated tally each time each record is input, for each input of each record. For example, in each tally counter, tally data, which is the result of tally calculation each time a record is input, is stored at each predetermined position. Also, the CPU 82
Has a register for storing each record generated by the multidimensional aggregation operation.

【0011】(システムの動作)このシステムの動作を
以下に説明する。第1に、ソート装置80は、集計演算
処理対象のデータベースの複数のレコードに対して、上
位の項目順にソートする。図12はソートされたデータ
ベース92を示す図である。各レコード(レコード92
a〜レコード92q)は、項目1(都市名)に対する項
目データ(藤沢、鎌倉)と、項目2(製品名)に対する
項目データ(テレビ、ラジオ等)と、項目3(集計対象
項目)に対する集計対象データ(売り上げデータ)と、
からなる。そして、上記データベースは、以下のように
ソートされる。即ち、データベース内の各レコードが、
各レコードの項目1の項目データに対して、藤沢、鎌倉
の順にソートされる。そして、項目1(上位項目)の項
目データのソート順序を崩さずに、データベース内の各
レコードが、各レコードの項目2の項目データに対し
て、テレビ、ビデオ、ステレオの順になるようにソート
される。
(Operation of System) The operation of this system will be described below. First, the sorting device 80 sorts a plurality of records of the database to be subjected to the tabulation operation in the order of the higher-ranked items. FIG. 12 is a diagram showing the database 92 sorted. Each record (record 92
a to record 92q) are item data (Fujisawa, Kamakura) for item 1 (city name), item data (TV, radio, etc.) for item 2 (product name), and tabulation target for item 3 (tabulation item) Data (sales data)
Consists of Then, the database is sorted as follows. That is, each record in the database is
The item data of item 1 of each record is sorted in the order of Fujisawa and Kamakura. Then, without breaking the sort order of the item data of item 1 (upper item), each record in the database is sorted with respect to the item data of item 2 of each record in the order of television, video, and stereo. You.

【0012】第2に、CPU82は、記憶部81から集
計演算処理命令列を読み出して解読し、集計演算処理が
行えるように設定する。
Second, the CPU 82 reads out and decodes a tallying operation instruction sequence from the storage unit 81 and sets so that the tallying operation can be performed.

【0013】(集計演算処理の設定動作)この設定動作
について以下に説明する。CPU82は、3次元集計演
算を行えるように設定される。即ち、CPU82は、項
目1及び項目2の項目データに対応する集計対象データ
の集計演算と、項目1の項目データに対応する集計対象
データの集計演算と、全ての集計対象データの集計演算
と、が行えるように設定される。
(Setting operation of total calculation processing) This setting operation will be described below. The CPU 82 is set to perform a three-dimensional totaling operation. That is, the CPU 82 performs a tallying operation of the tallying data corresponding to the item data of the item 1 and the item 2, a tallying operation of the tallying data corresponding to the item data of the item 1, a tallying operation of all the tallying data, Is set to be able to be performed.

【0014】この際、CPU82が集計演算を行うため
には、項目1及び項目2(及び項目1)の項目データ毎
に、集計演算を行って集計データを生成する必要があ
る。このため、CPU82は、同一の項目データに対応
する集計対象データの集計演算を行うと共に、入力され
た項目データが変化したときはこれを検出して、集計演
算を新たにやり直す必要がある。この結果、CPU82
では、以下のような設定が行われる。
At this time, in order for the CPU 82 to perform the counting operation, it is necessary to generate the counting data by performing the counting operation for each item data of the item 1 and the item 2 (and the item 1). For this reason, the CPU 82 needs to perform the tallying operation of the tallying target data corresponding to the same item data, detect the change of the input item data, and newly perform the tallying operation again. As a result, the CPU 82
Then, the following settings are performed.

【0015】即ち、CPU82は、項目1及び項目2を
第1キーとして、ソート順に入力される2つのレコード
に対して、第1キーの項目データが相互に異なる第1キ
ーブレイクを検出するように設定される。また、CPU
82は、項目1を第2キーとして、前記2つのレコード
に対して、第2キーの項目データが相互に異なる第2キ
ーブレイクも検出するように設定される。そして、CP
U82の第1集計演算カウンタは、第1キーの項目デー
タが同一であるレコードの集計対象データを集計してい
くように設定される。同様に、CPU82の第2集計演
算カウンタは、第2キーの項目データが同一であるレコ
ードの集計対象データを集計していくように設定され
る。なお、第1集計演算カウンタ及び第2集計演算カウ
ンタでは、それぞれ、第1キーブレイク及び第2キーブ
レイクが検出されたとき、集計演算動作がリセットされ
て、新たに集計演算動作を行うように設定される。そし
て、CPU82の第3集計演算カウンタは、入力された
各レコードの集計対象データを全て集計していくように
設定される。
That is, the CPU 82 uses the item 1 and the item 2 as a first key to detect a first key break in which the item data of the first key is different from each other in two records input in the sort order. Is set. Also, CPU
The item 82 is set so that item 1 is used as a second key, and a second key break in which the item data of the second key is different from each other is detected for the two records. And CP
The first tabulation calculation counter of U82 is set so as to tabulate the tabulation target data of records having the same item data of the first key. Similarly, the second counting operation counter of the CPU 82 is set so as to count the counting target data of the records having the same item data of the second key. It should be noted that the first tally calculation counter and the second tally calculation counter are set so that when the first key break and the second key break are detected, respectively, the tally calculation operation is reset and a new tally calculation operation is performed. Is done. Then, the third counting operation counter of the CPU 82 is set so as to count all the counting target data of each input record.

【0016】第3に、CPU82がソート装置80に対
して、各レコードを出力するように指示する。この結
果、ソート装置80はソート順に各レコードをCPU8
2に出力する。
Third, the CPU 82 instructs the sorting device 80 to output each record. As a result, the sorting device 80 stores each record in the CPU 8 in the sort order.
Output to 2.

【0017】第4に、CPU82は、ソート順に入力さ
れたレコードに対して、多次元集計演算処理を行う。図
13(a)は、各集計演算カウンタの各所定位置に記憶
される各集計データ値を示す図であり、図13(b)
は、図12の各レコードをCPU82に入力した場合、
CPU82から出力される各レコードをまとめた集計演
算結果データベースを示す図である。
Fourth, the CPU 82 performs a multidimensional totaling operation on the records input in the sort order. FIG. 13A is a diagram showing each tabulated data value stored in each predetermined position of each tabulation operation counter, and FIG.
When each record of FIG. 12 is input to the CPU 82,
FIG. 9 is a diagram showing a tabulation calculation result database in which records output from a CPU 82 are put together.

【0018】(各レコードが入力されたときのCPUの
動作)CPU82による多次元集計演算処理の動作につ
いて、図12の各レコードが入力された場合を例にして
説明する。なお、入力されるレコード92aからレコー
ド92qのうち、(1)集計演算処理が開始されるとき
(レコード92aからレコード92cが入力される場
合)、(2)第1キーブレイクが検出されるとき(レコ
ード92dが入力される場合を例にして説明する)、
(3)第1キーブレイク及び第2キーブレイクが検出さ
れるとき(レコード92iが入力される場合を例にして
説明する)、(4)集計演算処理が終了するとき(レコ
ード92qが入力される場合)、について説明する。
(Operation of CPU when Each Record is Input) The operation of the multidimensional totaling calculation process by the CPU 82 will be described with reference to the case where each record of FIG. 12 is input as an example. It should be noted that, among the input records 92a to 92q, (1) when the calculation operation is started (when the record 92c is input from the record 92a), (2) when the first key break is detected ( The case where the record 92d is input will be described as an example),
(3) When the first key break and the second key break are detected (the case where the record 92i is input will be described as an example), and (4) When the tallying calculation process ends (the record 92q is input). ) Will be described.

【0019】(1)レコード92aからレコード92c
が入力される場合には、第1キーの項目データ及び第2
キーの項目データは相互に同一である。このため、第1
キーブレイク及び第2キーブレイクが検出されないの
で、各集計演算カウンタ93、94、95には、集計対
象データが集計演算されていく。この際、レコード92
aが入力されると、各集計演算カウンタ93、94、9
5の各所定位置93a,94a,95aには、レコード
92aの集計対象データ値8が集計データとして記憶さ
れる。レコード92bが入力されると、各集計演算カウ
ンタ93、94、95の各所定位置93b,94b,9
5bには、上記集計データ値8に、レコード92bの集
計対象データ値10が集計演算(加算)された結果であ
る集計データ値18が記憶される。そして、レコード9
2cが入力されると、各集計演算カウンタ93、94、
95の各所定位置93c,94c,95cには、上記集
計データ値18に、レコード92cの集計対象データ値
2が集計演算(加算)された結果である集計データ値2
0が記憶される。
(1) Records 92a to 92c
Is input, the item data of the first key and the second
The item data of the key is the same as each other. Therefore, the first
Since the key break and the second key break are not detected, the tallying calculation counters 93, 94, and 95 calculate the tallying target data. At this time, record 92
When "a" is input, each of the tally calculation counters 93, 94, 9
In each of the predetermined positions 93a, 94a, and 95a of No. 5, the tabulation target data value 8 of the record 92a is stored as tabulation data. When the record 92b is input, each predetermined position 93b, 94b, 9 of each of the counting operation counters 93, 94, 95
5b stores a tabulated data value 18 which is a result of tabulating calculation (addition) of the tabulated data value 10 of the record 92b to the tabulated data value 8 described above. And record 9
When 2c is input, each of the tally calculation counters 93, 94,
In each of the predetermined positions 93c, 94c, and 95c, a totalized data value 2 which is a result of performing a totalization operation (addition) of the totaled data value 2 of the record 92c to the totalized data value 18 is provided.
0 is stored.

【0020】(2)レコード92dがCPU82に入力
されると、前に入力されたレコード92cの第1キーの
項目データは藤沢(項目1の項目データ)、テレビ(項
目2の項目データ)であるのに対して、レコード92d
の第1キーの項目データは藤沢、ビデオであるので、第
1キーブレイクが検出される。そして、CPU82で
は、第1集計演算カウンタ93の所定位置93cに記憶
された集計データ値20と、第1キーの項目データ(藤
沢、テレビ)と、が対応づけられたレコード97a(図
13(b)参照)がレジスタに記憶される。そして、第
1集計演算カウンタ93の集計演算動作はリセットされ
て、レコード92dの集計対象データ値9が第1集計演
算カウンタ93の所定位置93dに記憶される。そし
て、第1集計演算カウンタ93は新たに集計演算を行
う。
(2) When the record 92d is input to the CPU 82, the item data of the first key of the previously input record 92c is Fujisawa (item data of item 1) and television (item data of item 2). Of record 92d
Since the item data of the first key is Fujisawa and video, the first key break is detected. Then, in the CPU 82, the record 97a (FIG. 13 (b)) in which the total data value 20 stored at the predetermined position 93c of the first total calculation counter 93 is associated with the item data (Fujisawa, TV) of the first key. ) Is stored in the register. Then, the counting operation of the first counting counter 93 is reset, and the counting target data value 9 of the record 92d is stored in the predetermined position 93d of the first counting counter 93. Then, the first counting operation counter 93 newly performs a counting operation.

【0021】この際、第2キーブレイクは検出されない
ので、第2集計演算カウンタ94の所定位置94dに
は、集計データ値20(レコード92cが入力されたと
きまでの集計データ)に、レコード92dの集計対象デ
ータ値9が集計演算(加算)された集計データ値29が
記憶される。第3集計演算カウンタ95の所定位置95
dには、集計データ値20(レコード92cが入力され
たときまでの集計データ)に、レコード92dの集計対
象データ値9が集計演算(加算)された集計データ値2
9が記憶される。
At this time, since the second key break is not detected, the predetermined position 94d of the second total calculation counter 94 stores the total data value 20 (total data until the record 92c is input) and the record 92d of the record 92d. A tabulated data value 29 obtained by tabulating (adding) the tabulated data value 9 is stored. Predetermined position 95 of third total calculation counter 95
In d, a total data value 2 obtained by performing a total operation (addition) of the total data value 9 (total data up to the time when the record 92c is input) and the total data value 9 of the record 92d.
9 is stored.

【0022】(3)レコード92iが入力されると、前
に入力されたレコード92hの第1キーの項目データは
藤沢、ステレオであるのに対して、レコード92iの第
1キーの項目データは鎌倉、テレビであるので、第1キ
ーブレイクが検出される。そして、CPU82では、第
1集計演算カウンタ93の所定位置93eに記憶された
集計データ値6(第1キーの項目データが藤沢、ステレ
オであるレコードの集計対象データを集計演算した結
果)と、第1キーの項目データ(藤沢、ステレオ)と、
が対応づけられたレコード97bがレジスタに記憶され
る。そして、第1集計演算カウンタ93の集計演算動作
はリセットされて、レコード92iの集計対象データ値
2が第1集計演算カウンタ93の所定位置93fに記憶
される。
(3) When the record 92i is input, the item data of the first key of the previously input record 92h is Fujisawa and stereo, whereas the item data of the first key of the record 92i is Kamakura. , A first key break is detected. Then, the CPU 82 calculates the totaled data value 6 (the result of totalizing the target data of the record in which the item data of the first key is Fujisawa and stereo) stored in the predetermined position 93 e of the first totaling operation counter 93, and One key item data (Fujisawa, stereo)
Is stored in the register. Then, the counting operation of the first counting counter 93 is reset, and the counting target data value 2 of the record 92i is stored in the predetermined position 93f of the first counting counter 93.

【0023】また、前に入力されたレコード92hの第
2キーの項目データは藤沢であるのに対して、レコード
92iの第2キーの項目データは鎌倉であるので、第2
キーブレイクが検出される。そして、CPU82では、
第2集計演算カウンタ94の所定位置94eに記憶され
た集計データ値38(キーの項目データが藤沢であるレ
コードの集計対象データを集計演算した結果)と、第2
キーの項目データ(藤沢、ALL)と、が対応づけられ
たレコード97cがレジスタに記憶される。この際、項
目2の項目データには、項目2の項目データを全て含む
という旨を示すALLというデータが与えられる。そし
て、第2集計演算カウンタ94の集計演算動作はリセッ
トされて、レコード92iの集計対象データ値2が第2
集計演算カウンタ94の所定位置94fに記憶される。
第3集計演算カウンタ95では、集計データ値38(レ
コードhが入力されたときまでの集計データ)に、レコ
ード92iの集計対象データ値2が集計演算(加算)さ
れた集計データ値40が所定位置95fに記憶される。
The item data of the second key of the previously input record 92h is Fujisawa, while the item data of the second key of the record 92i is Kamakura.
Key break is detected. Then, in the CPU 82,
The total data value 38 (result of total operation of the total data of the record whose key item data is Fujisawa) stored at the predetermined position 94e of the second total operation counter 94 and the second
A record 97c in which key item data (Fujisawa, ALL) is associated with is stored in a register. At this time, the item data of item 2 is given data ALL indicating that all the item data of item 2 is included. Then, the tallying operation of the second tallying calculation counter 94 is reset, and the tallying target data value 2 of the record 92i is changed to the second tallying value.
It is stored at a predetermined position 94f of the tallying operation counter 94.
In the third tabulation calculation counter 95, the tabulation data value 40 obtained by tabulation calculation (addition) of the tabulation target data value 2 of the record 92i is added to the tabulation data value 38 (tabulation data until the record h is input) at a predetermined position. 95f.

【0024】(4)最後のレコード92qが入力される
と、第1集計演算カウンタ93の集計データ値16(キ
ーの項目データが鎌倉、ステレオであるレコードの集計
対象データを集計演算した結果)と、第1キーの項目デ
ータ(鎌倉、ステレオ)と、が対応づけられたレコード
97dがレジスタに記憶される。同様に、第2集計演算
カウンタ94の集計データ値60(キーの項目データが
鎌倉であるレコードの集計対象データを集計演算した結
果)と、第2キーの項目データ(鎌倉、ALL)と、が
対応づけられたレコード97eがレジスタに記憶され
る。そして、第3集計演算カウンタ95の集計データ値
98(レコード92qが入力されたときまでの集計デー
タ)と、項目データ(ALL、ALL)と、が対応づけ
られたレコード97fがレジスタに記憶される。この
際、レコード97fの項目1、2の項目データには、項
目1、2の項目データを全て含むという旨を示すALL
というデータが与えられる。
(4) When the last record 92q is input, the tally data value 16 of the first tally calculation counter 93 (the result of tallying the tally data of the record whose key item data is Kamakura and stereo) and , A record 97d associated with the first key item data (Kamakura, stereo) is stored in the register. Similarly, the aggregated data value 60 of the second aggregated operation counter 94 (the result of the aggregation operation of the aggregated data of the record whose key item data is Kamakura) and the second key item data (Kamakura, ALL) are The associated record 97e is stored in the register. Then, a record 97f in which the total data value 98 of the third total calculation counter 95 (total data until the record 92q is input) and the item data (ALL, ALL) are stored in the register. . At this time, ALL indicating that the item data of items 1 and 2 of the record 97f includes all the item data of items 1 and 2
Is given.

【0025】このようにしてソート済みの全てのレコー
ド(レコード92aからレコード92q)がCPU82
に入力されて、キーブレイク検出処理及び集計演算処理
が終了すると、以下のような処理が行われる。即ち、C
PU82では、第1キーの各項目データと各集計データ
とがそれぞれ対応づけられた各レコードと、第2キーの
各項目データと各集計データとがそれぞれ対応づけられ
た各レコードと、全ての集計対象データの集計演算の結
果である集計データが含まれるレコードと、がレジスタ
から読み出される。そして、CPUは、上記各レコード
を上位の項目順にソートし、図13(b)に示す集計結
果データベース97を出力する。
All the records (records 92a to 92q) sorted in this way are stored in the CPU 82.
When the key break detection processing and the tabulation calculation processing are completed, the following processing is performed. That is, C
In the PU 82, each record in which each item data of the first key is associated with each aggregation data, each record in which each item data of the second key is associated with each aggregation data, The record including the aggregation data as a result of the aggregation operation of the target data and the record including the aggregation data are read from the register. Then, the CPU sorts each of the records in the order of the higher-ranking items, and outputs a totaling result database 97 shown in FIG. 13B.

【0026】[0026]

【発明が解決しようとする課題】しかしながら、上述し
た従来技術においては、多次元集計演算処理を指示する
命令列を1つのCPU82が一度に実行しているので、
CPU82に過剰な負荷がかかるという問題点がある。
このため、集計演算処理が遅くなると共に、CPU82
が行う他の処理も遅れてしまうという問題点があった。
However, in the above-mentioned prior art, one CPU 82 executes a sequence of instructions for instructing multi-dimensional total calculation at one time.
There is a problem that an excessive load is applied to the CPU 82.
For this reason, the tallying calculation process becomes slow and the CPU 82
However, there is a problem that other processings to be performed are also delayed.

【0027】一方、従来においては、多次元集計処理を
行う装置を専用ハードウェアで実現しようとすると、複
雑な構成となってしまい、実現が困難であった。
On the other hand, conventionally, when an apparatus for performing a multidimensional aggregation process is to be realized by dedicated hardware, the configuration becomes complicated and it is difficult to realize the apparatus.

【0028】本発明は以上のような問題点を解決するた
めになされたものであり、本発明の第1目的は、簡単な
ハードウェア構成により、多次元集計演算処理を行える
装置を提供することにある。
SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and a first object of the present invention is to provide an apparatus capable of performing a multidimensional totaling calculation process with a simple hardware configuration. It is in.

【0029】本発明の第2の目的は、CPUを用いて多
次元集計演算処理を行う装置において、処理が高速であ
り、且つ、CPUに過剰な負荷をかけない装置を提供す
ることにある。
A second object of the present invention is to provide an apparatus for performing a multi-dimensional totaling operation using a CPU, which is high-speed processing and does not apply an excessive load to the CPU.

【0030】[0030]

【課題を解決するための手段】以上のような目的を達成
するために、第1の発明に係るデータ集計装置は、n個
(nは整数)の項目データとこれらに対応する集計対象
データとからなる複数のレコードが上位の項目順にソー
トされ、ソートされた各レコードの集計対象データを用
いて集計演算を行うデータ集計装置において、連続的に
入力される2つのレコードに対して、上位順に指定され
た複数個の項目をキーとしたとき、相互のキーの項目デ
ータが異なるキーブレイクを検出するキーブレイク検出
手段と、キーの項目データが同一であるレコードの集計
対象データを集計演算して集計データを生成すると共
に、キーブレイクが検出されたとき、前記集計データと
これに対応するキーの項目データとを対応づけたレコー
ドを出力する集計演算手段と、を有する(n+1)個の
データ集計手段が、各キーの項目数を相互に異ならせ
て、キーの項目数が多い順に、直列に接続されているも
のである。
In order to achieve the above object, a data tallying apparatus according to a first aspect of the present invention comprises n (n is an integer) item data and tallying data corresponding thereto. Are sorted in the order of the top items, and the data summarizing device performs the summing operation using the sorted data of each record. Key break detection means for detecting key breaks with different key item data when a plurality of selected items are used as keys, and tabulating and calculating tabulation target data of records having the same key item data Aggregation function for generating data and, when a key break is detected, outputting a record in which the aggregation data is associated with item data of a key corresponding to the aggregation data. Means, (n + 1) pieces of data collecting unit having found by varying the number of items each key one another, in the order item number of keys is large, those which are connected in series.

【0031】第2の発明に係るデータ集計装置は、n個
(nは整数)の項目データとこれらに対応する集計対象
データとからなる複数のレコードが上位の項目順にソー
トされ、ソートされた各レコードの集計対象データを用
いて集計演算を行うデータ集計装置において、ソート順
に連続的に入力される2つのレコードに対して、上位順
に指定された複数個の項目をキーとしたとき、相互のキ
ーの項目データが異なるキーブレイクを検出するキーブ
レイク検出手段と、キーの項目データが同一であるレコ
ードの集計対象データを集計演算して集計データを生成
すると共に、キーブレイクが検出されたとき、前記集計
データとこれに対応するキーの項目データとを対応づけ
たレコードを出力する集計演算手段と、を有する(n+
1)個のデータ集計手段が、各キーの項目数を相互に異
ならせて、並列に接続されているものである。
In the data totaling apparatus according to the second aspect of the present invention, a plurality of records each including n (n is an integer) item data and the corresponding data to be totaled are sorted in the order of the upper item, and each of the sorted records is sorted. In a data aggregation device that performs an aggregation operation using data to be aggregated in a record, when two or more records sequentially input in the sort order are used as a key for a plurality of items specified in an upper order, a mutual key is used. Key break detection means for detecting a key break in which the item data of the key is different, and calculating tabulation data on the tabulation target data of the record having the same key item data to generate tabulated data, and when a key break is detected, And a totaling operation means for outputting a record in which the totalized data is associated with the item data of the key corresponding thereto.
1) Data totaling means are connected in parallel with the number of items of each key being different from each other.

【0032】第3の発明に係るデータ集計装置は、第1
又は第2の発明において、前記各データ集計手段の集計
演算手段から出力される各レコードを上位の項目順にソ
ートしながら出力順にまとめる出力制御手段を有するも
のである。
[0032] The data tallying apparatus according to the third invention is characterized in that
Alternatively, in the second invention, there is provided an output control unit that sorts the records output from the tally calculation unit of each of the data tally units and sorts the records in the order of the higher order items, and puts them together in the output order.

【0033】第4の発明に係るデータ集計装置は、n個
(nは整数)の項目データとこれらに対応する集計対象
データとからなる複数のレコードが上位の項目順にソー
トされ、ソートされた各レコードの集計対象データを用
いて集計演算を行うデータ集計装置において、連続的に
入力される2つのレコードに対して、上位順に指定され
た複数個の項目をキーとしたとき、相互のキーの項目デ
ータが異なるキーブレイクを検出するキーブレイク検出
ステップと、キーの項目データが同一であるレコードの
集計対象データを集計演算して集計データを生成すると
共に、キーブレイクが検出されたとき、前記集計データ
とこれに対応するキーの項目データとを対応づけたレコ
ードを出力する集計演算ステップと、を有する(n+
1)個のデータ集計命令が記憶されている記憶手段と、
(n+1)個のデータ集計命令をそれぞれ解読及び実行
する(n+1)個のCPUと、を有し、前記(n+1)
個のデータ集計命令列は、キーの項目数が相互に異なっ
ており、前記(n+1)個のCPUは、解読及び実行す
るデータ集計命令のキーの項目数が多い順に、直列に接
続されているものである。
According to a fourth aspect of the present invention, in the data totaling apparatus, a plurality of records each including n (n is an integer) item data and the corresponding data to be totaled are sorted in the order of the upper item, and each of the sorted items is sorted. In a data aggregation device that performs an aggregation operation using data to be aggregated in a record, when two or more records that are sequentially input are used as a key for a plurality of items specified in a high-order order, items of a mutual key are used. A key break detection step of detecting key breaks in which data is different, and a tabulation operation of tabulation target data of records having the same key item data to generate tabulation data; and, when a key break is detected, the tabulation data. And a counting operation step of outputting a record in which the item data of the key corresponding thereto are associated with each other.
1) storage means for storing data aggregation instructions,
And (n + 1) CPUs for decoding and executing (n + 1) data totaling instructions, respectively.
The number of key items is different from each other in the data totaling instruction sequence, and the (n + 1) CPUs are connected in series in descending order of the number of key items in the data totaling instruction to be decoded and executed. Things.

【0034】第5の発明に係るデータ集計装置は、n個
(nは整数)の項目データとこれらに対応する集計対象
データとからなる複数のレコードが上位の項目順にソー
トされ、ソートされた各レコードの集計対象データを用
いて集計演算を行うデータ集計装置において、ソート順
に連続的に入力される2つのレコードに対して、上位順
に指定された複数個の項目をキーとしたとき、相互のキ
ーの項目データが異なるキーブレイクを検出するキーブ
レイク検出ステップと、キーの項目データが同一である
レコードの集計対象データを集計演算して集計データを
生成すると共に、キーブレイクが検出されたとき、前記
集計データとこれに対応するキーの項目データとを対応
づけたレコードを出力する集計演算ステップと、を有す
る(n+1)個のデータ集計命令が記憶されている記憶
手段と、(n+1)個のデータ集計命令をそれぞれ解読
及び実行する(n+1)個のCPUと、を有し、前記
(n+1)個のデータ集計命令は、キーの項目数が相互
に異なっており、前記(n+1)個のCPUは、並列に
接続されているものである。
According to a fifth aspect of the present invention, in the data totaling apparatus, a plurality of records including n (n is an integer) item data and the corresponding data to be totaled are sorted in the order of the higher-ranked items, and each of the sorted records is sorted. In a data aggregation device that performs an aggregation operation using data to be aggregated in a record, when two or more records sequentially input in the sort order are used as a key for a plurality of items specified in an upper order, a mutual key is used. A key break detection step of detecting a different key break in which the item data of the key data is different, and a tabulation operation is performed on tabulation target data of records having the same key item data to generate tabulated data, and when a key break is detected, A (n + 1) number of calculation operation steps for outputting a record in which the aggregation data is associated with the item data of the key corresponding thereto. And (n + 1) CPUs for decoding and executing the (n + 1) data totaling instructions, respectively, wherein the (n + 1) data totaling instructions are: The number of key items is different from each other, and the (n + 1) CPUs are connected in parallel.

【0035】第6の発明に係るデータ集計装置は、第4
又は第5の発明において、前記各CPUから出力される
各レコードを上位の項目順にソートしながら出力順にま
とめる出力制御手段を有するものである。
According to a sixth aspect of the present invention, there is provided a data totaling apparatus comprising:
Alternatively, in the fifth invention, the apparatus further comprises an output control means for sorting the records output from the CPUs in the order of output while sorting the records in the order of higher rank items.

【0036】[0036]

【発明の実施の形態】以下、図面に基づいて本発明の好
適な実施の形態について説明する。
Preferred embodiments of the present invention will be described below with reference to the drawings.

【0037】実施の形態1.実施の形態1であるデータ
集計装置は、n個(nは整数)の項目データとこれらに
対応する集計対象データとからなる複数のレコードを用
いて多次元集計演算を行う。この際、上記複数のレコー
ドは、予めソート装置により上位の項目順にソートされ
ている。本実施の形態においては、多次元集計演算の一
例として、2個の項目データ(項目1の項目データ、項
目2の項目データ)とこれらに対応する集計対象データ
(項目3の集計対象データ)とからなる複数のレコード
を用いて3次元集計演算を行う場合について説明する。
Embodiment 1 The data aggregation device according to the first embodiment performs a multidimensional aggregation operation using a plurality of records including n (n is an integer) item data and corresponding aggregation target data. At this time, the plurality of records are sorted in advance by the sorting device in the order of higher-ranked items. In the present embodiment, as an example of the multidimensional totaling operation, two item data (item data of item 1 and item data of item 2) and corresponding data to be totaled (totaling data of item 3) A case will be described in which a three-dimensional totaling operation is performed using a plurality of records composed of.

【0038】(1)データ集計装置の構成 (1−1)全体構成 図1は、実施の形態1であるデータ集計装置の全体構成
を示すブロック図である。実施の形態1であるデータ集
計装置1は、複数個(3個)の1次元集計演算をそれぞ
れ行う複数個(3個)のデータ集計部2、3、4と、各
データ集計部2、3、4から出力された各集計演算結果
レコードを受け取り所定の制御を行った後に出力する出
力制御部5と、を有する。
(1) Configuration of Data Aggregation Device (1-1) Overall Configuration FIG. 1 is a block diagram showing the overall configuration of the data aggregation device according to the first embodiment. The data tallying apparatus 1 according to the first embodiment includes a plurality (three) of data tallying units 2, 3, and 4 for performing a plurality of (three) one-dimensional tallying operations, respectively, and each of the data tallying units 2, 3, And an output control unit 5 that receives each total calculation result record output from the control unit 4 and performs predetermined control and outputs the result.

【0039】なお、一般的に、n個の項目データとこれ
らに対応する集計対象データとからなる複数のレコード
を用いて多次元集計演算を行う場合については、上記デ
ータ集計部の数を(n+1)個にすればよい。この理由
を以下に説明する。
In general, when performing a multidimensional totaling operation using a plurality of records composed of n item data and corresponding data to be totaled, the number of the data totaling units is set to (n + 1). ). The reason will be described below.

【0040】n個の項目データに対応する集計対象デー
タを用いて行われる多次元集計演算処理では、(n+
1)次元の集計演算処理が行われる。即ち、この(n+
1)次元の集計演算処理では、上位順に指定されたn個
の項目データ毎に、上位順に指定されたn−1個の項目
データ毎に、....、上位順に指定された1個の項目
データ毎に、0個の項目データ毎に、それぞれ、集計デ
ータが生成される。このため、(n+1)種の各集計演
算処理をそれぞれ行う(n+1)個のデータ集計部を用
意する必要がある。
In the multidimensional totaling calculation process performed using the totaling target data corresponding to n item data, (n +
1) A dimensional aggregation calculation process is performed. That is, this (n +
1) In the dimensional tabulation calculation process, for each of n item data items specified in the higher order, for each of n-1 item data items specified in the upper order,. . . . , Total data is generated for each of the one item data designated in the higher order and for each of the zero item data. For this reason, it is necessary to prepare (n + 1) data tabulation units that respectively perform (n + 1) kinds of tabulation calculation processes.

【0041】(1−2)データ集計部 図2は、データ集計部2の構成を示す図である。データ
集計部3、4の構成も図2に示す構成と同一である。デ
ータ集計部2は、連続的に入力される2つのレコードに
対して、上位順に指定された複数個の項目をキーとした
とき、相互のキーの項目データが異なるキーブレイクを
検出するキーブレイク検出部6を有する。 このキーブ
レイク検出部6は、連続的に入力されるレコードを記憶
すると共に、新たなレコードが入力されたとき記憶した
レコードを出力する第1レコードレジスタ7と、この第
1レコードレジスタ7から出力された各レコードを記憶
する第2レコードレジスタ8と、第1レコードレジスタ
7で新たに記憶された各レコードのキーの項目データ
と、第2レコードレジスタ8で新たに記憶された各レコ
ードのキーの項目データと、を比較して、相互のキーの
項目データが異なるキーブレイクを検出するブレイク検
出部9と、を有する。
(1-2) Data Tabulation Unit FIG. 2 is a diagram showing the configuration of the data tabulation unit 2. The configuration of the data tabulation units 3 and 4 is the same as the configuration shown in FIG. The data summarizing unit 2 detects a key break when two or more consecutively input records have a plurality of items specified in a higher order as a key, and detects a key break in which item data of each key is different. It has a part 6. The key break detection unit 6 stores continuously input records, and outputs a stored record when a new record is input, and a first record register 7 that outputs the stored record. A second record register 8 for storing each record, a key item data of each record newly stored in the first record register 7, and a key item of each record newly stored in the second record register 8. And a break detecting unit 9 for comparing the data with the data to detect a key break in which the item data of the keys are different from each other.

【0042】また、データ集計部2は、キーの項目デー
タが同一であるレコードの集計対象データを集計演算し
て集計データを生成すると共に、ブレイク検出部9によ
りキーブレイクが検出されたとき、集計データとこれに
対応するキーの項目データとを対応づけたレコード(集
計演算結果レコード)を出力する集計演算部10を有す
る。
The data tabulation unit 2 tabulates the tabulation target data of the records having the same key item data to generate tabulation data, and when the break detection unit 9 detects a key break, tabulation. There is a counting operation unit 10 that outputs a record (total calculation result record) in which data is associated with item data of a key corresponding to the data.

【0043】また、各データ集計部2は、外部からの指
示により、集計演算対象の各レコードの構成情報(集計
対象データの項目等)を記憶するレコード構成情報レジ
スタ11と、外部からの指示により、集計演算方法を指
示する旨を示す情報を記憶する集計演算方法指示レジス
タ12と、を有する。
Further, each data totaling section 2 has a record configuration information register 11 for storing the configuration information (items of the data to be totaled) of each record to be totalized according to an external instruction, and an external instruction. And a total calculation method instruction register 12 for storing information indicating that the total calculation method is specified.

【0044】なお、本実施の形態の各データ集計部の構
成においては、それぞれ、各キーブレイクを検出する各
ブレイク検出部9と、各集計演算を行う各集計演算部1
0と、各キーの項目指定及び各集計対象データの項目指
定する指定部と、を含む構成であれば、上記の構成に限
定されない。
In the configuration of each data tabulation unit of the present embodiment, each break detection unit 9 for detecting each key break and each tabulation calculation unit 1 for performing each tabulation calculation are provided.
The configuration is not limited to the above configuration as long as the configuration includes 0 and a specification unit that specifies an item of each key and an item of each data to be totaled.

【0045】このようにして構成された3個のデータ集
計部が、キーの項目数を相互に異ならせて、キーの項目
数の多い順に、直列に接続されている。
The three data tabulation units configured in this manner are connected in series with the number of key items being different from each other and in descending order of the number of key items.

【0046】なお、本実施の形態においては、データ集
計装置内に配置されるデータ集計部の数は3個に限定さ
れず、任意の数のデータ集計部を配置させることが可能
である。例えば、n個の項目データとこれらに対応する
集計対象データとからなる複数のレコードを用いて多次
元集計演算を行うときには、(n+1)次元の集計演算
が行われる。この場合には、データ集計装置に、(n+
1)個のデータ集計部を、キーの項目数を相互に異なら
せて、キーの項目数の多い順に直列に接続させる。
In the present embodiment, the number of data tabulation units arranged in the data tabulation device is not limited to three, but any number of data tabulation units can be arranged. For example, when performing a multidimensional totaling operation using a plurality of records including n items of data and corresponding target data, an (n + 1) -dimensional totaling operation is performed. In this case, (n +
1) The data totaling units are connected in series in a descending order of the number of key items, with different numbers of key items.

【0047】(1−3)出力制御部 出力制御部5は、各データ集計部の集計演算部10から
出力される各レコード(集計演算結果レコード)を上位
の項目順にソートしながら出力順にまとめる。
(1-3) Output Control Unit The output control unit 5 sorts the records (total calculation result records) output from the tally calculation unit 10 of each data tally unit in the output order while sorting them in the order of the higher-order items.

【0048】(2)データ集計装置1の動作 上述のように構成されたデータ集計装置1の動作につい
て以下に説明する。この動作について、(2−1)外部
からの指示により、レコード構成情報レジスタ11及び
集計演算方法指示レジスタ12に必要な情報を記憶させ
る動作、(2−2)各レジスタに記憶された情報に基づ
いて各部を設定させる動作、(2−3)ソートされたレ
コードをデータ集計部2に連続的に入力して、各データ
集計部2、3、4に集計演算結果レコードを出力させる
動作、に分けて説明する。
(2) Operation of Data Aggregation Device 1 The operation of the data aggregation device 1 configured as described above will be described below. Regarding this operation, (2-1) an operation for storing necessary information in the record configuration information register 11 and the tally calculation method instruction register 12 in response to an external instruction, and (2-2) an operation based on the information stored in each register. (2-3) Continuously inputting sorted records to the data tabulation unit 2 and causing each of the data tabulation units 2, 3, and 4 to output a tabulation calculation result record. Will be explained.

【0049】(2−1)記憶動作 (2−1−A)レコード構成情報レジスタ11への各情
報の記憶動作 各データ集計装置2、3、4に対して、例えば外部装置
を接続して、外部装置から各情報を入力することによ
り、各データ集計装置2、3、4のレコード構成情報レ
ジスタ11に所定の情報を記憶させる。この記憶動作に
ついて以下に詳細に説明する。
(2-1) Storage operation (2-1-A) Storage operation of each information in the record configuration information register 11 For example, an external device is connected to each of the data totaling devices 2, 3, and 4, By inputting each information from an external device, predetermined information is stored in the record configuration information register 11 of each of the data totaling devices 2, 3, and 4. This storage operation will be described in detail below.

【0050】外部装置を用いて所定の操作を行うことに
より、キーの対象項目の指定、マスクキーの対象項目の
指定、マスクデータの指定、集計対象データの項目の指
定を行う。マスクキーの対象項目の指定とは、所定のマ
スクデータ(例えば後述するALL)をマスクする対象
項目を指定することである。なお、指定する項目がない
ときや指定するデータがないときは、指定する項目やデ
ータがないことを示すNULL値に対応する情報を指定
する。
By performing a predetermined operation using an external device, a target item of a key, a target item of a mask key, a mask data, and a target data item are specified. The specification of the target item of the mask key is to specify a target item for masking predetermined mask data (for example, ALL described later). When there is no item to be specified or when there is no data to be specified, information corresponding to a NULL value indicating that there is no item or data to be specified is specified.

【0051】そして、外部装置を用いて上述のような各
指定を行うことにより、各データ集計部2、3、4のレ
コード構成情報レジスタ11に以下のような情報が記憶
される。
The following information is stored in the record configuration information register 11 of each of the data totaling units 2, 3, and 4 by performing the above-described designations using an external device.

【0052】データ集計部2のレコード構成情報レジス
タ11には、項目1及び項目2がキーであることを示す
キー情報、項目3が集計対象であることを示す集計対象
情報、マスクキー対象項目は存在しないことを示すマス
クキー情報が記憶される。
In the record configuration information register 11 of the data tabulation unit 2, key information indicating that items 1 and 2 are keys, tabulation target information indicating that item 3 is a tabulation target, and mask key target items are Mask key information indicating that the key does not exist is stored.

【0053】データ集計部3のレコード構成情報レジス
タ11には、項目1がキーであることを示すキー情報、
項目2がマスクキーであることを示すマスクキー情報、
項目3が集計対象であることを示す集計対象情報が記憶
される。
The record configuration information register 11 of the data totaling unit 3 stores key information indicating that item 1 is a key,
Mask key information indicating that item 2 is a mask key,
Counting target information indicating that item 3 is a counting target is stored.

【0054】データ集計部4のレコード構成情報レジス
タ11には、項目1及び項目2がマスクキーであること
を示すマスクキー情報、項目3が集計対象であることを
示す集計対象情報、キーの対象項目は存在しないことを
示すキー情報が記憶される。
The record configuration information register 11 of the data totaling unit 4 stores mask key information indicating that the items 1 and 2 are mask keys, totaling target information indicating that the item 3 is a totaling target, and a key target. Key information indicating that the item does not exist is stored.

【0055】(2−1−B)集計演算方法指示レジスタ
12への各情報の記憶動作 同様に、外部装置を用いて所定の操作を行うことによ
り、各データ集計装置2、3、4の集計演算方法指示レ
ジスタ12に所定の情報を記憶させる。この記憶動作に
ついて以下に詳細に説明する。
(2-1-B) Operation of Storing Each Information in Total Calculation Method Instruction Register 12 Similarly, by performing a predetermined operation using an external device, the totalization of each data totaling device 2, 3, 4 is performed. The arithmetic method instruction register 12 stores predetermined information. This storage operation will be described in detail below.

【0056】外部装置を用いて所定の操作を行うことに
より、合計値算出演算、最大値算出演算、最小値算出演
算、平均値算出演算等のうち、いずれか1つの集計演算
を指示する情報が各集計演算方法指示レジスタ12に記
憶される。本実施の形態では、合計値算出演算を指示す
る情報が、各データ集計部2、3、4の各集計演算方法
指示レジスタ12に記憶される。
By performing a predetermined operation using an external device, the information indicating one of the total calculation, the maximum calculation, the minimum calculation, the average calculation, etc., is calculated. It is stored in each tally calculation method instruction register 12. In the present embodiment, information for instructing the sum calculation operation is stored in each of the tally calculation method instruction registers 12 of the data tallying units 2, 3, and 4.

【0057】(2−2)設定動作 上述した各レコード構成情報レジスタ11、各集計演算
方法指示レジスタ12への記憶動作が終了したら、各デ
ータ集計部2、3、4では、各レコード構成情報レジス
タ11に記憶されたキー情報がブレイク検出部9へ送ら
れる。この結果、各データ集計部2、3、4のブレイク
検出部9は、上記キー情報に基づいて、キーブレイクを
検出するように設定される。また、各データ集計部2、
3、4の集計演算部10は、各レコード構成情報レジス
タ11から読み出された集計対象情報と、各集計演算方
法指示レジスタ12から読み出された情報と、に基づい
て、集計演算を行うように設定される。
(2-2) Setting Operation After the above-described storage operation in each record configuration information register 11 and each totaling calculation method instruction register 12 is completed, each data totaling unit 2, 3, 4 sets each record configuration information register. The key information stored in 11 is sent to the break detector 9. As a result, the break detection unit 9 of each of the data tabulation units 2, 3, and 4 is set to detect a key break based on the key information. In addition, each data tabulation unit 2,
The aggregation operation units 3 and 4 perform the aggregation operation based on the aggregation target information read from each record configuration information register 11 and the information read from each aggregation operation method instruction register 12. Is set to

【0058】(2−3)データ集計部2にソートされた
順に各レコードを連続的に入力して、各データ集計部
2、3、4から集計演算結果レコードを出力させる動作 図12に示すソート済みの各レコードをデータ集計部2
に連続的に入力したときの動作について説明する。この
際、データ集計部2の動作と、データ集計部3の動作
と、データ集計部4の動作と、出力制御部5の動作と、
に分けて説明する。
(2-3) Operation of inputting each record continuously in the sorted order to the data totaling unit 2 and outputting the totaling operation result records from each of the data totaling units 2, 3, and 4 Tabulated data for each completed record
The operation performed when the input is continuously input to is described. At this time, the operation of the data tabulation unit 2, the operation of the data tabulation unit 3, the operation of the data tabulation unit 4, the operation of the output control unit 5,
Will be described separately.

【0059】なお、図12のデータベース92の各レコ
ードのうち、レコード92aから順にデータ集計部2に
入力されていく。
Note that, among the records in the database 92 of FIG. 12, the data is input to the data totaling unit 2 in order from the record 92a.

【0060】(2−3−1)データ集計部2の動作 レコード92aが入力されると、このレコード92aは
先ず、第1レコードレジスタ7に記憶される。そして、
次のレコード92bが入力されると、第1レコードレジ
スタ7は、記憶したレコード92aを第2レコードレジ
スタ8へ転送する。そして、転送されたレコード92a
は第2レコードレジスタ8に記憶される。以下、新しい
レコード(92c,92d....)が入力されると、
レコードレジスタ7、8間で上述の動作が行われる。
(2-3-1) Operation of Data Tabulation Unit 2 When the record 92a is input, the record 92a is first stored in the first record register 7. And
When the next record 92b is input, the first record register 7 transfers the stored record 92a to the second record register 8. Then, the transferred record 92a
Are stored in the second record register 8. Hereinafter, when a new record (92c, 92d ...) is input,
The above operation is performed between the record registers 7 and 8.

【0061】そして、ブレイク検出部9は、レコード構
成情報レジスタ11から読みだされたキー情報に基づい
て、項目1及び項目2をキーとして、第1レコードレジ
スタ7に新たに記憶されたレコードのキーの項目データ
と、第2レコードレジスタ8に新たに記憶されたレコー
ドのキーの項目データと、を比較する。このブレイク検
出部9による比較の結果、キーの項目データが同一なら
ば、ブレイク検出部9は、何の動作も行わない。そし
て、集計演算部10は、第2レコードレジスタ8に記憶
されたレコードの集計対象データを用いて以下のような
集計演算を行う。即ち、集計演算部10は、集計演算方
法指示レジスタ12から読み出された情報及びレコード
構成情報レジスタ11から読み出された集計対象情報に
基づいて、キーの項目データが同一であるレコードの集
計対象データ(項目3の集計対象データ)を用いて、集
計演算(合計値算出演算)を行う。この集計演算部10
による集計演算は、後述するキーブレイク信号が送られ
るまで続けられる。
Then, based on the key information read from the record configuration information register 11, the break detection unit 9 sets the key of the record newly stored in the first record register 7 using the items 1 and 2 as keys. Is compared with the item data of the key of the record newly stored in the second record register 8. As a result of the comparison by the break detection unit 9, if the item data of the key is the same, the break detection unit 9 does not perform any operation. Then, the tallying calculation unit 10 performs the following tallying calculation using the tallying target data of the records stored in the second record register 8. That is, based on the information read from the tally calculation method instruction register 12 and the tally information read out from the record configuration information register 11, the tally calculation unit 10 calculates the tally target of records having the same key item data. An aggregation operation (total value calculation operation) is performed using the data (totaling data of item 3). This counting operation unit 10
Is continued until a key break signal described later is sent.

【0062】また、ブレイク検出部9による比較の結
果、キーの項目データが相互に異なるときは、ブレイク
検出部9は、キーブレイクを検出する。例えば図12に
示すレコード92dがデータ集計部2に入力された場
合、レコードレジスタ7、8にそれぞれ記憶されたレコ
ードのキーの項目データは相互に異なる(第1レコード
レジスタ7に新たに記憶されたレコード12dのキーの
項目データは藤沢、ビデオであり、第2レコードレジス
タ8に新たに記憶されたレコード12cのキーの項目デ
ータは藤沢、テレビである)。このため、ブレイク検出
部9はキーブレイクを検出する。そして、ブレイク検出
部9はこのキーブレイク信号を集計演算部10へ送る。
Further, as a result of the comparison by the break detecting section 9, when the key item data are different from each other, the break detecting section 9 detects a key break. For example, when the record 92d shown in FIG. 12 is input to the data totaling unit 2, the item data of the keys of the records stored in the record registers 7 and 8 are different from each other (the item data newly stored in the first record register 7). The key item data of the record 12d is Fujisawa and video, and the key item data of the record 12c newly stored in the second record register 8 is Fujisawa and television. For this reason, the break detection unit 9 detects a key break. Then, the break detection unit 9 sends the key break signal to the tally calculation unit 10.

【0063】集計演算部10は、キーブレイク信号を受
け取ると、キーの項目データ(藤沢、テレビ)が同一で
あるレコード12aからレコード12cまでの集計対象
データを集計演算した集計データ値20と、キーの項目
データ(藤沢、テレビ)と、を対応づけた集計演算結果
レコードを出力する。このようにして、図12に示すソ
ートされた複数のレコードがデータ集計部2に入力され
た場合、データ集計部2から出力される各集計演算結果
レコード(レコード21a〜レコード21f)をまとめ
たデータベース21を図3(a)に示す。各集計演算結
果レコードは出力制御部5へ送られると共に、データ集
計部3へ送られる。そして、集計演算部10は集計演算
動作をリセットし、キーブレイクが検出された後のキー
の項目データ(藤沢、ビデオ)と同一の項目データを有
するレコードの集計対象データを用いて、集計演算を行
う。
When receiving the key break signal, the counting operation unit 10 counts the totaling data value 20 obtained by calculating the counting target data from the records 12a to 12c having the same key item data (Fujisawa, TV), and the key data. And outputs a total calculation result record in which item data (Fujisawa, TV) are associated with the item data. When a plurality of sorted records shown in FIG. 12 are input to the data totaling unit 2 in this manner, a database in which the totaling operation result records (records 21a to 21f) output from the data totaling unit 2 are collected. 21 is shown in FIG. Each tally calculation result record is sent to the output control unit 5 and also to the data tally unit 3. Then, the counting operation unit 10 resets the counting operation, and performs the counting operation using the counting target data of the record having the same item data as the key item data (Fujisawa, video) after the key break is detected. Do.

【0064】そして、入力される各レコードに対して、
上述のようにして、各部による各動作が繰り返される。
Then, for each input record,
As described above, each operation by each unit is repeated.

【0065】(2−3−2)データ集計部3の動作 データ集計部2の集計演算部10により出力された各集
計演算結果レコード(図3(a)のレコード21a〜2
1f)がデータ集計部3の第1レコードレジスタ7に入
力される。このデータ集計部3における第1レコードレ
ジスタ7及び第2レコードレジスタ8の機能は、上述し
たデータ集計部2のレコードレジスタの機能と同一であ
る。
(2-3-2) Operation of Data Tabulation Unit 3 Each tabulation calculation result record (records 21a to 21 in FIG. 3A) output by the tabulation calculation unit 10 of the data tabulation unit 2.
1f) is input to the first record register 7 of the data totaling unit 3. The functions of the first record register 7 and the second record register 8 in the data tabulation unit 3 are the same as the functions of the record register of the data tabulation unit 2 described above.

【0066】ブレイク検出部9は、レコード構成情報レ
ジスタ11から読み出されたキー情報に基づいて、項目
1をキーとして、レコードレジスタ7、8に記憶された
レコードの相互のキーの項目データを比較する。このブ
レイク検出部9による比較の結果、キーの項目データが
同一ならば、ブレイク検出部9は何の動作も行わない。
そして、集計演算部10は、第2レコードレジスタ8に
記憶されたレコードの集計対象データを用いて以下のよ
うな集計演算を行う。即ち、集計演算部10は、集計演
算方法指示レジスタ12から読み出された情報及びレコ
ード構成情報レジスタ11から読み出された集計対象情
報に基づいて、キーの項目データが同一であるレコード
の集計対象データを用いて、集計演算を行う。
The break detecting section 9 compares the item data of the keys of the records stored in the record registers 7 and 8 with the item 1 as a key based on the key information read from the record configuration information register 11. I do. As a result of the comparison by the break detection unit 9, if the item data of the key is the same, the break detection unit 9 does not perform any operation.
Then, the tallying calculation unit 10 performs the following tallying calculation using the tallying target data of the records stored in the second record register 8. That is, based on the information read from the tally calculation method instruction register 12 and the tally information read out from the record configuration information register 11, the tally calculation unit 10 calculates the tally target of records having the same key item data. An aggregation operation is performed using the data.

【0067】また、ブレイク検出部9による比較の結
果、キーの項目データが相互に異なるときは、ブレイク
検出部9は、キーブレイクを検出する。そして、例えば
レコード21dが入力された場合、レコードレジスタ
7,8にそれぞれ記憶されたレコードのキーの項目デー
タは相互に異なる(第1レコードレジスタ7に新たに記
憶されたレコード21dのキーの項目データは鎌倉であ
り、第2レコードレジスタ8に新たに記憶されたレコー
ド21cのキーの項目データは藤沢である)。このた
め、ブレイク検出部9はキーブレイクを検出する。そし
て、ブレイク検出部9は、キーブレイク信号を集計演算
部10へ送る。
Also, as a result of the comparison by the break detecting section 9, when the key item data are different from each other, the break detecting section 9 detects a key break. For example, when the record 21d is input, the key item data of the records stored in the record registers 7 and 8 are different from each other (the key item data of the record 21d newly stored in the first record register 7). Is Kamakura, and the item data of the key of the record 21c newly stored in the second record register 8 is Fujisawa). For this reason, the break detection unit 9 detects a key break. Then, the break detection unit 9 sends the key break signal to the tally calculation unit 10.

【0068】集計演算部10は、キーブレイク信号を受
け取ると、キーの項目データ(藤沢)が同一であるレコ
ード21aからレコード21cまでの集計対象データを
集計演算した集計データ値38と、キーの項目データ
(藤沢)と、を対応づけたレコードを出力する。このよ
うにして、図3(a)に示すデータ集計部2から出力さ
れた複数のレコード(レコード21a〜レコード21
f)がデータ集計部3に入力された場合、データ集計部
3から出力される各集計演算結果レコード(レコード2
2a及びレコード22b)をまとめたデータベース22
を図3(b)に示す。この際、集計演算部10は、レコ
ード構成情報レジスタ11から読み出したマスクキー情
報に基づいて、出力する集計演算結果レコードの項目デ
ータに対して、項目2の項目データをマスクデータAL
Lにする。そして、この集計演算結果レコード(レコー
ド22a及びレコード22b)は、出力制御部5へ送ら
れると共に、データ集計部4へ送られる。そして、集計
演算部10は集計演算動作をリセットし、キーブレイク
が検出された後のキーの項目データ(鎌倉、項目2の項
目データは不問)と同一の項目データを有するレコード
の集計対象データを用いて、集計演算を行う。
When receiving the key break signal, the counting operation unit 10 counts the totaling data value 38 obtained by calculating the counting target data from the records 21a to 21c having the same key item data (Fujisawa), and the key item A record that associates the data (Fujisawa) with the data is output. In this manner, a plurality of records (record 21a to record 21) output from the data tabulation unit 2 shown in FIG.
f) is input to the data tabulation unit 3, each tabulation calculation result record (record 2) output from the data tabulation unit 3
2a and record 22b)
Is shown in FIG. At this time, based on the mask key information read from the record configuration information register 11, the counting operation unit 10 converts the item data of item 2 into the mask data AL based on the item data of the counting operation result record to be output.
L. Then, the tabulation calculation result records (record 22a and record 22b) are sent to the output control unit 5 and also to the data tabulation unit 4. Then, the counting operation unit 10 resets the counting operation, and calculates the counting target data of the record having the same item data as the item data of the key after the key break is detected (Kamakura, item data of item 2 does not matter). To perform a tally operation.

【0069】そして、入力されるレコード(レコード2
1a〜レコード21f)に対して、上述のようにして、
各部による各動作が繰り返される。
Then, the input record (record 2)
1a to record 21f), as described above,
Each operation by each unit is repeated.

【0070】(2−3−3)データ集計部4の動作 データ集計部3の集計演算部10により出力された各レ
コード(レコード22a、レコード22b)がデータ集
計部4の第1レコードレジスタ7に入力される。このデ
ータ集計部4におけるレコードレジスタ7、8の機能
は、データ集計部2、3のレコードレジスタの機能と同
一である。
(2-3-3) Operation of Data Tabulation Unit 4 Each record (record 22a, record 22b) output by tabulation calculation unit 10 of data tabulation unit 3 is stored in first record register 7 of data tabulation unit 4. Is entered. The functions of the record registers 7 and 8 in the data tabulation unit 4 are the same as the functions of the record registers in the data tabulation units 2 and 3.

【0071】データ集計部4のブレイク検出部9は、キ
ーブレイク検出を行わない。このため、データ集計部4
の集計演算部10は、入力される全てのレコードの集計
対象データを用いて、集計演算を行う。そして、全ての
レコードが入力されたら、集計演算部10は、集計演算
した集計データと、キーの項目データと、を対応づけた
レコードを出力する。このようにして、図3(b)に示
すデータ集計部3から出力された複数のレコードが入力
された場合、データ集計部4から出力される集計演算結
果レコード23を図3(c)に示す。この際、集計演算
部10は、レコード構成情報レジスタ11から読み出さ
れたマスクキー情報に基づいて、出力するレコード23
の項目データとして、項目1及び項目2の項目データ
を、共にマスクデータALLとする。
The break detecting section 9 of the data totaling section 4 does not perform key break detection. For this reason, the data tabulation unit 4
The total calculation unit 10 performs total calculation using total data of all input records. Then, when all the records are input, the tally calculation unit 10 outputs a record in which the tally data calculated and the key item data are associated with each other. In this manner, when a plurality of records output from the data tabulation unit 3 shown in FIG. 3B are input, the tabulation calculation result record 23 output from the data tabulation unit 4 is shown in FIG. . At this time, the tallying operation unit 10 outputs the record 23 based on the mask key information read from the record configuration information register 11.
The item data of item 1 and item 2 are both mask data ALL.

【0072】なお、各データ集計部2、3、4の動作に
おいては、1つのデータ集計部2の動作が終わってか
ら、次のデータ集計部3の動作が始まり、データ集計部
3の動作が終わってから、データ集計部4の動作が始ま
るのではない。即ち、各データ集計部の動作は同時に並
行して行われる。
In the operation of each of the data tabulation units 2, 3, and 4, the operation of the next data tabulation unit 3 starts after the operation of one data tabulation unit 2 ends, and the operation of the data tabulation unit 3 starts. The operation of the data totaling unit 4 does not start after the end. That is, the operations of the data tabulation units are performed simultaneously in parallel.

【0073】このようにして各データ集計部2、3、4
から各レコード(レコード21a〜レコード23)が出
力される。
In this way, each data tabulation unit 2, 3, 4
Output each record (records 21a to 23).

【0074】(2−3−4)出力制御部5の動作 出力制御部5は各データ集計部2、3、4の集計演算部
10から出力される各レコード(レコード21a〜レコ
ード23)を上位の項目順にソートしながら、出力順に
まとめて、図13(b)に示すような集計演算結果デー
タベース97を出力する。
(2-3-4) Operation of Output Control Unit 5 The output control unit 5 ranks the records (records 21 a to 23) output from the tally operation unit 10 of each data tally unit 2, 3, 4. While sorting in the order of the items, the totaling operation result database 97 as shown in FIG.

【0075】出力制御部5における動作を以下に詳細に
説明する。各データ集計部2、3、4の集計演算部10
から出力される順序は、以下のようになる。即ち、レコ
ード21a,レコード21b,レコード21c,レコー
ド21d,レコード22a,レコード21e,レコード
21f,レコード22b,レコード23の順序となる。
この際、各レコードの項目1の項目データの順序をみる
と、藤沢、藤沢、藤沢、鎌倉、藤沢、鎌倉、鎌倉、鎌
倉、ALLとなっている。これらのレコードが各データ
集計部2、3、4から出力制御部5へ送られる。この
際、出力制御部5は、各データ集計部から出力された順
に各レコードをまとめるのでなく、以下のようにしてま
とめる。即ち、出力制御部5は、各データ集計部2、
3、4から出力された各レコードに対して、各項目の項
目データのうち、ALLというマスクデータは最後にな
るようにソートする。そして、出力制御部5は、レコー
ド1dとレコード2aとの間で項目1の項目データの順
序が逆になっているので、レコード1dとレコード2a
との間の順序を交換する。これにより、項目1に関する
ソート処理が終了する。そして、各レコードの項目2の
項目データをみると、テレビ、ビデオ、ステレオの順に
各レコードはソートされているので、出力制御部5は、
項目2に関するソート処理は行わない。この結果、図1
3(b)に示すような集計演算結果データベース97が
出力制御部5から出力される。なお、出力制御部5は、
集計演算結果データベース97全体をまとめて出力する
こともできるし、集計演算結果データベース97の各レ
コード単位で、レコード97aから出力することもでき
る。
The operation of the output control unit 5 will be described in detail below. Tabulation operation unit 10 of each data tabulation unit 2, 3, 4
Are output in the following order. That is, the order of the records 21a, 21b, 21c, 21d, 22a, 21e, 21f, 22b, and 23 is as follows.
At this time, the order of the item data of item 1 of each record is Fujisawa, Fujisawa, Fujisawa, Kamakura, Fujisawa, Kamakura, Kamakura, Kamakura, and ALL. These records are sent from each of the data tabulation units 2, 3, and 4 to the output control unit 5. At this time, the output control unit 5 does not put together the records in the order output from each data summing unit, but puts them together as follows. That is, the output control unit 5 outputs the data
For each record output from 3 and 4, among the item data of each item, the mask data ALL is sorted so as to be last. Since the order of the item data of item 1 is reversed between the record 1d and the record 2a, the output control unit 5 determines that the record 1d and the record 2a
Swap the order between. Thus, the sorting process for item 1 ends. Looking at the item data of item 2 of each record, the records are sorted in the order of television, video, and stereo, so that the output control unit 5
No sort process is performed on item 2. As a result, FIG.
The output control unit 5 outputs a total calculation result database 97 as shown in FIG. Note that the output control unit 5
The total calculation result database 97 can be output as a whole, or can be output from the record 97a for each record of the total calculation result database 97.

【0076】本実施の形態においては、各データ集計部
2、3、4は、キーブレイク検出部6によるキーブレイ
ク検出処理と、集計演算部10による集計演算処理と、
により、キーの項目の項目データ毎に、集計データを生
成する。この際、キーの項目数は相互に異なっているの
で、各データ集計部では、それぞれ、異なる1次元集計
演算処理が行われる。そして、各データ集計部が行うキ
ーブレイク検出処理及び集計演算処理は、比較的単純な
処理である1次元集計演算処理であるため、簡単なハー
ドウェア構成でデータ集計部2、3、4を構成すること
ができる。
In the present embodiment, each of the data tabulation units 2, 3, and 4 includes a key break detection process by the key break detection unit 6 and a tabulation calculation process by the tabulation calculation unit 10.
Thus, total data is generated for each item data of the key item. At this time, since the number of items of the key is different from each other, each data tabulation unit performs a different one-dimensional tabulation calculation process. The key break detection process and the tabulation calculation process performed by each data tabulation unit are relatively simple one-dimensional tabulation calculation processes. Therefore, the data tabulation units 2, 3, and 4 are configured with a simple hardware configuration. can do.

【0077】そして、データ集計装置1を構成している
複数のデータ集計部2、3、4は、各キーの項目数を相
互に異ならせて、キーの項目数が多い順に、直列に接続
されている。このため、各データ集計部2、3、4は、
それぞれ、上位の項目順に指定された所定個(2個(項
目1及び項目2)、1個(項目1)、0個(入力された
全てのレコードの集計対象データを集計演算する))の
項目の項目データ毎に集計データを生成する。この結
果、簡単なハードウェア構成であるデータ集計部2、
3、4を直列に接続するだけで、複雑な集計演算処理で
ある多次元(この場合は3次元)集計演算処理を行うこ
とができる。
The plurality of data tabulation units 2, 3, and 4 constituting the data tabulation device 1 are connected in series in a descending order of the number of key items by making the number of items of each key different from each other. ing. Therefore, each of the data tabulation units 2, 3, and 4
A predetermined number of items (two items (item 1 and item 2), one item (item 1), and zero items (to calculate the totaled data of all input records)) specified in the order of the higher-order items Total data is generated for each item data. As a result, the data tally unit 2, which has a simple hardware configuration,
By simply connecting 3, 4 in series, it is possible to perform a multidimensional (in this case, three-dimensional) totalizing operation, which is a complicated totaling operation.

【0078】また、各データ集計部2、3、4は、キー
の項目数が多い順に、直列に接続されているので、後段
に接続されたデータ集計部4では入力されるレコード数
が少なくなる。このため、後段に接続されたデータ集計
部4は、その処理能力を低減するように構成することが
できる。この結果、データ集計装置1のコストを低減で
きる。このコスト低減効果は、データ集計装置1を構成
するデータ集計部の数が多くなるほど大きくなる。
Further, since the data tabulation units 2, 3, and 4 are connected in series in descending order of the number of key items, the number of input records is reduced in the data tabulation unit 4 connected at the subsequent stage. . For this reason, the data tallying unit 4 connected at the subsequent stage can be configured to reduce its processing capability. As a result, the cost of the data totaling device 1 can be reduced. This cost reduction effect increases as the number of data tabulation units constituting the data tabulation device 1 increases.

【0079】但し、本実施の形態においては、集計演算
方法として、集計対象のレコード数に依存するような集
計演算方法(平均値算出演算等)を各データ集計部に行
わせることはできない。即ち、データ集計部3、データ
集計部4では、前段のデータ集計部による集計演算結果
レコードしか入力されないので、データ集計部3、デー
タ集計部4では、レコード数に依存するような集計演算
を行うことができない。レコード数に依存するような集
計演算処理をデータ集計装置1で行うためには、データ
集計部3及びデータ集計装置4は、動作させず、データ
集計部2のみを動作させるようにする必要がある。
In the present embodiment, however, it is not possible to cause each data tally unit to perform a tally calculation method (average value calculation or the like) that depends on the number of records to be tallyed. That is, since the data tabulation unit 3 and the data tabulation unit 4 only receive records of the result of the tabulation operation performed by the preceding data tabulation unit, the data tabulation unit 3 and the data tabulation unit 4 perform the tabulation calculation depending on the number of records. Can not do. In order for the data tallying device 1 to perform the tallying operation depending on the number of records, it is necessary to operate only the data tallying unit 2 without operating the data tallying unit 3 and the data tallying device 4. .

【0080】なお、データ集計装置1で行う多次元集計
演算の次元数がデータ集計装置1内のデータ集計部の数
より小さい場合には、上記次元数の分についてのデータ
集計部のみを動作させるようにすればよい。
If the number of dimensions of the multidimensional totaling operation performed by the data totaling device 1 is smaller than the number of data totaling units in the data totaling device 1, only the data totalizing unit for the above-mentioned number of dimensions is operated. What should I do?

【0081】実施の形態2.実施の形態2であるデータ
集計装置は、n個の項目データとこれらに対応する集計
対象データとからなる複数のレコードを用いて多次元集
計演算を行う。この際、上記複数のレコードは、予めソ
ート装置により上位の項目順にソートされている。
Embodiment 2 The data aggregation device according to the second embodiment performs a multidimensional aggregation operation using a plurality of records including n item data and corresponding aggregation target data. At this time, the plurality of records are sorted in advance by the sorting device in the order of higher-ranked items.

【0082】本実施の形態においても、多次元集計演算
の一例として、2個の項目データ(項目1の項目デー
タ、項目2の項目データ)とこれらに対応する集計対象
データ(項目3の集計対象データ)とからなる複数のレ
コードを用いて3次元集計演算を行う場合について説明
する。
Also in the present embodiment, as an example of a multidimensional totaling operation, two item data (item data of item 1 and item data of item 2) and corresponding data to be totaled (item 3 The case where the three-dimensional totaling calculation is performed using a plurality of records consisting of

【0083】(3)データ集計装置の構成 図4は、実施の形態2であるデータ集計装置を示すブロ
ック図である。図4に示すデータ集計装置において、図
1、図2に示す構成要素と同一要素には同一符号を付し
てその説明を省略する。
(3) Configuration of Data Aggregation Apparatus FIG. 4 is a block diagram showing a data aggregation apparatus according to the second embodiment. In the data totaling device shown in FIG. 4, the same components as those shown in FIGS. 1 and 2 are denoted by the same reference numerals, and description thereof will be omitted.

【0084】本実施の形態におけるデータ集計装置30
では、複数のデータ集計部2、3、4が、キーの項目数
を相互に異ならせて、並列に接続されている。
Data aggregation device 30 in the present embodiment
In this example, a plurality of data tabulation units 2, 3, and 4 are connected in parallel with different numbers of key items.

【0085】出力制御部5は、各データ集計部2、3、
4の集計演算部10から出力される各レコードを上位の
項目順にソートしながら出力順にまとめる。
The output control unit 5 includes the data totaling units 2, 3,
The records output from the tallying operation unit 10 are sorted in the output order while being sorted in the order of the higher order items.

【0086】なお、本実施の形態においては、データ集
計装置内に配置されるデータ集計部の数は3個に限定さ
れず、任意の数のデータ集計部を配置させることが可能
である。例えば、n個の項目データとこれらに対応する
集計対象データとからなる複数のレコードを用いて多次
元集計演算を行うときには、(n+1)次元の集計演算
が行われる。この場合には、データ集計装置内におい
て、(n+1)個のデータ集計部を、キーの項目数を相
互に異ならせて、並列に接続させる。
In the present embodiment, the number of data tabulation units arranged in the data tabulation device is not limited to three, and any number of data tabulation units can be arranged. For example, when performing a multidimensional totaling operation using a plurality of records including n items of data and corresponding target data, an (n + 1) -dimensional totaling operation is performed. In this case, (n + 1) data tabulation units are connected in parallel in the data tabulation device with the number of key items being different from each other.

【0087】データ集計装置の動作について以下に説明
する。
The operation of the data collection device will be described below.

【0088】(4)データ集計装置の動作 上述のように構成されたデータ集計装置の動作について
以下にような動作が行われる。即ち、(4−1)外部か
らの指示により、レコード構成情報レジスタと、集計演
算内容レジスタと、に必要な情報を記憶させる動作、
(4−2)各レジスタに記憶された情報に基づいて各部
を設定させる動作、(4−3)ソートされたレコードを
データ集計部2、3、4に連続的に入力して、各データ
集計部2、3、4から集計結果レコードが出力される動
作、が行われる。
(4) Operation of Data Aggregation Apparatus The operation of the data aggregation apparatus configured as described above is as follows. That is, (4-1) an operation of storing necessary information in a record configuration information register and a tally calculation content register in response to an instruction from the outside;
(4-2) Operation for setting each unit based on the information stored in each register, (4-3) Sorted records are continuously input to data tabulation units 2, 3, and 4, and each data tabulation The operation of outputting the aggregation result records from the units 2, 3, and 4 is performed.

【0089】なお、(4−1)記憶動作及び(4−2)
の設定動作については、実施の形態1と同様であるの
で、その説明を省略し、(4−3)の動作について以下
に説明する。なお、実施の形態1で説明した動作と同一
の動作については、その詳細な説明を省略する。
Note that (4-1) storage operation and (4-2)
Since the setting operation is the same as that of the first embodiment, the description thereof is omitted, and the operation of (4-3) will be described below. The detailed description of the same operation as that described in the first embodiment is omitted.

【0090】(4−3)ソートされた順に各レコードを
各データ集計部2、3、4に連続的に入力して、各デー
タ集計部2、3、4に各集計演算結果レコードを出力さ
せる動作 図12に示すソート済みの各レコードを各データ集計部
2、3、4に入力したときの動作について説明する。
(4-3) Each record is successively input to each data tabulation unit 2, 3, 4 in the sorted order, and each data tabulation unit 2, 3, 4 outputs each tabulation result record. Operation The operation when the sorted records shown in FIG. 12 are input to the data tabulation units 2, 3, and 4 will be described.

【0091】(4−3−1)データ集計部2の動作 本実施の形態であるデータ集計部2においても、実施の
形態1で示したデータ集計部2と同一の動作が行われ
る。実施の形態1のデータ集計部2と異なる動作は、集
計演算部10により出力される集計演算結果レコードが
出力制御部5のみへ出力されることである。
(4-3-1) Operation of Data Tabulation Unit 2 The data tabulation unit 2 according to the present embodiment performs the same operation as the data tabulation unit 2 shown in the first embodiment. The operation different from the data tabulation unit 2 of the first embodiment is that the tabulation calculation result record output by the tabulation calculation unit 10 is output only to the output control unit 5.

【0092】(4−3−2)データ集計部3の動作 本実施の形態であるデータ集計部3には、上記データ集
計部2と同様にソート済みの各レコードが入力される。
そして、入力された各レコードに対して、行われるキー
ブレイク検出処理及び集計演算処理は、実施の形態1の
データ集計部3と同一である。そして、集計演算部10
により出力される集計演算結果レコードは、出力制御部
5のみへ出力される。
(4-3-2) Operation of Data Tabulation Unit 3 The data tabulation unit 3 according to the present embodiment receives the sorted records in the same manner as the data tabulation unit 2 described above.
The key break detection process and the tallying calculation process performed on each input record are the same as those of the data tallying unit 3 of the first embodiment. Then, the counting operation unit 10
Is output to the output control unit 5 only.

【0093】(4−3−3)データ集計部4の動作 本実施の形態であるデータ集計部4には、上記データ集
計部3と同様にソート済みの各レコードが入力される。
そして、入力された各レコードに対して、行われる集計
演算処理は、実施の形態1のデータ集計部4と同一であ
る。
(4-3-3) Operation of Data Tabulation Unit 4 The data tabulation unit 4 according to the present embodiment receives the sorted records in the same manner as the data tabulation unit 3 described above.
The tallying operation performed on each input record is the same as that of the data tallying unit 4 of the first embodiment.

【0094】(4−3−4)出力制御部5の動作 出力制御部5は各データ集計部2、3、4の集計演算部
10から出力される各レコードを上位の項目順にソート
しながら、出力順にまとめて、図13(b)に示すよう
な集計演算結果データベースを出力する。
(4-3-4) Operation of Output Control Unit 5 The output control unit 5 sorts the records output from the tally calculation units 10 of the data tally units 2, 3, and 4 while sorting the records in the order of higher-ranking items. A totaling operation result database as shown in FIG.

【0095】なお、本実施の形態においては、ソート済
みの各レコードが並列に各データ集計部2、3、4へ入
力される。このため、合計値算出演算以外の1次元集計
演算処理を各データ集計部2、3、4がそれぞれ独立し
て行うことが可能である。
In the present embodiment, the sorted records are input to the data tabulation units 2, 3, and 4 in parallel. For this reason, the data tabulation units 2, 3, and 4 can independently perform one-dimensional tabulation calculation processing other than the sum value calculation calculation.

【0096】例えば、各データ集計部2、3、4の集計
演算方法指示レジスタ12にそれぞれ異なる集計演算方
法を指示する情報として、最大値算出演算、最小値算出
演算、平均値算出演算を指示する情報をそれぞれ記憶さ
せる。
For example, the maximum value calculation operation, the minimum value calculation operation, and the average value calculation operation are instructed to the total calculation method instruction registers 12 of the data totaling units 2, 3, and 4 as information indicating different total calculation methods. The information is stored respectively.

【0097】そして、キーの対象項目として項目1及び
項目2を指定する情報を各データ集計部2、3、4のレ
コード構成情報レジスタ11に記憶させる。そして、こ
れらの情報に基づいて、各データ集計部2、3、4のブ
レイク検出部9及び集計演算部10を設定させる。
Then, information for designating item 1 and item 2 as key target items is stored in the record configuration information register 11 of each of the data tabulation units 2, 3, and 4. Then, based on these pieces of information, the break detection unit 9 and the total calculation unit 10 of each of the data totaling units 2, 3, and 4 are set.

【0098】これにより、各データ集計部2、3、4に
ソート済みの各レコードを連続的に入力した場合、各デ
ータ集計部2、3、4から出力されるデータとして、そ
れぞれ、各レコードのキーの項目データに対応する集計
対象データのうちの最大値データ、各レコードのキーの
項目データに対応する集計対象データのうちの最小値デ
ータ、各レコードのキーの項目データに対応する集計対
象データの平均値データが出力される。但し、この場合
においては、3つの独立した1次元集計演算処理が行わ
れるのみであり、3次元集計演算処理は行われない。
Thus, when the sorted records are continuously input to the data tabulation units 2, 3, and 4, the data output from the data tabulation units 2, 3, and 4 are the data of each record. The maximum value data of the aggregation target data corresponding to the key item data, the minimum value data of the aggregation target data corresponding to the key item data of each record, and the aggregation target data corresponding to the key item data of each record Is output. However, in this case, only three independent one-dimensional total calculation processes are performed, and no three-dimensional total calculation process is performed.

【0099】本実施の形態においても、実施の形態1と
同様に、簡単なハードウェア構成であるデータ集計部を
並列に接続するだけで、複雑な集計演算処理を行うこと
ができる。
In this embodiment, as in the first embodiment, complicated aggregation calculation processing can be performed only by connecting data aggregation units having a simple hardware configuration in parallel.

【0100】実施の形態3.4次元以上の次元数の多次
元集計演算処理を行う場合、1つのデータ集計装置内に
複数(例えば4個以上)のデータ集計部を配置させる
と、装置の規模が大きくなると共に、そのコストも高く
なる。また、3つのデータ集計部が配置されたデータ集
計装置を複数個接続させても、同様に、システムの規模
が大きくなると共に、そのコストも高くなる。
Embodiment 3 In the case of performing a multi-dimensional totaling operation processing of four or more dimensions, if a plurality of (for example, four or more) data totaling units are arranged in one data totalizing apparatus, the scale of the apparatus becomes large. And the cost increases. Further, even if a plurality of data tallying devices in which three data tallying units are arranged are connected, similarly, the scale of the system increases and the cost increases.

【0101】本実施の形態であるデータ集計装置は、実
施の形態1のデータ集計装置を改良することにより、4
次元以上の次元数の多次元集計演算処理を行う。これに
より、データ集計装置の規模を小さくしながら、4次元
以上の次元数の多次元集計演算処理を行うことができ
る。
The data totaling device according to the present embodiment is improved by improving the data totaling device according to the first embodiment.
Performs multi-dimensional aggregation calculation processing for the number of dimensions equal to or greater than the dimension. This makes it possible to perform multidimensional totaling calculation processing of four or more dimensions while reducing the scale of the data totaling device.

【0102】本実施の形態のデータ集計装置には、例え
ば、以下に示す構成のレコードが複数入力される。即
ち、項目1(地方名)、項目2(都道府県名)、項目3
(都市名)、項目4(製品名)及び項目5(集計対象デ
ータ)からなるレコードが複数入力される。本実施の形
態においては、多次元集計演算の一例として、上記レコ
ードの集計対象データを用いた5次元集計演算を行う場
合について説明する。上記各レコードもデータ集計装置
に入力される前に、予めソート装置により上位の項目順
にソートされている。
In the data totaling apparatus of the present embodiment, for example, a plurality of records having the following configuration are input. That is, item 1 (local name), item 2 (prefecture name), item 3
A plurality of records including (city name), item 4 (product name), and item 5 (data to be totaled) are input. In the present embodiment, a case will be described as an example of a multidimensional totaling operation in which a five-dimensional totaling operation is performed using the data to be totalized in the record. Each of the records is also sorted by the sorting device in the order of higher rank items before being input to the data totaling device.

【0103】(5)データ集計装置の構成 図5は、実施の形態3であるデータ集計装置40の構成
を示す図である。実施の形態3であるデータ集計装置4
0において、実施の形態1であるデータ集計装置1と異
なる点は、最後段に接続されたデータ集計部4に、各集
計演算結果レコードを出力する出力部41が設けられて
いる点にある。なお、図1と同一構成要素には同一符号
を付してその説明は省略する。
(5) Configuration of Data Aggregation Device FIG. 5 is a diagram showing a configuration of a data aggregation device 40 according to the third embodiment. Data aggregation device 4 according to the third embodiment
0 is different from the data totaling apparatus 1 of the first embodiment in that an output unit 41 for outputting each totaling calculation result record is provided in the data totaling unit 4 connected at the last stage. The same components as those in FIG. 1 are denoted by the same reference numerals, and description thereof is omitted.

【0104】(6)データ集計装置40の動作 本実施の形態のデータ集計装置の動作を以下に示す。こ
の際、データ集計装置40では、5次元集計演算は一度
に行えないので、先ず、3次元集計演算を行い、この集
計演算結果を用いて、残りの2次元集計演算を行う。
(6) Operation of Data Aggregation Device 40 The operation of the data aggregation device of the present embodiment will be described below. At this time, since the data totaling device 40 cannot perform the five-dimensional totaling operation at one time, first, the three-dimensional totalizing operation is performed, and the remaining two-dimensional totaling operation is performed using the totaling result.

【0105】(6A)始めの3次元集計演算動作につい
て (6−1−1)先ず、各レコードがデータ集計装置40
に入力される前に、各データ集計部2、3、4のレコー
ド構成情報レジスタ11及び集計演算方法指示レジスタ
12にそれぞれ所定の情報を記憶させる。
(6A) First Three-Dimensional Tabulation Operation (6-1-1) First, each record is stored in the data tabulation device 40.
Before the data is input to the data aggregation unit 2, predetermined information is stored in the record configuration information register 11 and the aggregation calculation method instruction register 12 of each of the data aggregation units 2, 3, and 4.

【0106】即ち、データ集計部2のレコード構成情報
レジスタ11には、項目1、項目2、項目3及び項目4
がキーであることを示すキー情報、項目5が集計対象で
あることを示す集計対象情報、マスクキー対象項目は存
在しないことを示すマスクキー情報が記憶される。
That is, item 1, item 2, item 3, and item 4 are stored in the record configuration information register 11 of the data totaling unit 2.
Are key information indicating that the item 5 is a key, tabulation target information indicating that the item 5 is a tallying target, and mask key information indicating that there is no mask key target item.

【0107】データ集計部3のレコード構成情報レジス
タ11には、項目1、項目2及び項目3がキーであるこ
とを示すキー情報、項目5が集計対象であることを示す
集計対象情報、項目4がマスクキー対象であることを示
すマスクキー情報が記憶される。
The record configuration information register 11 of the data totaling unit 3 stores key information indicating that items 1, 2 and 3 are keys, totaling information indicating that item 5 is a totaling target, and item 4 Is stored as mask key information indicating that is a mask key target.

【0108】データ集計部4のレコード構成情報レジス
タ11には、項目1及び項目2がキーであることを示す
キー情報、項目5が集計対象であることを示す集計対象
情報、項目3及び項目4がマスクキー対象項目であるこ
とを示すマスクキー情報が記憶される。
The record configuration information register 11 of the data totaling unit 4 stores key information indicating that items 1 and 2 are keys, totaling target information indicating that item 5 is a totaling target, items 3 and 4 Is mask key information indicating that the item is a mask key target item.

【0109】各集計演算方法指示レジスタ12には、合
計値算出演算を指示する情報を記憶させる。
Each total calculation method instruction register 12 stores information instructing a total value calculation operation.

【0110】(6−1−2)次に、各レコード構成情報
レジスタ11及び各集計演算方法指示レジスタ12に記
憶された各情報に基づいて、各データ集計部2、3、4
のブレイク検出部9及び集計演算部10が設定される。
(6-1-2) Next, based on each information stored in each record configuration information register 11 and each totaling calculation method instruction register 12, each data totaling unit 2, 3, 4
Are set.

【0111】(6−1−3)続いて、ソート順に各レコ
ードがデータ集計部2に連続的に入力される。この結
果、データ集計部2では、項目1、項目2、項目3及び
項目4の項目データ毎の集計演算結果レコードの生成が
行われ、データ集計部3では、項目1、項目2及び項目
3の項目データ毎の集計演算結果レコードの生成が行わ
れ、データ集計部4では、項目1及び項目2の項目デー
タ毎の集計演算結果レコードの生成が行われる。そし
て、生成された各集計演算結果レコードが出力制御部5
へ出力される。この際、出力制御部5は、入力された各
集計演算結果レコードを出力しないで保持している。出
力部41から出力される各集計演算結果レコードをまと
めたデータベース42を図6(a)に示す。
(6-1-3) Subsequently, each record is successively input to the data totaling unit 2 in the sort order. As a result, the data tabulation unit 2 generates a tabulation calculation result record for each item data of item 1, item 2, item 3, and item 4, and the data tabulation unit 3 generates the item 1, item 2, and item 3 A totaling operation result record is generated for each item data, and the data totaling unit 4 generates a totaling operation result record for each item data of item 1 and item 2. Then, each of the generated total calculation result records is output to the output control unit 5.
Output to At this time, the output control unit 5 holds the input totalization result records without outputting them. FIG. 6A shows a database 42 in which the aggregation calculation result records output from the output unit 41 are summarized.

【0112】(6B)残りの2次元集計演算動作につい
て (6−1−4)続いて、残り2次元の集計演算処理を行
うために、データ集計部2、3、4の各部の設定をし直
す。即ち、データ集計部2では、項目1の項目データ毎
の集計演算結果レコードの生成、データ集計部3では、
入力される全てのレコードの集計対象データを集計演算
した集計演算結果レコードの生成を行えるように設定し
直す。
(6B) Remaining Two-Dimensional Tabulation Operation (6-1-4) Subsequently, in order to perform the remaining two-dimensional tabulation calculation processing, the respective sections of the data tabulation units 2, 3, and 4 are set. cure. That is, the data tabulation unit 2 generates a tabulation calculation result record for each item data of item 1, and the data tabulation unit 3
The settings are reset so that a totaling calculation result record can be generated by performing a totaling calculation on the totaling target data of all the input records.

【0113】この際、データ集計部2、3、4のレコー
ド構成情報レジスタ11及び集計演算方法指示レジスタ
12にそれぞれ所定の情報を記憶させる。即ち、データ
集計部2のレコード構成情報レジスタ11には、項目1
がキーであることを示すキー情報、項目5が集計対象で
あることを示す集計対象情報、項目2がマスクキー対象
であることを示すマスクキー情報が記憶される。これに
より、前に記憶した情報が書き換えられる。
At this time, predetermined information is stored in the record configuration information register 11 and the total calculation method instruction register 12 of the data totaling units 2, 3, and 4, respectively. That is, the record configuration information register 11 of the data totaling unit 2 stores the item 1
Are key information indicating that item 5 is a key, counting target information indicating that item 5 is a counting target, and mask key information indicating that item 2 is a masking key. Thereby, the previously stored information is rewritten.

【0114】データ集計部3のレコード構成情報レジス
タ11には、キーの対象項目は存在しないことを示すキ
ー情報、項目5が集計対象であることを示す集計対象情
報、項目1及び項目2がマスクキー対象であることを示
すマスクキー情報が記憶される。これにより、前に記憶
した情報が書き換えられる。
In the record configuration information register 11 of the data tabulation unit 3, key information indicating that there is no key target item, tabulation target information indicating that item 5 is a tabulation target, and items 1 and 2 are masked Mask key information indicating a key object is stored. Thereby, the previously stored information is rewritten.

【0115】データ集計部4のレコード構成情報レジス
タ11及び集計演算方法指示レジスタ12には、データ
集計部を動作させないという情報が記憶される。これに
より、前に記憶した情報が書き換えられる。
The record configuration information register 11 and the tallying operation method instruction register 12 of the data tallying unit 4 store information that the data tallying unit is not operated. Thereby, the previously stored information is rewritten.

【0116】(6−1−5)続いて、各レコード構成情
報レジスタ11及び各集計演算方法指示レジスタ12に
記憶された各情報に基づいて、データ集計部2、3、4
のブレイク検出部9及び集計演算部10が設定される。
(6-1-5) Subsequently, based on each information stored in each record configuration information register 11 and each totaling calculation method instruction register 12, the data totaling units 2, 3, 4
Are set.

【0117】(6−1−6)そして、データ集計部4の
出力部41から出力された項目1及び項目2の項目デー
タ毎に生成された各集計演算結果レコード(図6(a)
の各レコード)がデータ集計部2に入力されると、デー
タ集計部2では、項目1の項目データ毎の集計演算結果
レコードの生成が行われ、データ集計部3では、入力さ
れる全てのレコードの集計対象データを集計演算した結
果である集計演算結果レコードの生成が行われ、データ
集計部4では、集計演算結果レコードの生成が行われな
い。そして、各集計演算結果レコードが出力制御部5へ
出力される。
(6-1-6) Each tabulation result record generated for each item data of item 1 and item 2 output from the output section 41 of the data tabulation section 4 (FIG. 6 (a)
Are input to the data totaling unit 2, the data totaling unit 2 generates a totaling calculation result record for each item data of item 1, and the data totaling unit 3 generates all the input records. A totaling operation result record, which is a result of performing the totaling operation on the totaling target data, is generated, and the data totaling unit 4 does not generate the totaling operation result record. Then, each total calculation result record is output to the output control unit 5.

【0118】このようにして、各データ集計部2、3か
ら出力された各集計演算結果レコードが出力制御部5へ
送られる。出力制御部5は、上記各集計演算結果レコー
ドと、(6−1−3)で保持していた各集計演算結果レ
コードと、を合わせて上位の項目順にソートしながら、
出力順にまとめて、図6(b)に示すような集計演算結
果データベース44を出力する。
In this way, each totaling result record output from each data totaling unit 2, 3 is sent to the output control unit 5. The output control unit 5 sorts the totalized calculation result records and the totalized calculation result records held in (6-1-3) together in the order of the higher order items,
The totaling calculation result database 44 as shown in FIG.

【0119】このように、本実施の形態のデータ集計装
置では、複数回に分けて集計演算処理を行うことによ
り、任意の次元数の多次元集計演算処理を行うことが可
能となる。
As described above, in the data totaling apparatus of the present embodiment, by performing the totaling operation in a plurality of times, it is possible to perform the multidimensional totaling operation of an arbitrary number of dimensions.

【0120】なお、図6(b)のデータベース44を得
る方法として以下に示す方法もある。即ち、始めの3次
元集計演算動作により各データ集計部から出力された各
集計演算結果レコードを出力制御部5は、そのまま、C
PU又はソート装置へ出力する。そして、残りの2次元
集計演算動作により各データ集計部から出力された各集
計演算結果レコードを出力制御部5は、そのまま、上記
CPU又はソート装置へ出力する。そして、上記CPU
又はソート装置が、受け取った各集計演算結果レコード
を制御して上位の項目順にソートしてまとめてもよい。
Incidentally, there is also a method shown below for obtaining the database 44 of FIG. 6B. That is, the output control unit 5 outputs the totaling calculation result records output from each data totaling unit by the first three-dimensional totaling calculation operation to C
Output to PU or sorting device. Then, the output control unit 5 outputs each tally operation result record output from each data tally unit by the remaining two-dimensional tally operation to the CPU or the sorting device as it is. And the CPU
Alternatively, the sorting device may control the received total calculation result records to sort and combine them in the order of the higher-order items.

【0121】本実施の形態において、データ集計装置4
0の最後段のデータ集計部には、出力部41が設けられ
ている。このため、4次元以上の次元数の多次元集計演
算処理を行う際に、コストや実装面積の制限等により、
複数のデータ集計装置を使用することができない場合で
も、以下のようにして多次元集計演算処理を行うことが
できる。即ち、出力部41から出力された各レコードを
再度、データ集計装置40のデータ集計部2に入力する
ことによって、4次元以上の次元数の多次元集計演算処
理を行うことができる。
In this embodiment, the data totaling device 4
The output section 41 is provided in the data tabulation section at the last stage of “0”. For this reason, when performing multi-dimensional totaling calculation processing of four or more dimensions, due to limitations on cost and mounting area, etc.
Even when a plurality of data tabulation devices cannot be used, a multidimensional tabulation operation can be performed as follows. That is, by inputting each record output from the output unit 41 to the data totaling unit 2 of the data totaling device 40 again, it is possible to perform a multidimensional totaling calculation process of four or more dimensions.

【0122】実施の形態4.本実施の形態であるデータ
集計装置は、4次元以上の次元数の多次元集計演算処理
を行う場合に適用される。
Embodiment 4 The data tallying device according to the present embodiment is applied to a case where multidimensional tallying calculation processing of four or more dimensions is performed.

【0123】本実施の形態のデータ集計装置50には、
以下に示す構成のレコードが複数入力される。即ち、項
目1(地方名)、項目2(都道府県名)、項目3(都市
名)、項目4(製品名)及び項目5(集計対象データ)
からなるレコードが複数入力される。本実施の形態にお
いては、多次元集計演算の一例として、これらのレコー
ドの集計対象データを用いた5次元集計演算を行う場合
について説明する。
The data totaling device 50 according to the present embodiment includes:
A plurality of records having the following configurations are input. That is, item 1 (local name), item 2 (prefecture name), item 3 (city name), item 4 (product name), and item 5 (data to be tabulated)
Are input. In the present embodiment, as an example of a multidimensional totaling operation, a case will be described in which a five-dimensional totaling operation is performed using the data to be totalized of these records.

【0124】(7)データ集計装置の構成 図7は、実施の形態4であるデータ集計装置50の構成
を示す図である。実施の形態4であるデータ集計装置5
0においては、実施の形態3であるデータ集計装置40
a,40bが2つ直列に接続されている。なお、図5と
同一構成要素については、その説明を省略する。
(7) Configuration of Data Aggregation Device FIG. 7 is a diagram showing the configuration of a data aggregation device 50 according to the fourth embodiment. Data totaling device 5 according to the fourth embodiment
0, the data totaling device 40 of the third embodiment
a and 40b are connected in series. The description of the same components as those in FIG. 5 is omitted.

【0125】また、本実施の形態では、各集計演算結果
レコードを受け取る出力制御部5a,5bが2つある。
これらの出力制御部5a,5bはそれぞれ独立に動作す
る。このため、本実施の形態においては、2つの出力制
御部5a,5bから出力されるレコードを共に、受け取
る出力制御装置を配置する。この出力制御装置は、各出
力制御部から出力される各レコードを上位の項目順にソ
ートしながらまとめることができる。
In the present embodiment, there are two output control units 5a and 5b that receive each calculation result record.
These output control units 5a and 5b operate independently. Therefore, in the present embodiment, an output control device that receives both records output from the two output control units 5a and 5b is arranged. This output control device can combine the records output from the output control units while sorting the records in the order of the higher-ranking items.

【0126】(8)データ集計装置の動作 本実施の形態のデータ集計装置50の動作を以下に示
す。
(8) Operation of Data Aggregation Device The operation of the data aggregation device 50 according to the present embodiment will be described below.

【0127】(8−1−1)先ず、各レコードが入力さ
れる前に、各データ集計部のレコード構成情報レジスタ
及び集計演算内容指示レジスタにそれぞれ所定の情報を
記憶させる。即ち、データ集計部2aのレコード構成情
報レジスタには、項目1、項目2、項目3及び項目4が
キーであることを示すキー情報、項目5が集計対象であ
ることを示す集計対象情報、マスクキー対象項目は存在
しないことを示すマスクキー情報が記憶される。
(8-1-1) First, before each record is input, predetermined information is stored in the record configuration information register and the totaling operation content instruction register of each data totaling unit. That is, in the record configuration information register of the data totaling unit 2a, key information indicating that item 1, item 2, item 3, and item 4 are keys, aggregation target information indicating that item 5 is an aggregation target, and a mask Mask key information indicating that there is no key target item is stored.

【0128】データ集計部3aのレコード構成情報レジ
スタには、項目1、項目2及び項目3がキーであること
を示すキー情報、項目5が集計対象であることを示す集
計対象情報、項目4がマスクキー対象であることを示す
マスクキー情報が記憶される。
The record configuration information register of the data totaling unit 3a stores key information indicating that items 1, 2, and 3 are keys, totaling information indicating that item 5 is a totaling target, and item 4 Mask key information indicating a mask key is stored.

【0129】データ集計部4aのレコード構成情報レジ
スタには、項目1及び項目2がキーであることを示すキ
ー情報、項目5が集計対象であることを示す集計対象情
報、項目3及び項目4がマスクキー対象項目であること
を示すマスクキー情報が記憶される。
In the record configuration information register of the data totaling unit 4a, key information indicating that items 1 and 2 are keys, totaling target information indicating that item 5 is a totaling target, and items 3 and 4 are stored. Mask key information indicating a mask key target item is stored.

【0130】データ集計部2bのレコード構成情報レジ
スタには、項目1がキーであることを示すキー情報、項
目5が集計対象であることを示す集計対象情報、項目
2、項目3及び項目4がマスクキー対象項目であること
を示すマスクキー情報が記憶される。
In the record configuration information register of the data tabulation unit 2b, key information indicating that item 1 is a key, tabulation target information indicating that item 5 is a tabulation target, and item 2, item 3, and item 4 are stored. Mask key information indicating a mask key target item is stored.

【0131】データ集計部3bのレコード構成情報レジ
スタには、キーの対象項目は存在しないことを示すキー
情報、項目5が集計対象であることを示す集計対象情
報、項目1、項目2、項目3及び項目4がマスクキー対
象であることを示すマスクキー情報が記憶される。
In the record configuration information register of the data totaling unit 3b, key information indicating that there is no key target item, totaling target information indicating that item 5 is a totaling target, item 1, item 2, item 3 And mask key information indicating that item 4 is a mask key object.

【0132】各データ集計部の集計演算内容指示レジス
タには、合計値算出演算を指示する情報を記憶させる。
The information for instructing the sum calculation is stored in the summation calculation instruction register of each data summation unit.

【0133】なお、データ集計部4bのレコード構成情
報レジスタ11及び集計演算方法指示レジスタ12に
は、データ集計部4bを動作させないという情報が記憶
される。
The record configuration information register 11 and the tallying operation method instruction register 12 of the data tallying unit 4b store information indicating that the data tallying unit 4b is not operated.

【0134】(8−1−2)次に、各レコード構成情報
レジスタ及び各集計演算方法指示レジスタ12に記憶さ
れた各情報に基づいて、各データ集計部のブレイク検出
部及び集計演算部が設定される。
(8-1-2) Next, based on each information stored in each record configuration information register and each total calculation method instruction register 12, the break detection unit and total calculation unit of each data total unit are set. Is done.

【0135】(8−1−3)そして、ソート順に各レコ
ードがデータ集計部2aに連続的に入力されると、デー
タ集計部2aでは、項目1、項目2、項目3及び項目4
の項目データ毎の集計演算結果レコードの生成が行わ
れ、データ集計部3aでは、項目1、項目2及び項目3
の項目データ毎の集計演算結果レコードの生成が行わ
れ、データ集計部4aでは、項目1,項目2の項目デー
タ毎の集計演算結果レコードの生成が行われ、データ集
計部2bでは、項目1の項目データ毎の集計演算結果レ
コードの生成が行われる。データ集計部3bでは、入力
される全てのレコードの集計対象データを用いた集計演
算が行われることにより、集計演算結果レコードの生成
が行われる。なお、データ集計部4bでは、集計演算結
果レコードの生成が行われない。そして、データ集計部
2a、3a、4aから出力された各集計演算結果レコー
ドが、出力制御部5aへ入力され、データ集計部2b、
3bから出力された各集計演算結果レコードが、出力制
御部5bへ入力される。
(8-1-3) Then, when the records are successively input to the data tabulation unit 2a in the sort order, the data tabulation unit 2a outputs items 1, 2, 3, and 4
A totaling operation result record is generated for each item data of item 1, and the data totaling unit 3a generates item 1, item 2, and item 3
A totaling operation result record is generated for each item data item, the data totaling unit 4a generates a totaling operation result record for each item data of item 1 and item 2, and the data totaling unit 2b generates a totaling operation result record for item 1. Generation of a total calculation result record for each item data is performed. The data tabulation unit 3b generates a tabulation calculation result record by performing a tabulation operation using the tabulation target data of all input records. Note that the data tabulation unit 4b does not generate a tabulation calculation result record. Then, the tallying operation result records output from the data tallying units 2a, 3a, 4a are input to the output control unit 5a, and the data tallying unit 2b,
Each tabulation result record output from 3b is input to the output control unit 5b.

【0136】各出力制御部5a、5bは、それぞれ、各
レコードを上位の項目順にソートしながら、出力順にま
とめる。そして、各出力制御部5a、5bから出力され
たレコードを出力制御装置(図示せず)が受け取り、出
力制御装置は、図6(b)に示すような集計演算結果デ
ータベースを出力する。
The output control units 5a and 5b sort the records in the order of output while sorting the records in the order of the higher order items. Then, the output control unit (not shown) receives the records output from each of the output control units 5a and 5b, and the output control unit outputs a tabulation calculation result database as shown in FIG. 6B.

【0137】なお、上記出力制御装置の代わりとして、
CPUやソート装置を用いてもよい。
As an alternative to the output control device,
A CPU or a sorting device may be used.

【0138】本実施の形態においては、各データ集計装
置40を複数個直列につなげていくだけで、多次元集計
演算処理が可能となる。また、実施の形態4のように、
多次元集計演算処理の最中に、各データ集計部に対し
て、1度設定した集計演算処理の設定を変える必要がな
い。
In this embodiment, a multidimensional totaling operation can be performed only by connecting a plurality of data totaling devices 40 in series. Also, as in Embodiment 4,
It is not necessary to change the setting of the aggregation operation once set for each data aggregation unit during the multidimensional aggregation operation.

【0139】実施の形態5.実施の形態5であるデータ
集計装置は、n個の項目データとこれらに対応する集計
対象データとからなる複数のレコードを用いて、複数の
CPUにより多次元集計演算を行う。即ち、実施の形態
5では、マルチプロセッサシステムを利用して多次元集
計演算を行う。この際、上記複数のレコードは、予めソ
ート装置により上位の項目順にソートされている。
Embodiment 5 FIG. The data totaling apparatus according to the fifth embodiment performs a multidimensional totaling calculation by a plurality of CPUs using a plurality of records including n item data and corresponding target data. That is, in the fifth embodiment, a multidimensional totaling operation is performed using a multiprocessor system. At this time, the plurality of records are sorted in advance by the sorting device in the order of higher-ranked items.

【0140】本実施の形態においては、多次元集計演算
処理の一例として、2個の項目データ(項目1の項目デ
ータ、項目2の項目データ)とこれらに対応する集計対
象データとからなる複数のレコードを用いて3次元集計
演算を行う場合について説明する。
In the present embodiment, as an example of the multidimensional totaling calculation processing, a plurality of item data (item data of item 1 and item data of item 2) and a plurality of data to be totaled corresponding to these items are calculated. A case in which a three-dimensional aggregation operation is performed using records will be described.

【0141】(9)データ集計装置の構成 (全体構成)図8は、本実施の形態であるデータ集計装
置の構成を示す図である。実施の形態5であるデータ集
計装置60は、複数(3個)の1次元集計演算をそれぞ
れ命令する複数(3個)のデータ集計命令が記憶された
記憶部61と、各データ集計命令に基づいて、各1次元
集計演算を行う各CPU62、63、64と、各CPU
から出力された集計演算結果レコードを受け取り所定の
制御を行った後、出力する出力制御部65と、を有す
る。なお、CPU62、63、64は、それぞれ、集計
対象データを用いて集計演算を行う集計演算カウンタを
有する。
(9) Configuration of Data Aggregation Device (Overall Configuration) FIG. 8 is a diagram showing the configuration of the data aggregation device according to the present embodiment. The data totaling device 60 according to the fifth embodiment includes a storage unit 61 storing a plurality (three) of data totaling instructions for instructing a plurality of (three) one-dimensional totaling operations, respectively, based on each data totaling instruction. CPUs 62, 63, and 64 that perform each one-dimensional aggregation operation, and each CPU
And an output control unit 65 that receives a totaling operation result record output from the server, performs predetermined control, and outputs the result. Each of the CPUs 62, 63, and 64 has a tally calculation counter that performs a tally calculation using tally data.

【0142】(記憶部61)記憶部61には、連続的に
入力される2つのレコードに対して、上位順に指定され
た複数個の項目をキーとしたとき、相互のキーの項目デ
ータが異なるキーブレイクを検出するキーブレイク検出
ステップと、キーの項目データが同一であるレコードの
集計対象データを集計演算して集計データを生成すると
共に、キーブレイクが検出されたとき、前記集計データ
とこれに対応するキーの項目データとを対応づけたレコ
ードを出力する集計演算ステップと、を有する(n+
1)個(本実施の形態では、3個)のデータ集計命令が
記憶されている。そして、各データ集計命令内で指定さ
れているキーの項目数が相互に異なっている(各CPU
62、63、64)。
(Storage Unit 61) In the storage unit 61, when a plurality of items specified in the higher order are used as keys for two consecutively input records, the item data of the keys differ from each other. A key break detection step of detecting a key break, and a tabulation operation is performed on tabulation target data of records having the same key item data to generate tabulation data, and when a key break is detected, the tabulation data and the A totaling operation step of outputting a record in which the item data of the corresponding key is associated with (n +
1) (three in this embodiment) data totaling instructions are stored. Then, the number of key items specified in each data totaling instruction is different from each other (each CPU
62, 63, 64).

【0143】各CPU62、63、64は、各データ集
計命令をそれぞれ解読及び実行する。そして、各CPU
62、63、64は、解読及び実行するデータ集計命令
のキーの項目数が多い順に、直列に接続されている。本
実施の形態においては、2個の項目データ(項目1の項
目データ、項目2の項目データ)とこれらに対応する集
計対象データとからなる複数のレコードを用いて3次元
集計演算を行う。このため、CPUは3個直列に接続さ
れれば、3次元集計演算処理を行うことができる。
Each of the CPUs 62, 63, 64 decodes and executes each data totaling command. And each CPU
Reference numerals 62, 63, and 64 are connected in series in descending order of the number of key items of the data totaling command to be decoded and executed. In the present embodiment, a three-dimensional totaling operation is performed using a plurality of records including two item data (item data of item 1 and item data of item 2) and corresponding data to be totaled. Therefore, if three CPUs are connected in series, it is possible to perform a three-dimensional totaling calculation process.

【0144】なお、本実施の形態においては、データ集
計装置内に配置されるCPUの数は3個に限定されず、
任意の数のCPUを配置させることが可能である。例え
ば、n個の項目データとこれらに対応する集計対象デー
タとからなる複数のレコードを用いて多次元集計演算を
行うときには、(n+1)次元の集計演算が行われる。
この場合には、データ集計装置に、(n+1)個のCP
Uを、各CPUが解読及び実行する各データ集計命令で
指定されるキーの項目数を相互に異ならせて、上記キー
の項目数の多い順に直列に接続させる。そして、記憶部
61に、(n+1)個のデータ集計命令を記憶させる。
In the present embodiment, the number of CPUs arranged in the data totaling device is not limited to three.
It is possible to arrange an arbitrary number of CPUs. For example, when performing a multidimensional totaling operation using a plurality of records including n items of data and corresponding target data, an (n + 1) -dimensional totaling operation is performed.
In this case, (n + 1) CPs
U are connected in series in ascending order of the number of key items, with the number of key items specified by each data totaling instruction to be decrypted and executed by each CPU differing from each other. Then, the storage unit 61 stores (n + 1) data totaling instructions.

【0145】(出力制御部65)出力制御部65は、各
CPU62、63、64から出力される各集計演算結果
レコードを上位の項目順にソートしながら出力順にまと
める。
(Output Control Unit 65) The output control unit 65 sorts the total calculation result records output from each of the CPUs 62, 63 and 64 in the output order while sorting them in the order of the higher-ranking items.

【0146】このようにして構成されたデータ集計装置
60の動作について以下に説明する。
The operation of the data totaling apparatus 60 thus configured will be described below.

【0147】(10)データ集計装置60の動作 (10−1)各レコードがCPU62に入力される前
に、先ず、各CPU62、63、64は、記憶部61か
ら、それぞれ、各データ集計命令を読み出して、解読す
る。この際、各CPU62、63、64と各データ集計
命令(以下、第1データ集計命令、第2データ集計命
令、第3データ集計命令という)とはそれぞれ対応づけ
られている。そして、第1データ集計命令で指令される
キーの項目数が1番目に多く、第2データ集計命令で指
令されるキーの項目数が2番目に多く、第3データ集計
命令で指令されるキーの項目数がいちばん少なくなって
いる。
(10) Operation of Data Aggregation Device 60 (10-1) Before each record is input to the CPU 62, each of the CPUs 62, 63, and 64 first sends each data aggregation instruction from the storage unit 61. Read and decrypt. At this time, each of the CPUs 62, 63, and 64 is associated with each data totaling instruction (hereinafter, referred to as a first data totaling instruction, a second data totaling instruction, and a third data totaling instruction). Then, the number of key items instructed by the first data aggregation instruction is the first, the number of key items instructed by the second data aggregation instruction is the second largest, and the key instructed by the third data aggregation instruction Has the least number of items.

【0148】(データ集計命令のアルゴリズム)各デー
タ集計命令のアルゴリズムを図9に示すフローチャート
図を用いて説明する。なお、第1データ集計命令、第2
データ集計命令及び第3データ集計命令は、共に、同一
のアルゴリズムであり、指定するキーの項目数が異なる
のみである。
(Algorithm of Data Aggregation Instruction) The algorithm of each data aggregation instruction will be described with reference to the flowchart shown in FIG. In addition, the first data totaling instruction, the second
The data summarizing command and the third data summarizing command have the same algorithm, and differ only in the number of specified key items.

【0149】先ず、ステップS102(初期化ステッ
プ)では、各CPUが初期化処理を行う。この初期化処
理においては、実施の形態1で示した設定動作を行う。
この際、各情報(キー情報、マスクキー情報等)は、相
互に異なって、記憶部61に記憶されている。そして、
各CPUは、記憶部から自分に割り当てられた情報を読
み出し、これらの情報に基づいて、設定動作を行う。こ
の際、各CPUは、各集計演算カウンタをリセットさせ
ておく。
First, in step S102 (initialization step), each CPU performs an initialization process. In this initialization processing, the setting operation described in the first embodiment is performed.
At this time, each piece of information (key information, mask key information, and the like) is different from each other and stored in the storage unit 61. And
Each CPU reads information assigned to itself from the storage unit and performs a setting operation based on the information. At this time, each CPU resets each tally calculation counter.

【0150】ステップS104(各レコード入力ステッ
プ)では、各CPUは、連続的に入力されてくる各レコ
ードを取り込む。
In step S104 (each record input step), each CPU fetches each record that is continuously input.

【0151】ステップS106(キーブレイク検出ステ
ップ)では、各CPUは、キー情報により指定された項
目をキーとして、連続的に入力された2つのレコードの
相互のキーの項目データを比較する。そして、比較した
結果、キーの項目データは相互に異なるとき、キーブレ
イクを検出して、ステップS108へ移行する。一方、
比較した結果、キーの項目データが相互に同一のとき
は、ステップS112へ移行する。
In step S106 (key break detecting step), each CPU compares the item data of the keys of two consecutively input records with the item designated by the key information as a key. Then, as a result of the comparison, when the key item data are different from each other, a key break is detected, and the process proceeds to step S108. on the other hand,
As a result of the comparison, if the key item data is the same, the process proceeds to step S112.

【0152】ステップS108(集計演算ステップ)で
は、各CPUは、集計演算した集計データと、キーの項
目データと、を対応づけた集計演算結果レコードを出力
する。そして、ステップS110へ移行する。
In step S108 (total calculation step), each CPU outputs a total calculation result record that associates the total data calculated and the key item data. Then, control goes to a step S110.

【0153】ステップS110(集計演算ステップ)で
は、各CPUは、各集計演算カウンタによる集計演算動
作をリセットする。そして、ステップS112へ移行す
る。
At step S110 (total calculation step), each CPU resets the total calculation operation by each total calculation counter. Then, control goes to a step S112.

【0154】ステップS112(集計演算ステップ)で
は、各CPUは、キーの項目データが同一であるレコー
ドの集計対象データを用いて、各集計演算カウンタによ
り集計演算動作を行わせる。
In step S112 (totaling operation step), each CPU causes the totalizing operation counter to perform a totalizing operation by using the totaling target data of the records having the same key item data.

【0155】ステップS114では、各CPUは、入力
されるレコードがまだ存在するか否かを示す情報を受け
取り、入力データがまだ存在する場合には、各CPUは
ステップS104の動作へ移行する。一方、入力データ
が存在しない場合には、各CPUは、集計演算処理を終
了する。
In step S114, each CPU receives information indicating whether or not the input record still exists. If the input data still exists, each CPU proceeds to the operation in step S104. On the other hand, when there is no input data, each CPU ends the tallying calculation process.

【0156】(10−2)そして、各CPUは、解読し
た各データ集計命令に基づいて、各動作を行う。各動作
について以下に説明する。
(10-2) Each CPU performs each operation based on the decoded data totaling command. Each operation will be described below.

【0157】レコードが入力される前に、各CPUは、
それぞれ、初期化処理を行う。この初期化処理が各CP
Uにより行われた後、各CPUにより集計演算処理が行
われる。
Before a record is input, each CPU
Each performs an initialization process. This initialization process is performed for each CP.
After the processing is performed by U, the tally calculation processing is performed by each CPU.

【0158】(10−2−1)CPU62の動作 レコードが連続的に入力されると、CPU62は、項目
1及び項目2をキーとして、連続的に入力された2つの
レコードの相互のキーの項目データを比較する。比較の
結果、相互に同一であれば、CPUは、入力されたレコ
ードの集計対象データを用いて、集計演算カウンタに集
計演算させる。
(10-2-1) Operation of CPU 62 When records are continuously input, the CPU 62 uses the item 1 and item 2 as keys, and sets the items of the mutual keys of the two continuously input records. Compare the data. As a result of the comparison, if they are the same, the CPU causes the tallying calculation counter to perform tallying calculation using the tallying target data of the input record.

【0159】比較の結果、相互に異なれば、CPUは、
キーブレイクを検出する。検出されたキーブレイクに基
づいて、CPUは、集計演算カウンタにより集計演算さ
れた結果である集計データと、キーの項目データと、を
対応づけたレコードを出力する。このレコードは出力制
御部65へ送られると共に、CPU63へ送られる。そ
して、CPU62は、集計演算カウンタに対して、集計
演算動作をリセットさせ、キーブレイクが検出された後
のキーの項目データと同一の項目データを有するレコー
ドの集計対象データを用いて、集計演算カウンタに集計
演算を行わせる。
As a result of the comparison, if they are different from each other, the CPU
Detect key breaks. Based on the detected key break, the CPU outputs a record in which the tabulated data, which is the result of the tabulation calculation by the tabulation calculation counter, and the key item data are associated with each other. This record is sent to the output controller 65 and also sent to the CPU 63. Then, the CPU 62 causes the tallying operation counter to reset the tallying operation, and uses the tallying operation counter of the record having the same item data as the item data of the key after the key break is detected. To perform an aggregation operation.

【0160】そして、連続的に入力されるレコードに対
して、上述のように、各部による各動作が行われる。
[0160] Each operation is performed by each unit as described above for continuously input records.

【0161】(10−2−2)CPU63の動作 CPU62から出力されたレコードが入力されると、C
PU63は、項目1をキーとして、入力された2つのレ
コードの相互のキーの項目データを比較する。比較の結
果、相互に同一であれば、CPU63は、入力されたレ
コードの集計対象データを用いて、集計演算カウンタに
集計演算させる。
(10-2-2) Operation of CPU 63 When a record output from CPU 62 is input, C
The PU 63 compares the item data of the keys of the two input records with the item 1 as a key. As a result of the comparison, if they are the same, the CPU 63 causes the tallying calculation counter to perform tallying calculation using the tallying target data of the input record.

【0162】比較の結果、相互に異なれば、CPU63
は、キーブレイクを検出する。検出されたキーブレイク
に基づいて、CPU63は、集計演算カウンタにより集
計演算された結果である集計データと、キーの項目デー
タと、を対応づけたレコードを出力する。この際、CP
U63は、出力するレコードの項目データとして、項目
2の項目データはALLにする。このレコードは出力制
御部65へ送られると共に、CPU64へ送られる。そ
して、CPU63は、集計演算カウンタに対して集計演
算動作をリセットさせ、キーブレイクが検出された後の
キーの項目データと同一の項目データを有するレコード
の集計対象データを用いて、集計演算カウンタに新たな
集計演算を行わせる。
As a result of the comparison, if they are different from each other,
Detects a key break. Based on the detected key break, the CPU 63 outputs a record in which the tabulated data, which is the result of tabulated calculation by the tabulation calculation counter, and the key item data are associated with each other. At this time, CP
U63 sets ALL of the item data of item 2 as the item data of the record to be output. This record is sent to the output control unit 65 and also to the CPU 64. Then, the CPU 63 causes the tallying operation counter to reset the tallying operation, and uses the tallying target data of the record having the same item data as the item data of the key after the key break is detected, to the tallying operation counter. Causes a new aggregation operation to be performed.

【0163】そして、連続的に入力されるレコードに対
して、上述のように、各部による各動作が行われる。
Then, as described above, each operation is performed on each of the continuously input records.

【0164】(10−2−3)CPU64の動作 CPU63から出力されたレコードが入力されるが、C
PU64では、キー対象の項目が設定していないので、
キーブレイク検出が行われない。このため、CPU64
では、入力される全てのレコードの集計対象データを用
いた集計演算が行われる。そして、全てのレコードが入
力されたら、CPU64は、集計演算した結果である集
計データと、キーの項目データと、を対応づけたレコー
ドを出力する。この際、CPU64は、出力するレコー
ドの項目データとして、項目1の項目データは、AL
L、項目2の項目データはALLにする。
(10-2-3) Operation of CPU 64 The record output from the CPU 63 is input.
In PU64, since the items to be keyed are not set,
No key break detection. For this reason, the CPU 64
In the calculation, a totaling operation is performed using totaling target data of all the input records. When all the records have been input, the CPU 64 outputs a record in which the tabulated data, which is the result of the tabulation operation, is associated with the key item data. At this time, the CPU 64 determines that the item data of item 1 is AL
L, the item data of item 2 is ALL.

【0165】このようにして各データ集計部から各レコ
ードが出力される。
In this way, each record is output from each data totaling unit.

【0166】なお、各CPU62、63、64の動作に
おいては、1つのCPUデータ62の動作が終わってか
ら、次のCPU63の動作が始まり、CPU63の動作
が終わってから、CPU64の動作が始まるのではな
い。即ち、各CPU62,63,64の動作は同時に並
行して行われる。
In the operation of each of the CPUs 62, 63, and 64, the operation of the next CPU 63 starts after the operation of one CPU data 62 ends, and the operation of the CPU 64 starts after the operation of the CPU 63 ends. is not. That is, the operations of the CPUs 62, 63, and 64 are simultaneously performed in parallel.

【0167】(10−2−4)出力制御部65の動作 出力制御部65は、各CPU62、63、64から出力
される各集計演算結果レコードを上位の項目順にソート
しながら、出力順にまとめて、図13(b)に示すよう
な集計演算結果データベースを出力する。
(10-2-4) Operation of Output Control Unit 65 The output control unit 65 sorts the totalized calculation result records output from each of the CPUs 62, 63 and 64 in the order of the higher order items, and collects them in the output order. , And outputs a total calculation result database as shown in FIG.

【0168】本実施の形態においては、各キーの項目数
が相互に異なるように指定した各データ集計命令は、そ
れぞれ、各CPU62、63、64により実行される。
このため、従来技術のように、1つのCPUで全てのデ
ータ集計命令をまとめたデータ集計命令列を実行するの
ではなく、各CPU62、63、64がそれぞれ各デー
タ集計命令を実行する。この結果、各CPUの負担が低
減されて各CPUの処理速度が速くなる。
In the present embodiment, the respective data totaling instructions that are specified so that the number of items of each key are different from each other are executed by the respective CPUs 62, 63, and 64, respectively.
For this reason, the CPUs 62, 63, and 64 execute the respective data totaling instructions, instead of executing the data totaling instruction sequence in which all the data totaling instructions are collected by one CPU as in the related art. As a result, the load on each CPU is reduced, and the processing speed of each CPU is increased.

【0169】また、各CPUは、解読及び実行するデー
タ集計命令のキーの項目数が多い順に、直列に接続され
ているので、後段に接続されたCPUほど入力されるレ
コード数が少なくなる。このため、後段に接続されたC
PUの処理能力を低減するように構成することができ
る。また、各CPUの処理能力を同一にしておき、後段
のCPUに、集計演算処理以外の処理を行わせることも
できる。これにより、各CPUへの負荷を均一にさせる
ことができる。
Further, since the CPUs are connected in series in descending order of the number of keys of the key of the data totaling command to be decoded and executed, the number of input records becomes smaller as the CPU is connected at a later stage. For this reason, C
It can be configured to reduce the processing power of the PU. In addition, the processing capacity of each CPU may be set to be the same, and the subsequent CPU may perform processing other than the tallying calculation processing. As a result, the load on each CPU can be made uniform.

【0170】実施の形態6.図10は、本実施の形態で
あるデータ集計装置の構成を示す図である。なお、図8
と同一構成要素には同一符号を付してその詳細な説明は
省略する。実施の形態6であるデータ集計装置70にお
いて、実施の形態5であるデータ集計装置60と異なる
点は、各CPU62、63、64が、並列に接続されて
いる点にある。出力制御部65は、各CPU62、6
3、64から出力される各集計演算結果レコードを上位
の項目順にソートしながら出力順にまとめる。
Embodiment 6 FIG. FIG. 10 is a diagram illustrating a configuration of a data totaling device according to the present embodiment. FIG.
The same components as those described above are denoted by the same reference numerals, and detailed description thereof will be omitted. The data aggregation device 70 according to the sixth embodiment differs from the data aggregation device 60 according to the fifth embodiment in that the CPUs 62, 63, and 64 are connected in parallel. The output control unit 65 includes the CPUs 62 and 6
The totaling calculation result records output from 3, 64 are put together in the output order while being sorted in the order of the higher order items.

【0171】(データ集計装置の動作)各CPU62、
63、64は、記憶部61から各データ集計命令(第1
データ集計命令、第2データ集計命令、第3データ集計
命令)を読み出し、各データ集計命令を解読、実行す
る。
(Operation of Data Aggregation Apparatus) Each CPU 62
63 and 64 are each data totaling instruction (first
(Data totaling instruction, second data totaling instruction, and third data totaling instruction), and decodes and executes each data totaling instruction.

【0172】先ず、ソート順にレコードが連続的に入力
される前に、各CPUは、それぞれ、初期化処理を行
う。この初期化処理が各CPUにより行われた後、各C
PUにより集計演算処理が行われる。
First, before records are successively input in the sort order, each CPU performs an initialization process. After this initialization process is performed by each CPU, each C
Aggregation calculation processing is performed by the PU.

【0173】図12に示すソート済みの各レコードを各
CPUに入力したときの動作について説明する。なお、
実施の形態5で示した動作と同一動作についてはその説
明を省略する。
The operation when each of the sorted records shown in FIG. 12 is input to each CPU will be described. In addition,
The description of the same operations as those described in the fifth embodiment is omitted.

【0174】(11−1)CPU62の動作 本実施の形態であるCPU62においても、実施の形態
5で示したCPU62と同一の動作が行われる。実施の
形態5のCPU62と異なる動作は、CPU62による
出力される集計演算結果レコードが出力制御部65のみ
へ出力されることである。
(11-1) Operation of CPU 62 The same operation as that of the CPU 62 described in the fifth embodiment is performed in the CPU 62 according to the present embodiment. The operation different from that of the CPU 62 of the fifth embodiment is that the total calculation result record output by the CPU 62 is output only to the output control unit 65.

【0175】(11−2)CPU63の動作 本実施の形態であるCPU63には、上記CPU62と
同様に、ソート済みの各レコードが入力される。そし
て、入力された各レコードに対して、行われるキーブレ
イク検出処理及び集計演算処理は、実施の形態5のCP
U63と同一である。そして、CPU63により出力さ
れる集計演算結果レコードが出力制御部65のみへ出力
される。
(11-2) Operation of CPU 63 As in the case of the CPU 62, the sorted records are input to the CPU 63 of the present embodiment. The key break detection process and the tallying calculation process performed for each input record are the same as those of the fifth embodiment.
It is the same as U63. Then, the aggregation calculation result record output by the CPU 63 is output only to the output control unit 65.

【0176】(11−3)CPU64の動作 本実施の形態であるデータCPU64には、上記CPU
62、63と同様にソート済みの各レコードが入力され
る。そして、入力された各レコードに対して、行われる
集計演算処理は、実施の形態5のCPU64と同一であ
る。
(11-3) Operation of CPU 64 The data CPU 64 of the present embodiment includes the CPU
As in the case of 62 and 63, the sorted records are input. The tabulation calculation process performed on each input record is the same as that of the CPU 64 of the fifth embodiment.

【0177】(11−4)出力制御部65の動作 出力制御部65は各CPU62、63、64から出力さ
れる各レコードを上位の項目順にソートしながら、出力
順にまとめて、図13(b)に示すような集計演算結果
データベースを出力する。
(11-4) Operation of Output Control Unit 65 The output control unit 65 sorts the records output from the CPUs 62, 63 and 64 in the order of the higher-ranking items and collects them in the order of the output. And outputs a total calculation result database as shown in FIG.

【0178】本実施の形態においても、各CPU62、
63、64が各データ集計命令を実行するので、各CP
Uの負担が低減されてCPUの処理速度が速くなる。
Also in this embodiment, each CPU 62,
Since 63 and 64 execute each data totaling instruction, each CP
The load on U is reduced, and the processing speed of the CPU is increased.

【0179】[0179]

【発明の効果】請求項1に記載の発明によれば、データ
集計装置を構成している複数のデータ集計手段は、各キ
ーの項目数を相互に異ならせて、キーの項目数が多い順
に、直列に接続されている。このため、先ず、ソート順
に各レコードが入力されるデータ集計手段では、上位の
項目順に指定されたn個の項目の項目データ毎に集計デ
ータが生成される。次に、上記データ集計手段は、集計
データとこれに対応するキーの項目データとを対応づけ
たレコードを、上記データ集計手段と接続された後段の
データ集計手段に出力する。続いて、このデータ集計手
段は、上位の項目順に指定された(n−1)個の項目の
項目データ毎に集計データを生成する。そして、上記デ
ータ集計手段は上記集計データとこれに対応するキーの
項目データとを対応づけたレコードを、上記データ集計
手段と接続された後段のデータ集計手段に出力する。こ
のようにして、データ集計装置を構成している複数のデ
ータ集計手段は、それぞれ、複数個の項目の項目データ
毎に集計データを生成する。
According to the first aspect of the present invention, the plurality of data tabulation means constituting the data tabulation device make the number of items of each key different from each other, so that the number of key items is in descending order. , Are connected in series. For this reason, first, in the data totaling means in which each record is input in the sort order, the total data is generated for each item data of the n items specified in the order of the higher order items. Next, the data tabulation means outputs a record in which the tabulated data is associated with the item data of the key corresponding to the data to the data tabulation unit at a subsequent stage connected to the data tabulation means. Subsequently, the data tabulation means generates tabulated data for each item data of the (n-1) items specified in the order of the higher order items. Then, the data tabulation means outputs a record in which the tabulated data is associated with the item data of the key corresponding to the tabulated data to the data tabulation means at a subsequent stage connected to the data tabulation means. In this way, the plurality of data tallying units constituting the data tallying device respectively generate tally data for each item data of the plurality of items.

【0180】このため、データ集計装置全体として行う
集計演算処理は、複雑なものとなる。
[0180] For this reason, the tallying calculation process performed by the entire data tallying device is complicated.

【0181】一方、各データ集計手段が行っている処理
は、キーの項目の項目データ毎に、集計データを生成す
るだけである。この生成の際に行われるキーブレイク検
出処理及び集計演算処理は、比較的単純な処理である。
このため、簡単なハードウェア構成で各データ集計手段
を構成することができる。
On the other hand, the processing performed by each data totaling means only generates total data for each item data of the key item. The key break detection process and the tallying calculation process performed at the time of this generation are relatively simple processes.
For this reason, each data aggregation means can be configured with a simple hardware configuration.

【0182】従って、簡単なハードウェア構成であるデ
ータ集計手段を直列に接続するだけで、複雑な集計演算
処理を行うことができる。
Therefore, a complicated tallying operation can be performed only by connecting data tally means having a simple hardware configuration in series.

【0183】また、各データ集計手段は、キーの項目数
が多い順に、直列に接続されているので、後段に接続さ
れたデータ集計手段ほど入力されるレコード数が少なく
なる。このため、後段に接続されたデータ集計手段の処
理能力を低減するように構成することができる。この結
果、データ集計装置のコストを低減できる。
Further, since the data totaling means are connected in series in the descending order of the number of key items, the number of records to be input becomes smaller as the data totaling means is connected at a later stage. For this reason, it is possible to configure so as to reduce the processing capacity of the data aggregation means connected at the subsequent stage. As a result, the cost of the data totaling device can be reduced.

【0184】請求項2に記載の発明によれば、データ集
計装置を構成している複数のデータ集計手段は、各キー
の項目数を相互に異ならせて、並列に接続されている。
そして、複数のデータ集計手段はそれぞれ上位の項目順
に指定された複数個の項目の項目データ毎に集計データ
を生成する。この結果、簡単なハードウェア構成である
データ集計手段を並列に接続するだけで、複雑な集計演
算処理を行うことができる。
According to the second aspect of the present invention, the plurality of data tabulation means constituting the data tabulation device are connected in parallel with each key having a different number of items.
Then, the plurality of data totaling means generates total data for each item data of the plurality of items specified in the order of the higher order items. As a result, complicated aggregation calculation processing can be performed by simply connecting data aggregation means having a simple hardware configuration in parallel.

【0185】請求項3に記載の発明によれば、データ集
計装置の各集計演算手段から出力される各レコードは出
力制御手段により制御される。このため、各集計演算手
段から出力される各レコードが、どのような順序で出力
されても、出力制御手段が各レコードを上位の項目順に
ソートしながらまとめることができる。
According to the third aspect of the present invention, each record output from each totaling operation means of the data totaling device is controlled by the output control means. Therefore, regardless of the order in which the records output from the tallying calculation means are output, the output control means can sort the records while sorting them in the order of higher-ranking items.

【0186】請求項4又は5に記載の発明によれば、キ
ーの項目数が相互に異なっている各データ集計命令は、
それぞれ、各CPUにより実行される。このため、従来
技術のように、1つのCPUが、全てのデータ集計命令
をまとめたデータ集計命令列を実行するのではなく、各
CPUが各データ集計命令を実行するので、各CPUの
負担が低減されてCPUの処理速度が速くなる。
According to the invention described in claim 4 or 5, each data totaling command having a different number of key items is:
Each is executed by each CPU. For this reason, one CPU does not execute a data totaling instruction sequence in which all data totaling instructions are integrated as in the prior art, but each CPU executes each data totaling instruction. It is reduced and the processing speed of the CPU is increased.

【0187】請求項6に記載の発明によれば、各CPU
から出力される各レコードは出力制御手段により制御さ
れる。このため、各CPUから出力される各レコード
が、どのような順序で出力されても、出力制御手段が上
記レコードを上位の項目順にソートしながらまとめるこ
とができる。
According to the sixth aspect of the present invention, each CPU
Each record output from is controlled by output control means. Therefore, regardless of the order in which the records output from the CPUs are output in any order, the output control means can sort the records while sorting them in the order of the higher-ranked items.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 実施の形態1であるデータ集計装置の構成を
示す図である。
FIG. 1 is a diagram illustrating a configuration of a data aggregation device according to a first embodiment;

【図2】 実施の形態1であるデータ集計部の構成を示
す図である。
FIG. 2 is a diagram showing a configuration of a data tabulation unit according to the first embodiment.

【図3】 (a)は、実施の形態1であるデータ集計部
2から出力されたデータベースを示す図であり、(b)
は、実施の形態1であるデータ集計部3から出力された
データベースを示す図であり、(c)は、実施の形態1
であるデータ集計部4から出力されたデータベースを示
す図である。
FIG. 3A is a diagram illustrating a database output from a data totaling unit 2 according to the first embodiment, and FIG.
FIG. 3C is a diagram illustrating a database output from the data totaling unit 3 according to the first embodiment, and FIG.
FIG. 6 is a diagram showing a database output from a data totaling unit 4 which is a database.

【図4】 実施の形態2であるデータ集計装置の構成を
示す図である。
FIG. 4 is a diagram illustrating a configuration of a data aggregation device according to a second embodiment;

【図5】 実施の形態3であるデータ集計装置の構成を
示す図である。
FIG. 5 is a diagram showing a configuration of a data aggregation device according to a third embodiment.

【図6】 (a)は、実施の形態3である出力部から出
力されたデータベースを示す図であり、(b)は、出力
制御部から出力されたデータベースを示す図である。
FIG. 6A is a diagram illustrating a database output from an output unit according to the third embodiment, and FIG. 6B is a diagram illustrating a database output from an output control unit;

【図7】 実施の形態4であるデータ集計装置の構成を
示す図である。
FIG. 7 is a diagram illustrating a configuration of a data aggregation device according to a fourth embodiment.

【図8】 実施の形態5であるデータ集計装置の構成を
示す図である。
FIG. 8 is a diagram illustrating a configuration of a data aggregation device according to a fifth embodiment.

【図9】 実施の形態5である記憶部に記憶されたデー
タ集計命令のアルゴリズムを示すフローチャート図であ
る。
FIG. 9 is a flowchart illustrating an algorithm of a data totaling instruction stored in a storage unit according to the fifth embodiment.

【図10】 実施の形態6であるデータ集計装置の構成
を示す図である。
FIG. 10 is a diagram showing a configuration of a data aggregation device according to a sixth embodiment.

【図11】 従来の集計演算処理を行うシステムの構成
を示す図である。
FIG. 11 is a diagram showing a configuration of a conventional system for performing a tallying operation.

【図12】 従来のソート装置によりソートされたデー
タベースを示す図である。
FIG. 12 is a diagram showing a database sorted by a conventional sorting device.

【図13】 (a)は、従来の各集計演算カウンタに記
憶されていく集計データ値を示した図である。(b)
は、CPUから出力されたデータベースを示す図であ
る。
FIG. 13A is a diagram showing a total data value stored in each conventional total operation counter. (B)
FIG. 4 is a diagram showing a database output from a CPU.

【符号の説明】[Explanation of symbols]

1,30,40,40a,41a,50,60,70
データ集計装置、2,2a,2b,3,3a,3b,
4,4a,4b データ集計部、5,5a,5b,65
出力制御部、6 キーブレイク検出部、7 第1レコ
ードレジスタ、8第2レコードレジスタ、9 ブレイク
検出部、10 集計演算部、11 レコード構成情報レ
ジスタ、12 集計演算方法指示レジスタ、21,4
2,44,92,97 データベース、21a〜21
f,22a,22b,23,92a〜92q,97a〜
97f レコード、61 記憶部、62,63,64,
82CPU、80 ソート装置、93,94,95 集
計演算カウンタ。
1, 30, 40, 40a, 41a, 50, 60, 70
Data aggregation device, 2, 2a, 2b, 3, 3a, 3b,
4,4a, 4b Data tabulation unit, 5,5a, 5b, 65
Output control unit, 6 key break detection unit, 7 first record register, 8 second record register, 9 break detection unit, 10 total operation unit, 11 record configuration information register, 12 total operation method instruction register, 21, 4
2,44,92,97 database, 21a-21
f, 22a, 22b, 23, 92a to 92q, 97a to
97f records, 61 storage units, 62, 63, 64,
82 CPU, 80 sorting device, 93, 94, 95 totaling operation counter.

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 n個(nは整数)の項目データとこれら
に対応する集計対象データとからなる複数のレコードが
上位の項目順にソートされ、ソートされた各レコードの
集計対象データを用いて集計演算を行うデータ集計装置
において、 連続的に入力される2つのレコードに対して、上位順に
指定された複数個の項目をキーとしたとき、相互のキー
の項目データが異なるキーブレイクを検出するキーブレ
イク検出手段と、 キーの項目データが同一であるレコードの集計対象デー
タを集計演算して集計データを生成すると共に、キーブ
レイクが検出されたとき、前記集計データとこれに対応
するキーの項目データとを対応づけたレコードを出力す
る集計演算手段と、 を有する(n+1)個のデータ集計手段が、各キーの項
目数を相互に異ならせて、キーの項目数が多い順に、直
列に接続されていることを特徴とするデータ集計装置。
1. A plurality of records, each of which includes n (n is an integer) item data and corresponding data to be totaled, are sorted in the order of the higher-ranking items, and are totalized using the totalized data of each sorted record. In a data aggregation device that performs an operation, a key that detects a key break in which item data of different keys are different when two or more items specified in a higher order are used as keys for two consecutively input records A break detecting means for calculating tabulated data of records having the same key item data to generate tabulated data, and, when a key break is detected, the tabulated data and the corresponding key item data And (n + 1) data totaling means having a function of outputting a record in which the number of items of each key are different from each other. , The data totaling device being connected in series in descending order of the number of key items.
【請求項2】 n個(nは整数)の項目データとこれら
に対応する集計対象データとからなる複数のレコードが
上位の項目順にソートされ、ソートされた各レコードの
集計対象データを用いて集計演算を行うデータ集計装置
において、 ソート順に連続的に入力される2つのレコードに対し
て、上位順に指定された複数個の項目をキーとしたと
き、相互のキーの項目データが異なるキーブレイクを検
出するキーブレイク検出手段と、 キーの項目データが同一であるレコードの集計対象デー
タを集計演算して集計データを生成すると共に、キーブ
レイクが検出されたとき、前記集計データとこれに対応
するキーの項目データとを対応づけたレコードを出力す
る集計演算手段と、 を有する(n+1)個のデータ集計手段が、各キーの項
目数を相互に異ならせて、並列に接続されていることを
特徴とするデータ集計装置。
2. A plurality of records each including n (n is an integer) item data and corresponding data to be totaled are sorted in the order of the higher order items, and are totalized using the totalized data of each sorted record. In a data tabulation device that performs an operation, when two or more records specified consecutively are used as keys for two records that are consecutively input in sort order, a key break in which the item data of each key is different is detected. Key break detection means, and tabulation calculation of data to be tabulated of records having the same key item data to generate tabulated data, and when a key break is detected, the tabulated data and the key corresponding thereto are detected. (N + 1) data tabulation means having a function of outputting a record in which item data is associated with each other. A data totaling device characterized by being differently connected in parallel.
【請求項3】 前記各データ集計手段の集計演算手段か
ら出力される各レコードを上位の項目順にソートしなが
ら出力順にまとめる出力制御手段を有することを特徴と
する請求項1又は2に記載のデータ集計装置。
3. The data according to claim 1, further comprising an output control unit that sorts the records output from the tallying calculation unit of each of the data tallying units and sorts them in the order of output while sorting them in the order of higher-ranking items. Aggregation device.
【請求項4】 n個(nは整数)の項目データとこれら
に対応する集計対象データとからなる複数のレコードが
上位の項目順にソートされ、ソートされた各レコードの
集計対象データを用いて集計演算を行うデータ集計装置
において、 連続的に入力される2つのレコードに対して、上位順に
指定された複数個の項目をキーとしたとき、相互のキー
の項目データが異なるキーブレイクを検出するキーブレ
イク検出ステップと、キーの項目データが同一であるレ
コードの集計対象データを集計演算して集計データを生
成すると共に、キーブレイクが検出されたとき、前記集
計データとこれに対応するキーの項目データとを対応づ
けたレコードを出力する集計演算ステップと、を有する
(n+1)個のデータ集計命令が記憶されている記憶手
段と、 (n+1)個のデータ集計命令をそれぞれ解読及び実行
する(n+1)個のCPUと、を有し、 前記(n+1)個のデータ集計命令列は、キーの項目数
が相互に異なっており、 前記(n+1)個のCPUは、解読及び実行するデータ
集計命令のキーの項目数が多い順に、直列に接続されて
いることを特徴とするデータ集計装置。
4. A plurality of records each including n (n is an integer) item data and corresponding data to be totaled are sorted in the order of the higher-ranked items, and are totalized using the totalized data of each sorted record. In a data aggregation device that performs an operation, a key that detects a key break in which item data of different keys are different when two or more items specified in a higher order are used as keys for two consecutively input records A break detection step, and a tabulation operation is performed on tabulation target data of records having the same key item data to generate tabulation data, and when a key break is detected, the tabulation data and the corresponding key item data are generated. A storage means for storing (n + 1) data totaling instructions having a totaling operation step of outputting a record corresponding to and (n + 1) CPUs for decoding and executing (n + 1) data totaling instructions, respectively, wherein the (n + 1) data totaling instruction strings have different numbers of key items from each other; The (n + 1) CPUs are serially connected in descending order of the number of key items of a data totaling command to be decoded and executed.
【請求項5】 n個(nは整数)の項目データとこれら
に対応する集計対象データとからなる複数のレコードが
上位の項目順にソートされ、ソートされた各レコードの
集計対象データを用いて集計演算を行うデータ集計装置
において、 ソート順に連続的に入力される2つのレコードに対し
て、上位順に指定された複数個の項目をキーとしたと
き、相互のキーの項目データが異なるキーブレイクを検
出するキーブレイク検出ステップと、キーの項目データ
が同一であるレコードの集計対象データを集計演算して
集計データを生成すると共に、キーブレイクが検出され
たとき、前記集計データとこれに対応するキーの項目デ
ータとを対応づけたレコードを出力する集計演算ステッ
プと、を有する(n+1)個のデータ集計命令が記憶さ
れている記憶手段と、 (n+1)個のデータ集計命令をそれぞれ解読及び実行
する(n+1)個のCPUと、を有し、 前記(n+1)個のデータ集計命令は、キーの項目数が
相互に異なっており、 前記(n+1)個のCPUは、並列に接続されているこ
とを特徴とするデータ集計装置。
5. A plurality of records including n (n is an integer) item data and corresponding data to be totaled are sorted in the order of the higher order items, and are totaled using the totalized data of each sorted record. In a data tabulation device that performs an operation, when two or more records specified consecutively are used as keys for two records that are consecutively input in sort order, a key break in which the item data of each key is different is detected. A key break detection step to perform a tabulation operation on tabulation target data of records having the same key item data to generate tabulation data, and, when a key break is detected, the tabulation data and a key corresponding thereto are detected. A totaling operation step of outputting a record corresponding to the item data, and (n + 1) data totaling instructions stored therein. Means, and (n + 1) CPUs for decoding and executing (n + 1) data totaling instructions, respectively, wherein the (n + 1) data totaling instructions have different key item numbers from each other. The data aggregation device, wherein the (n + 1) CPUs are connected in parallel.
【請求項6】 前記各CPUから出力される各レコード
を上位の項目順にソートしながら出力順にまとめる出力
制御手段を有することを特徴とする請求項4又は5に記
載のデータ集計装置。
6. The data totaling device according to claim 4, further comprising an output control unit that sorts the records output from the CPUs and sorts the records in the order of higher rank items, and sorts the records in the order of output.
JP35686897A 1997-12-25 1997-12-25 Data aggregation device Expired - Fee Related JP3199680B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP35686897A JP3199680B2 (en) 1997-12-25 1997-12-25 Data aggregation device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP35686897A JP3199680B2 (en) 1997-12-25 1997-12-25 Data aggregation device

Publications (2)

Publication Number Publication Date
JPH11184843A true JPH11184843A (en) 1999-07-09
JP3199680B2 JP3199680B2 (en) 2001-08-20

Family

ID=18451169

Family Applications (1)

Application Number Title Priority Date Filing Date
JP35686897A Expired - Fee Related JP3199680B2 (en) 1997-12-25 1997-12-25 Data aggregation device

Country Status (1)

Country Link
JP (1) JP3199680B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016076100A (en) * 2014-10-07 2016-05-12 株式会社野村総合研究所 File division system and method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016076100A (en) * 2014-10-07 2016-05-12 株式会社野村総合研究所 File division system and method

Also Published As

Publication number Publication date
JP3199680B2 (en) 2001-08-20

Similar Documents

Publication Publication Date Title
JP5328099B2 (en) Data profiling
US9953069B2 (en) Business intelligence document
CN100383812C (en) Information processing apparatus and method, and program
US10884736B1 (en) Method and apparatus for a low energy programmable vector processing unit for neural networks backend processing
Shahbahrami et al. Parallel implementation of Gray Level Co-occurrence Matrices and Haralick texture features on cell architecture
CN110677402A (en) Data integration method and device based on intelligent network card
CN106682258B (en) Multi-operand addition optimization method and system in high-level comprehensive tool
JP3199680B2 (en) Data aggregation device
US6067099A (en) High-performance band combine function
CN103399727B (en) The saturated detector of hardware integer, detect saturated method and hardware unit thereof
CN111798286B (en) Item collocation method, item collocation model construction method and computer
US5826097A (en) Method of controlling execution of data flow program for performing correlated operation processing on data in the order received and apparatus therefor
JPH0619749A (en) Log data compression device
CN112579272B (en) Micro instruction distribution method, micro instruction distribution device, processor and electronic equipment
CN113094399B (en) Network flow multi-sequence matching method, system, equipment and readable storage medium
US11966745B2 (en) Sparse SIMD cross-lane processing unit
US20230259581A1 (en) Method and apparatus for floating-point data type matrix multiplication based on outer product
CN110807521B (en) Processing device, chip, electronic equipment and method supporting vector operation
US11250104B2 (en) Computer architecture for emulating a quadrilateral lattice correlithm object generator in a correlithm object processing system
CN111260069B (en) Data processing device, method, chip and electronic equipment
JPH09190336A (en) Bucket sort processing system using vector arithmetic unit
KR101202481B1 (en) Methods of scanning record using single instruction multiple data cpu architecture and apparatuses for using the same
JPH04177460A (en) Record processor
CN115563110A (en) Data processing method, data processing apparatus, readable storage medium, and data system
Nadikota et al. Hashing and pipelining techniques for association rule mining

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees