JP3061486B2 - Data sort processing system - Google Patents

Data sort processing system

Info

Publication number
JP3061486B2
JP3061486B2 JP4249901A JP24990192A JP3061486B2 JP 3061486 B2 JP3061486 B2 JP 3061486B2 JP 4249901 A JP4249901 A JP 4249901A JP 24990192 A JP24990192 A JP 24990192A JP 3061486 B2 JP3061486 B2 JP 3061486B2
Authority
JP
Japan
Prior art keywords
data
sorted
processing
blocks
sorting
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.)
Expired - Lifetime
Application number
JP4249901A
Other languages
Japanese (ja)
Other versions
JPH06103028A (en
Inventor
啓 吉江
忠宏 室谷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
PFU Ltd
Original Assignee
PFU Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by PFU Ltd filed Critical PFU Ltd
Priority to JP4249901A priority Critical patent/JP3061486B2/en
Publication of JPH06103028A publication Critical patent/JPH06103028A/en
Application granted granted Critical
Publication of JP3061486B2 publication Critical patent/JP3061486B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、ソート対象のデータ列
をデータの持つ属性値の大きさに従ってソートするよう
処理するデータソート処理システムに関し、特に、高速
にソート処理を実行できるようにするデータソート処理
システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data sort processing system for processing a data string to be sorted in accordance with the size of an attribute value of the data, and more particularly to a data sort processing system capable of performing a high-speed sort processing. The present invention relates to a sort processing system.

【0002】データ処理の様々な分野で、データ列をデ
ータ値やキー値等の属性値に従ってソートしていく処理
が実行されている。このソート処理は、ソート対象のデ
ータの数が多くなるに従って長い処理時間を要すること
になる。これから、ソート対象のデータの数が多くなる
ときにあっても、高速にソート処理を実行できるような
構成の構築が叫ばれている。
2. Description of the Related Art In various fields of data processing, a process of sorting data strings according to attribute values such as data values and key values is performed. This sort processing requires a longer processing time as the number of data to be sorted increases. From now on, construction of a configuration that can execute the sorting process at high speed even when the number of data to be sorted becomes large is called for.

【0003】[0003]

【従来の技術】従来、ソート処理を高速で実行する必要
があるときには、最初に、ソート対象のデータ列を単純
に複数のブロックに分割して、この各ブロック毎にソー
ト処理を実行し、続いて、ブロック間で順次データを比
較しながらソート処理を行っていくことで、全体のソー
ト処理を完成させるという2段階のソート処理手順に従
って、高速性を実現するという方法を採っていた。
2. Description of the Related Art Conventionally, when it is necessary to execute a sort process at high speed, first, a data string to be sorted is simply divided into a plurality of blocks, and the sort process is executed for each block. Then, by performing sort processing while sequentially comparing data between blocks, a method of realizing high speed according to a two-stage sort processing procedure of completing the entire sort processing has been adopted.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、このよ
うな従来技術のソート処理手順では、未だ処理時間が長
いという問題点があった。
However, such a conventional sort processing procedure has a problem that the processing time is still long.

【0005】本発明はかかる事情に鑑みてなされたもの
であって、ータ列をデータの持つ属性値の大きさに従
ってソートするよう処理するデータソート処理システム
にあって、従来技術よりも高速なソート処理を実現する
新たなデータソート処理システムの提供を目的とする。
[0005] The present invention was made in view of such circumstances, in the data sorting processing system for processing to sort according to the size of the attribute values with data rows of data, faster than the prior art The purpose of the present invention is to provide a new data sort processing system that realizes a simple sort process.

【0006】[0006]

【課題を解決するための手段】図1に本発明の原理構成
を図示する。図中、1は本発明を具備するデータ処理装
置である。このデータ処理装置1は、第1の展開手段1
0と、テーブル手段11と、分割手段12と、第2の展
開手段13と、ソート手段14と、連結手段15と、第
3の展開手段16と、登録手段17とを備える。
FIG. 1 shows the principle configuration of the present invention. In the figure, reference numeral 1 denotes a data processing device provided with the present invention. The data processing device 1 includes a first developing unit 1
0, a table unit 11, a dividing unit 12, a second expanding unit 13, a sorting unit 14, a connecting unit 15, a third expanding unit 16, and a registering unit 17.

【0007】この第1の展開手段10は、ソート対象の
データ列を展開する。この展開されるソート対象のデー
タは、データ値やキー値といった属性値を持つ。テーブ
ル手段11は、ソート対象のデータ列の持つ属性値域に
含まれる複数の属性値を管理する。分割手段12は、テ
ーブル手段11の管理する属性値を使って、第1の展開
手段10に展開されるソート対象のデータ列を複数のブ
ロックに分割する。
The first expanding means 10 expands a data string to be sorted. The data to be sorted which is developed has attribute values such as data values and key values. The table unit 11 manages a plurality of attribute values included in the attribute value range of the data string to be sorted. The dividing unit 12 divides the data sequence to be sorted by the first expanding unit 10 into a plurality of blocks by using the attribute values managed by the table unit 11.

【0008】第2の展開手段13は、分割手段12の分
割したブロックを単位にしてソート対象のデータ列を展
開する。ソート手段14は、第2の展開手段13の展開
する各ブロックの持つデータをブロック毎に属性値の大
きさに従ってソートする。連結手段15は、第2の展開
手段13の展開するソート対象のデータ列を連結する。
第3の展開手段16は、連結手段15によりソートされ
たデータ列を展開する。登録手段17は、第3の展開手
段16に展開される前回ソートされたデータ列を概略同
一のデータ数を持つ複数のブロックに分割し、これらの
ブロックを区切るデータの属性値を特定する機能と、こ
の特定した属性値をテーブル手段11に登録する機能と
を有する
The second expanding means 13 expands the data string to be sorted in units of blocks divided by the dividing means 12. The sorting unit 14 sorts the data of each block to be expanded by the second expanding unit 13 according to the size of the attribute value for each block. The linking unit 15 links the data strings to be sorted which are expanded by the second expanding unit 13.
The third expanding unit 16 expands the data string sorted by the connecting unit 15. The registration means 17 is a third developing means.
The previously sorted data string developed in column 16 is roughly the same.
Divided into multiple blocks with the same number of data
A function to specify the attribute value of data that separates blocks
Features and you register specified attribute values to tables means 11
Having .

【0009】[0009]

【作用】本発明では、登録手段17は、第3の展開手段
16に展開される前回ソートされたデータ列を概略同一
のデータ数を持つ複数のブロックに分割し、これらのブ
ロックを区切るデータの属性値を特定して、その属性値
をテーブル手段11に登録する。
In the present invention, the registration means 17 divides the previously sorted data string developed by the third development means 16 into a plurality of blocks having substantially the same number of data, and stores the data of the data separating these blocks. The attribute value is specified, and the attribute value is registered in the table means 11.

【0010】このようにして、テーブル手段11に属性
値が登録されると、分割手段12は、第1の展開手段1
0に展開される今回ソート対象となるデータの持つ属性
値と、テーブル手段11の管理する属性値とを比較する
ことで、今回ソート対象となるデータ列を複数のブロッ
クに分割して、その分割結果を第2の展開手段13に展
開する。
[0010] When the attribute values are registered in the table means 11 in this manner, the dividing means 12 makes the first developing means 1
By comparing the attribute value of the data to be sorted this time, which is expanded to 0, with the attribute value managed by the table means 11, the data string to be sorted this time is divided into a plurality of blocks. The result is developed on the second developing means 13.

【0011】第2の展開手段13に分割手段12の分割
結果が展開されると、ソート手段14は、第2の展開手
段13の展開する各ブロックの持つデータをブロック毎
に属性値の大きさに従ってソートし、このソート手段1
4によるソート処理が終了すると、連結手段15は、ソ
ート手段14によりソートされたブロックのデータを、
ブロックの生成元となったテーブル手段11の管理属性
値の値順に連結することで、第1の展開手段10に展開
されるデータ列のソート処理を完成させる。
When the division result of the dividing means 12 is developed on the second developing means 13, the sorting means 14 sorts the data of each block developed by the second developing means 13 into the size of the attribute value for each block. , And this sorting means 1
When the sorting process by the sorting unit 14 is completed, the linking unit 15 converts the data of the blocks sorted by the sorting unit 14 into
By linking in the order of the management attribute values of the table unit 11 from which the blocks are generated, the sorting process of the data string developed by the first developing unit 10 is completed.

【0012】このようにして、本発明では、前回ソー
したデータ列を概略同一のデータ数を持つ複数のブロッ
クに分割することで、今回ソートするデータ列の分割ソ
ート用のキー配列を求める構成を採って、そのキー配列
を使って、今回ソートするデータ列を分割しソートして
それらを連結することでソート処理を実行するという構
成を採ることから、直接的かつ簡単に、概略同一のデー
タ数を持つ複数のブロックに分割できるようになること
で、高速のソート処理を実行できるようになる。
[0012] In this way, in the present invention, the last sort
Multiple blocks with approximately the same number of data
By dividing the data column into
The key layout for the
Is used to divide and sort the data column to be sorted this time
The sort processing is executed by connecting them.
Directly and easily, almost identical data
To be able to be divided into multiple blocks
In, it becomes possible to perform fast against the source preparative process.

【0013】[0013]

【実施例】以下、実施例に従って本発明を詳細に説明す
る。図2に、本発明を具備するデータ処理装置1の実行
するソート処理の全体処理フローを図示する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below in detail with reference to embodiments. FIG. 2 shows an overall processing flow of a sorting process performed by the data processing device 1 having the present invention.

【0014】この処理フローに示すように、本発明を具
備するデータ処理装置1は、先ず最初に、ステップ1
で、登録手段17による登録処理を実行し、次に、ステ
ップ2で、分割手段12による分割処理を実行し、続い
て、ステップ3で、ソート手段14によるソート処理を
実行し、続いて、ステップ4で、連結手段15による連
結処理を実行することで、ソート対象のデータ列のソー
ト処理を実現する構成を採るものである。
As shown in this processing flow, the data processing apparatus 1 equipped with the present invention firstly performs step 1
Then, the registration processing by the registration means 17 is executed, then, in step 2, the division processing by the division means 12 is executed, and then, in step 3, the sorting processing by the sorting means 14 is executed. In step 4, by executing the linking process by the linking means 15, the sorting process of the data string to be sorted is realized.

【0015】図3に、登録手段17の実行する登録処理
の詳細な処理フローの一実施例、図4に、分割手段12
の実行する分割処理の詳細な処理フローの一実施例、図
5に、ソート手段14の実行するソート処理の詳細な処
理フローの一実施例、図6に、連結手段15の実行する
連結処理の詳細な処理フローの一実施例を図示する。次
に、これらの処理フローに従って、本発明のソート処理
について詳細に説明する。
FIG. 3 shows an embodiment of the detailed processing flow of the registration processing executed by the registration means 17, and FIG.
FIG. 5 shows an example of the detailed processing flow of the division processing executed by the sorting means 14, and FIG. 6 shows an example of the detailed processing flow of the sorting processing executed by the sorting means 14. 1 illustrates an example of a detailed processing flow. Next, the sort processing of the present invention will be described in detail according to these processing flows.

【0016】登録手段17は、ソート対象のデータ列の
ソート要求が発行されると、図3の処理フローに示すよ
うに、先ず最初に、ステップ1で、ユーザと対話するこ
とでブロック数nを設定する。ここで、このブロック数
nを予め固定的に設定しておくことも可能である。次
に、ステップ2で、第3の展開手段16に展開されてい
る前回ソートされたデータ列をn個に分割して、そのn
個を区切る分割点のデータの持つ属性値を特定してテー
ブル手段11に登録する。
When a request to sort a data string to be sorted is issued, the registration unit 17 firstly, at step 1, interacts with the user to determine the number n of blocks, as shown in the processing flow of FIG. Set. Here, the number of blocks n can be fixedly set in advance. Next, in step 2, the previously sorted data string developed by the third developing means 16 is divided into n pieces, and the n
The attribute value of the data of the division point separating the individual is specified and registered in the table means 11.

【0017】このようにして、登録手段17の処理に従
って、テーブル手段11には、前回ソートされたデータ
列の持つ属性値域に含まれる複数の属性値が登録される
ことになる。
In this manner, a plurality of attribute values included in the attribute value range of the previously sorted data string are registered in the table means 11 according to the processing of the registration means 17.

【0018】テーブル手段11に属性値が登録される
と、分割手段12は、図4の処理フローに示すように、
先ず最初に、ステップ1で、第2の展開手段13に登録
手段17の設定したn個のブロックエントリーを生成す
る。このブロックエントリーは、テーブル手段11の管
理する属性値に対応付けられることになるものであっ
て、1番からn番までのブロック番号が割り当てられる
ことになる。次に、ステップ2で、第1の展開手段10
に展開されているソート対象のデータ列から、先頭のデ
ータ(ステップ5を経由してくるときには、前回読み出
したデータの次のデータ)を1つ読み出す。
When the attribute value is registered in the table unit 11, the dividing unit 12 sets the attribute value as shown in the processing flow of FIG.
First, in step 1, n block entries set by the registration unit 17 in the second expansion unit 13 are generated. This block entry is to be associated with the attribute value managed by the table means 11, and is assigned a block number from 1 to n. Next, in step 2, the first expanding means 10
One of the first data (when passing through step 5, the next data after the previously read data) is read out from the data string to be sorted which is developed in (1).

【0019】続いて、ステップ3で、この読み出したデ
ータの持つ属性値が、テーブル手段11の属性値の区切
るどのゾーンに属するのかを特定する。続いて、ステッ
プ4で、この読み出したデータを特定したゾーンの指す
ブロック番号のブロックエントリーに格納する。そし
て、続くステップ5で、第1の展開手段10に展開され
ているソート対象のデータの全てを読み出したのか否か
を判断して、読み出したときには、処理を終了し、読み
出していないときには、ステップ2に戻ることで全デー
タに対しての処理を実行する。
Subsequently, in step 3, it is specified which zone the attribute value of the read data belongs to in the table means 11 under the attribute value. Subsequently, in step 4, the read data is stored in the block entry of the block number indicated by the specified zone. Then, in the following step 5, it is determined whether or not all of the data to be sorted developed in the first developing means 10 has been read out. If so, the process ends. By returning to step 2, processing for all data is executed.

【0020】このようにして、分割手段12の処理に従
って、ソート対象のデータが、並びの確定されている複
数のブロックエントリーに振り分けられて格納されるこ
とになる。
In this way, according to the processing of the dividing means 12, the data to be sorted is sorted and stored in a plurality of block entries whose arrangement is determined.

【0021】ソート対象のデータ列が複数のブロックに
分割されて第2の展開手段13に展開されると、ソート
手段14は、図5の処理フローに示すように、先ず最初
に、ステップ1で、変数iに“1”を設定する。次に、
ステップ2で、変数iの指すi番目のブロックデータを
属性値の大きさに従ってソートする。続いて、ステップ
3で、変数iの値が“n”に達したのか否かを判断し
て、達したと判断するときには、処理を終了し、達しな
いと判断するときには、ステップ4に進み、変数iの値
を1つ歩進させてからステップ2に戻っていくことで、
全ブロックデータに対してのソート処理を実行する。
When the data string to be sorted is divided into a plurality of blocks and developed by the second developing means 13, the sorting means 14 firstly performs the processing in step 1 as shown in the processing flow of FIG. , "1" is set to the variable i. next,
In step 2, the i-th block data pointed to by the variable i is sorted according to the size of the attribute value. Subsequently, in step 3, it is determined whether or not the value of the variable i has reached "n". When it is determined that the value has reached, the process ends. When it is determined that the value does not reach, the process proceeds to step 4. By incrementing the value of the variable i by one and returning to step 2,
Executes sort processing for all block data.

【0022】このようにして、ソート手段14の処理に
従って、第2の展開手段13に展開される各ブロックの
持つデータがブロック毎に属性値の大きさに従ってソー
トされることになる。
In this way, according to the processing of the sorting means 14, the data of each block developed by the second developing means 13 is sorted for each block according to the size of the attribute value.

【0023】第2の展開手段13に展開されるブロック
データがブロックを単位としてソートされると、連結手
段15は、図6の処理フローに示すように、先ず最初
に、ステップ1で、変数jに“1”を設定する。次に、
ステップ2で、変数jの指すj番目のブロックデータ
を、前回格納した(j−1)番目のブロックデータに続
けて第3の展開手段16に展開する。ここで、1番目の
ブロックデータについては、先頭であることから規定の
展開位置に展開する。続いて、ステップ3で、変数jの
値が“n”に達したのか否かを判断して、達したと判断
するときには、処理を終了し、達しないと判断するとき
には、ステップ4に進み、変数jの値を1つ歩進させて
からステップ2に戻っていくことで、n個あるブロック
データの連結処理を実行する。
When the block data expanded by the second expansion unit 13 is sorted in units of blocks, the linking unit 15 first executes the variable j in step 1 as shown in the processing flow of FIG. Is set to "1". next,
In step 2, the j-th block data pointed to by the variable j is expanded on the third expansion means 16 following the (j-1) -th block data stored previously. Here, the first block data is developed at a prescribed development position since it is the head. Subsequently, in step 3, it is determined whether or not the value of the variable j has reached "n". When it is determined that the value has reached, the process ends. When it is determined that the value does not reach, the process proceeds to step 4. By increasing the value of the variable j by one and then returning to step 2, the link processing of the n pieces of block data is executed.

【0024】このようにして、連結手段15の処理に従
って、第1の展開手段10に展開されるデータ列のソー
ト処理が完成されることになる。次に、図7に従って、
本発明のソート処理について具体的に説明する。
In this way, according to the processing of the linking means 15, the sorting processing of the data string expanded in the first expanding means 10 is completed. Next, according to FIG.
The sorting process of the present invention will be specifically described.

【0025】図中に示すように、第1の展開手段10に
は、データ値をソートキーとする12個のソート対象の
データが展開されており、テーブル手段11には、属性
値となるデータ値として、"1","7","14","20" が登録さ
れているとする。
As shown in the figure, the first expanding means 10 expands twelve data to be sorted using a data value as a sort key, and the table means 11 stores data values which are attribute values. It is assumed that “1”, “7”, “14”, “20” are registered.

【0026】このソート対象のデータ列に対して、登録
手段17は、ブロック数として“3”を設定し、このブ
ロック数の設定を受けて、分割手段12は、A,B,C
で識別される3個のブロックエントリーを生成する。
For the data string to be sorted, the registration means 17 sets "3" as the number of blocks, and in response to the setting of the number of blocks, the dividing means 12 sets A, B, C
Generate three block entries identified by

【0027】次に、分割手段12は、図中ので示すよ
うに、第1の展開手段10からソート対象のデータを1
つずつ読み出していって、この読み出したデータのデー
タ値が"1" から"7" の範囲にあるときにはAのブロック
エントリーに格納し、"8" から"14"の範囲にあるときに
はBのブロックエントリーに格納し、"15"から"20"の範
囲にあるときにはCのブロックエントリーに格納してい
く処理を実行する。
Next, the dividing means 12 divides the data to be sorted from the first
When the data value of the read data is in the range of “1” to “7”, the data is stored in the block entry of A. When the data value of the read data is in the range of “8” to “14”, the block of B is read. Then, when the value is in the range of "15" to "20", the process of storing in the block entry of C is executed.

【0028】続いて、ソート手段14は、図中ので示
すように、A,B,Cの3つのブロックデータをブロッ
ク毎にデータ値の大きさに従ってソートする。続いて、
連結手段15は、図中ので示すように、ソートされた
ブロックデータをブロックA、ブロックB、ブロックC
という順に従って第3の展開手段16に展開すること
で、この3つのブロックデータを連結して、第1の展開
手段10に展開されるソート対象のデータのソートを完
結する。
Subsequently, the sorting means 14 sorts the three block data of A, B and C according to the size of the data value for each block, as indicated by in the figure. continue,
The linking unit 15 converts the sorted block data into blocks A, B, and C as shown by in the figure.
In this order, these three block data are linked to complete the sorting of the data to be sorted which is developed in the first developing means 10.

【0029】続いて、登録手段17は、図中のに示す
ように、第3の展開手段16に展開されるソートされた
データ列からテーブル手段11に登録する新たなデータ
値として"1","6","14","20" を決定して、これらのデー
タ値をテーブル手段11に登録する。
Subsequently, as shown in the figure, the registering means 17 outputs "1" as a new data value to be registered in the table means 11 from the sorted data string developed by the third developing means 16. "6", "14", "20" are determined, and these data values are registered in the table means 11.

【0030】図示実施例について説明したが、本発明は
これに限定されるものではない。例えば、実施例では、
登録手段17が前回ソートされたデータ列をデータ数の
等しいブロックに分割することで、テーブル手段11に
登録する属性値を決定していく構成を開示したが、正確
に等分割する必要はなく、概略同一のデータ数を持つよ
うに分割することでもよい。
Although the illustrated embodiment has been described, the present invention is not limited to this. For example, in the embodiment,
By registering unit 17 divides the previous sorted data string to a data number of equal blocks it has been disclosed a structure to continue to determine the attribute value to be registered in the table means 11, exactly
It does not need to be equally divided into
It may be divided as follows.

【0031】[0031]

【発明の効果】以上説明したように、本発明では、前回
ソートしたデータ列を概略同一のデータ数を持つ複数の
ブロックに分割することで、今回ソートするデータ列の
分割ソート用のキー配列を求める構成を採って、そのキ
ー配列を使って、今回ソートするデータ列を分割しソー
トしてそれらを連結することでソート処理を実行すると
いう構成を採ることから、サンプリング手法を用いるこ
となく、直接的に、概略同一のデータ数を持つ複数のブ
ロックに分割できるようになることで、高速のソート処
理を実行できるようになるとともに、ヒストグラムを作
成するといった複雑な手法を用いることなく、簡単に、
概略同一のデータ数を持つ複数のブロックに分割できる
ようになることで、高速のソート処理を実行できるよう
になる。
As described in the foregoing, in the present invention, previous <br/> sorted data sequence a plurality having an outline the same number of data
By dividing into blocks,
The key layout for split sorting is determined and the key
-Use an array to divide the data column
And sort them by connecting them
Use the sampling method.
Directly, multiple blocks with roughly the same number of data
Being able to split into locks allows fast sorting
Process and create a histogram.
Without using complicated methods such as
Can be divided into multiple blocks with roughly the same number of data
By becoming manner, it becomes possible to perform fast against the source preparative process.

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

【図1】本発明の原理構成図である。FIG. 1 is a principle configuration diagram of the present invention.

【図2】本発明のソート処理の全体処理フローである。FIG. 2 is an overall processing flow of a sorting process according to the present invention.

【図3】登録手段の実行する処理フローの一実施例であ
る。
FIG. 3 is an embodiment of a processing flow executed by a registration unit.

【図4】分割手段の実行する処理フローの一実施例であ
る。
FIG. 4 is an embodiment of a processing flow executed by a dividing unit.

【図5】ソート手段の実行する処理フローの一実施例で
ある。
FIG. 5 is an embodiment of a processing flow executed by a sorting unit.

【図6】連結手段の実行する処理フローの一実施例であ
る。
FIG. 6 is an embodiment of a processing flow executed by a connection unit;

【図7】本発明の処理の説明図である。FIG. 7 is an explanatory diagram of the processing of the present invention.

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

1 データ処理装置 10 第1の展開手段 11 テーブル手段 12 分割手段 13 第2の展開手段 14 ソート手段 15 連結手段 16 第3の展開手段 17 登録手段 DESCRIPTION OF SYMBOLS 1 Data processing apparatus 10 1st development means 11 Table means 12 Division means 13 2nd development means 14 Sorting means 15 Connecting means 16 3rd development means 17 Registration means

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭61−34626(JP,A) ──────────────────────────────────────────────────続 き Continuation of the front page (56) References JP-A-61-34626 (JP, A)

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 ータ列を、データの持つ属性値の大き
さに従ってソートするデータソート処理システムであっ
て、前回ソートされたデ ータ列を概略同一のデータ数を持つ
複数のブロックに分割して、該ブロックを区切る属性値
を特定する特定手段と、 データの持つ属性値と、上記特定手段の特定した属性値
とを比較することで、今回ソートするデータ列を複数の
ブロックに分割する分割手段と、 上記分割手段により分割された各ブロックの持つデータ
を、ブロック毎に属性値の大きさに従ってソートするソ
ート手段と、 上記ソート手段によりソートされたブロックのデータ
を、該ブロックの生成元となった上記特定手段の特定し
た属性値の値順に連結する連結手段とを備えることを、 特徴とするデータソート処理システム。
The method according to claim 1] data sequence, a data sorting system for sorting according to size of the attribute value assigned to the data, the data string previously sorted into a plurality of blocks having the general same number of data divided and a specifying means for specifying the attribute values to delimit the block, and attribute value assigned to the data, by comparing the specified attribute value of the specific means, a data string to sort this plurality of blocks Dividing means for dividing the data of each block divided by the dividing means according to the magnitude of the attribute value for each block; and dividing the data of the blocks sorted by the sorting means into blocks. And a linking means for linking in order of the attribute values specified by the specifying means, which is the generation source of the data.
JP4249901A 1992-09-18 1992-09-18 Data sort processing system Expired - Lifetime JP3061486B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4249901A JP3061486B2 (en) 1992-09-18 1992-09-18 Data sort processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4249901A JP3061486B2 (en) 1992-09-18 1992-09-18 Data sort processing system

Publications (2)

Publication Number Publication Date
JPH06103028A JPH06103028A (en) 1994-04-15
JP3061486B2 true JP3061486B2 (en) 2000-07-10

Family

ID=17199897

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4249901A Expired - Lifetime JP3061486B2 (en) 1992-09-18 1992-09-18 Data sort processing system

Country Status (1)

Country Link
JP (1) JP3061486B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3457061B2 (en) * 1994-06-28 2003-10-14 富士通株式会社 Attribute mixed character string sorting device and attribute mixed character string sorting method
JP7151515B2 (en) * 2019-01-29 2022-10-12 富士通株式会社 Sorting method, sorting program and sorting device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6134626A (en) * 1984-05-29 1986-02-18 インタ−ナショナル ビジネス マシ−ンズ コ−ポレ−ション Method of executing external distribution and sorting

Also Published As

Publication number Publication date
JPH06103028A (en) 1994-04-15

Similar Documents

Publication Publication Date Title
US5060143A (en) System for string searching including parallel comparison of candidate data block-by-block
JPH08255176A (en) Method and system for comparison of table of database
JP2927706B2 (en) Similar character string expansion method, search method and their devices
JP3061486B2 (en) Data sort processing system
JPH021059A (en) Associative retrieving system
JPH08235033A (en) Joint arithmetic system for object-oriented data base management system
JPH0773187A (en) Retrieving system
JPH0644309A (en) Data base managing system
JPH07210565A (en) Method and device for retrieving information
JPS63238622A (en) Relation retrieval system
JPH0452967A (en) And operation processing system for set file
JP2896315B2 (en) Logic simulation method
JPH05313971A (en) Key word managing system in relational data base
JPH0580977A (en) Data processor
JPH01219927A (en) Data base information retrieving system
Koster et al. The application of a geometric arithmetic parallel systolic array processor to database machine design
JPH1021053A (en) Data processor
JPH06168271A (en) Data base retrieval system utilizing dictionary by item
JPS61110233A (en) Data processor
JPS6385823A (en) Multi-key sorter
JPH06149635A (en) Method for additional processing of record
JPH01288920A (en) Data sorting device
JPH01226026A (en) Retrieving circuit
JPS63285632A (en) Dividing system for record group
JPH03259329A (en) Key relative address classifying system for bulk data