JPH04257972A - Data base processing device - Google Patents

Data base processing device

Info

Publication number
JPH04257972A
JPH04257972A JP3040937A JP4093791A JPH04257972A JP H04257972 A JPH04257972 A JP H04257972A JP 3040937 A JP3040937 A JP 3040937A JP 4093791 A JP4093791 A JP 4093791A JP H04257972 A JPH04257972 A JP H04257972A
Authority
JP
Japan
Prior art keywords
processing
database
tuple
buffering
request
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.)
Pending
Application number
JP3040937A
Other languages
Japanese (ja)
Inventor
Masaki Ogino
正樹 荻野
Makoto Kodera
小寺 誠
Akihito Sakamoto
明史 坂本
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP3040937A priority Critical patent/JPH04257972A/en
Publication of JPH04257972A publication Critical patent/JPH04257972A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To shorten the time for inserting a tuple to a data base and to reduce the cost of the tuple insertion processing. CONSTITUTION:When the tuple insertion processing is requested from a data base processing requesting device 14, a tuple buffering processing device 17 buffers the processing request for each tuple. According to the buffered processing request, a data base managing device 13 stores tuples in the data base one by one.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、データベース処理要求
装置に対して1タプルずつ処理を行うデータベース処理
装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database processing apparatus that processes one tuple at a time for a database processing requesting apparatus.

【0002】0002

【従来の技術】一般に、リレーショナル型のデータベー
スでは、データベースを管理するデータベース管理装置
と、このデータベース管理装置に対してデータの挿入、
読出しを要求するデータベース処理要求装置との処理は
1タプルずつ行われている。
[Prior Art] Generally, a relational database has a database management device that manages the database, and a database management device that inserts data into the database management device.
Processing with the database processing requesting device that requests reading is performed one tuple at a time.

【0003】この1タプルとは、データベースにおいて
1項目中の関係のあるデータの集まりを指す。図2はこ
のタプルの説明図である。即ち、1タプルとは、例えば
、図示した表中において互いに関係を有する1行分の商
品番号、名前、単価等の集まりを指すものである。
[0003] This 1-tuple refers to a collection of related data in one item in a database. FIG. 2 is an explanatory diagram of this tuple. That is, one tuple refers to, for example, a collection of product numbers, names, unit prices, etc. in one line that are related to each other in the illustrated table.

【0004】図3に、従来のデータベース処理装置の構
成を示す。図のデータベース処理装置1は、インタフェ
ース処理装置2と、データベース管理装置3とからなり
、このデータベース処理装置1がデータベース処理要求
装置4と接続されている。インタフェース処理装置2は
、送受信バッファ記憶装置5とバッファ管理装置6とか
らなる。この送受信バッファ記憶装置5は、データベー
ス処理要求装置4から送られてくる処理要求と、データ
ベース管理装置3からの処理結果を記憶するメモリであ
り、また、バッファ管理装置6は、送受信バッファ記憶
装置5から要求を取り出し、データベース管理装置3に
データ(以下、タプルという)の挿入要求を渡すのと、
データベース管理装置3から処理結果を受け取り、これ
を送受信バッファ記憶装置5にセットする機能を有して
いる。データベース管理装置3は、インタフェース処理
装置2を介して受け取ったデータベース処理要求装置4
からの処理要求に従いタプルをデータベースに挿入しか
つその処理結果をインタフェース処理装置2に対して送
出する機能を有している。データベース処理要求装置4
は、データベース処理装置1に対してデータベースの挿
入を要求する装置で、その要求は1タプルずつ行われる
よう構成されている。
FIG. 3 shows the configuration of a conventional database processing device. The database processing device 1 shown in the figure consists of an interface processing device 2 and a database management device 3, and this database processing device 1 is connected to a database processing requesting device 4. The interface processing device 2 includes a transmission/reception buffer storage device 5 and a buffer management device 6. The transmission/reception buffer storage device 5 is a memory that stores processing requests sent from the database processing request device 4 and processing results from the database management device 3. extracting a request from , and passing a data (hereinafter referred to as tuple) insertion request to the database management device 3;
It has a function of receiving processing results from the database management device 3 and setting them in the transmission/reception buffer storage device 5. The database management device 3 receives the database processing request device 4 via the interface processing device 2.
It has a function of inserting a tuple into the database in accordance with a processing request from the interface processing device 2 and sending the processing result to the interface processing device 2. Database processing request device 4
is a device that requests the database processing device 1 to insert a database, and the request is configured to be made one tuple at a time.

【0005】次に、上記構成のデータベース処理装置の
動作について説明する。図4にその処理シーケンスを示
す。 (a)処理要求 先ず、データベース処理要求装置4から、データベース
処理装置1に対して1タプル分の処理要求を送出する。 この場合、タプルとして、「沖電気」「沖太郎」「蕨」
の挿入要求の場合を示している。 (b)挿入処理 これにより、データベース処理装置1側ではバッファ管
理装置6が送受信バッファ記憶装置5に送られてきた処
理要求を取り出し、データベース管理装置3に挿入要求
を出す。データベース管理装置3はこの要求を受け取る
とデータベースにそのタプルを挿入する。 (c)処理結果 データベースにタプルが挿入されると、データベース管
理装置3は、その処理結果をインタフェース処理装置2
に送出する。インタフェース処理装置2のバッファ管理
装置6はデータベース管理装置3からの処理結果を受け
取り、これを送受信バッファ記憶装置5にセットし、結
果をデータベース処理要求装置4に返す。その後は、次
のタプル(この例では、「沖電気」「沖二郎」「芝浦」
)の処理要求(a)、挿入処理(b)、処理結果(c)
を同様に行う。
Next, the operation of the database processing apparatus having the above configuration will be explained. FIG. 4 shows the processing sequence. (a) Processing request First, the database processing requesting device 4 sends a processing request for one tuple to the database processing device 1. In this case, the tuples are "Oki Denki", "Okitaro", and "Warabi".
The case of an insert request is shown. (b) Insertion Process As a result, on the database processing device 1 side, the buffer management device 6 takes out the processing request sent to the transmission/reception buffer storage device 5 and issues an insertion request to the database management device 3. When the database management device 3 receives this request, it inserts the tuple into the database. (c) When the tuple is inserted into the processing result database, the database management device 3 transfers the processing result to the interface processing device 2.
Send to. The buffer management device 6 of the interface processing device 2 receives the processing result from the database management device 3, sets it in the transmission/reception buffer storage device 5, and returns the result to the database processing request device 4. After that, the next tuple (in this example, "Oki Electric", "Oki Jiro", "Shibaura")
) processing request (a), insertion processing (b), processing result (c)
Do the same thing.

【0006】このように上記(a)〜(c)の処理は、
挿入したいタプルの数だけ繰り返し行われる。即ち、従
来のデータベース処理装置では、タプル挿入の処理はデ
ータベース処理装置1とデータベース処理要求装置4と
の間で同期をとりながら進められる。
[0006] In this way, the processes (a) to (c) above are as follows:
This is repeated as many times as the number of tuples you want to insert. That is, in the conventional database processing apparatus, the tuple insertion process is performed in synchronization between the database processing apparatus 1 and the database processing requesting apparatus 4.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上記従
来のデータベース処理装置は、特に大量のタプルをデー
タベースに挿入する場合、次のような問題点があった。 即ち、従来のデータベース処理装置は、データベース処
理要求装置4と、データベース処理装置1におけるイン
タフェース処理装置2との処理シーケンスは直列になる
ため、データベース処理要求装置4とインタフェース処
理装置2の交信回数はデータベースに挿入するタプル数
に比例する。従って、大量のタプルを挿入する場合、そ
の挿入処理に多くの時間を要し、処理コストの増大を招
いていた。
However, the conventional database processing apparatus described above has the following problems, especially when inserting a large number of tuples into a database. That is, in the conventional database processing apparatus, the processing sequence between the database processing requesting apparatus 4 and the interface processing apparatus 2 in the database processing apparatus 1 is serial, so that the number of times of communication between the database processing requesting apparatus 4 and the interface processing apparatus 2 is the same as that of the database processing apparatus 1. is proportional to the number of tuples inserted into . Therefore, when inserting a large number of tuples, the insertion process takes a lot of time, leading to an increase in processing cost.

【0008】本発明は、上記従来の問題点を解決するた
めになされたもので、大量のタプル挿入であっても処理
時間の短縮化を図ることができ、コストを低減すること
のできるデータベース処理装置を提供することを目的と
する。
The present invention has been made to solve the above conventional problems, and is a database processing method that can shorten processing time even when inserting a large number of tuples, and can reduce costs. The purpose is to provide equipment.

【0009】[0009]

【課題を解決するための手段】本発明のデータベース処
理装置は、データベースにおける1項目中の関係のある
データの集まりを1タプルとし、データベース処理要求
装置に対して1タプルずつ処理を行うデータベース処理
装置において、データベースの管理を行うデータベース
管理装置と、前記データベース管理装置と前記データベ
ース処理要求装置との間に介在し、1タプルずつの処理
をバッファリングするタプルバッファリング処理装置と
を設けたことを特徴とするものである。
[Means for Solving the Problems] A database processing device of the present invention treats a collection of related data in one item in a database as one tuple, and processes the database processing requesting device one tuple at a time. The invention is characterized in that it includes a database management device that manages a database, and a tuple buffering processing device that is interposed between the database management device and the database processing request device and buffers processing of each tuple. That is.

【0010】0010

【作用】本発明の装置は、データベース処理要求装置か
らタプル挿入処理の要求があった場合、タプルバッファ
リング処理装置はその1タプルずつの処理要求をバッフ
ァリングする。データベース管理装置は、バッファリン
グされた処理要求に従い1タプルずつデータベースに格
納する。従って、データベースへのタプル挿入処理時間
が短縮され、タプル挿入処理のコスト低減が可能となる
In the apparatus of the present invention, when a request for tuple insertion processing is received from the database processing requesting apparatus, the tuple buffering processing apparatus buffers the processing request for each tuple. The database management device stores each tuple in the database according to the buffered processing requests. Therefore, the processing time for tuple insertion into the database is shortened, and the cost of tuple insertion processing can be reduced.

【0011】[0011]

【実施例】以下、本発明の実施例を図面を用いて詳細に
説明する。図1は本発明のデータベース処理装置の実施
例を示すブロック図である。図のデータベース処理装置
11は、インタフェース処理装置12と、データベース
管理装置13と、タプルバッファリング処理装置17と
からなり、このデータベース処理装置11に、データベ
ース処理要求装置14が接続されている。
Embodiments Hereinafter, embodiments of the present invention will be explained in detail with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of a database processing apparatus of the present invention. The database processing device 11 shown in the figure includes an interface processing device 12, a database management device 13, and a tuple buffering processing device 17, and a database processing request device 14 is connected to this database processing device 11.

【0012】インタフェース処理装置12は、従来と同
様に、送受信バッファ記憶装置15とバッファ管理装置
16とからなり、また、データベース管理装置13およ
びデータベース処理要求装置14も従来のデータベース
管理装置3およびデータベース処理要求装置4と同様で
あるため、これらの詳細な説明は省略する。
The interface processing device 12 is composed of a transmitting/receiving buffer storage device 15 and a buffer management device 16 as in the prior art, and the database management device 13 and database processing requesting device 14 are also similar to the conventional database management device 3 and database processing device 16. Since they are similar to the requesting device 4, detailed description thereof will be omitted.

【0013】タプルバッファリング処理装置17は、デ
ータベース処理要求装置14からのタプル挿入要求をバ
ッファリングし、まとめてインタフェース処理装置12
に処理要求(一括要求)を行う装置である。即ち、タプ
ルバッファリング処理装置17は、データベース処理要
求装置14からの処理要求をバッファリングし、処理要
求がこれ以上バッファリングできなくなるか、または処
理要求が終了した場合、インタフェース処理装置12の
送受信バッファ記憶装置15に対し、バッファリングし
た要求を送信し、結果が返ってくるのを待つ。そして、
この状態では、他のバッファリング記憶装置が、データ
ベース処理要求装置14からの処理要求をバッファリン
グする。このため、バッファリング記憶装置は二つあり
、データベース処理要求装置14との処理のやり取りと
インタフェース処理装置12との処理のやり取りを並列
に処理するよう構成されている。
The tuple buffering processing device 17 buffers tuple insertion requests from the database processing request device 14 and sends them all together to the interface processing device 12.
This is a device that makes processing requests (batch requests). That is, the tuple buffering processing device 17 buffers the processing request from the database processing requesting device 14, and when the processing request cannot be buffered any longer or the processing request is completed, the tuple buffering processing device 17 buffers the processing request from the database processing requesting device 14. The buffered request is sent to the storage device 15 and the result is waited for. and,
In this state, another buffering storage device buffers the processing request from the database processing requesting device 14. Therefore, there are two buffering storage devices, and they are configured to process processing exchanges with the database processing requesting device 14 and processing exchanges with the interface processing device 12 in parallel.

【0014】図5にタプルバッファリング処理装置17
の具体的な構成を示す。即ち、タプルバッファリング処
理装置17は、二つのバッファリング記憶装置18、1
9と、カレントバッファ記憶装置20と、位置記憶装置
21と、タプルバッファリング制御装置22とからなる
。バッファリング記憶装置18、19はそれぞれランダ
ム・アクセス・メモリ等からなり、複数のタプルを格納
するよう複数個のタプル格納部を有する記憶部である。 カレントバッファ記憶装置20は、二つのバッファリン
グ記憶装置18、19のうち、処理要求をバッファリン
グしている装置を記憶する記憶部である。位置記憶装置
21は、データベース処理要求装置14から送出される
処理要求を順番にバッファリングするため、バッファリ
ング記憶装置18、19内の複数の格納部の位置を示す
記憶部である。タプルバッファリング制御装置22は、
プロセッサまたはプログラム等からなり、これらバッフ
ァリング記憶装置18、19〜位置記憶装置21の制御
を行う機能を有している。
FIG. 5 shows a tuple buffering processing device 17.
The specific configuration is shown below. That is, the tuple buffering processing device 17 has two buffering storage devices 18, 1
9, a current buffer storage device 20, a position storage device 21, and a tuple buffering control device 22. The buffering storage devices 18 and 19 each include a random access memory or the like, and are storage units having a plurality of tuple storage units to store a plurality of tuples. The current buffer storage device 20 is a storage unit that stores one of the two buffering storage devices 18 and 19 that is buffering processing requests. The position storage device 21 is a storage section that indicates the positions of a plurality of storage sections in the buffering storage devices 18 and 19 in order to buffer processing requests sent from the database processing request device 14 in order. The tuple buffering control device 22 is
It consists of a processor, a program, etc., and has a function of controlling these buffering storage devices 18, 19 to position storage device 21.

【0015】次に、上記構成のデータベース処理装置の
動作について説明する。図6にデータベース処理装置に
おけるタプル挿入処理のシーケンスを示す。 (1)先ず、タプルバッファリング処理装置17のタプ
ルバッファリング制御装置22は、データベース処理要
求装置14から送出された最初のタプル挿入処理要求(
a)を受け取った場合、バッファリングするバッファリ
ング記憶装置18、19のうちの一方をカレントバッフ
ァ記憶装置20に記録する。今、これを仮にバッファリ
ング記憶装置18とし、このバッファリング記憶装置1
8に処理要求を格納すると仮定する(b)。また、デー
タベース処理要求装置14にその処理要求の結果を返却
する。更に、位置記憶装置21の初期化も行う。 (2)そして、タプルバッファリング処理装置17は、
データベース処理要求装置14からのタプル挿入処理要
求を受け取る毎に、カレントバッファ記憶装置20の示
すバッファリング記憶装置18にその要求をバッファリ
ングすると共に、データベース処理要求装置14にその
処理要求の結果を返却する。また、位置記憶装置21が
示す格納部位置を変更する(c)。 (3)バッファリング記憶装置18に格納された処理要
求が一杯になると、即ち各タプル格納部が全て満杯にな
ると、タプルバッファリング制御装置22は、データベ
ース処理要求装置14に処理要求の結果を返却した後、
バッファリング記憶装置18にバッファリングされた処
理要求をまとめてインタフェース処理装置12に送信す
る(d)。また、タプルバッファリング制御装置22は
、カレントバッファ記憶装置20を、もう一つのバッフ
ァリング記憶装置19に処理要求をバッファリングする
よう変更すると共に、位置記憶装置21も初期化し、デ
ータベース処理要求装置14からの次の処理要求を待機
する。
Next, the operation of the database processing apparatus having the above configuration will be explained. FIG. 6 shows the sequence of tuple insertion processing in the database processing device. (1) First, the tuple buffering control device 22 of the tuple buffering processing device 17 receives the first tuple insertion processing request (
If a) is received, one of the buffering storage devices 18 and 19 to be buffered is recorded in the current buffer storage device 20. Now, suppose this is the buffering storage device 18, and this buffering storage device 1
Assume that the processing request is stored in 8 (b). It also returns the results of the processing request to the database processing requesting device 14. Furthermore, the position storage device 21 is also initialized. (2) Then, the tuple buffering processing device 17
Every time a tuple insertion processing request is received from the database processing requesting device 14, the request is buffered in the buffering storage device 18 indicated by the current buffer storage device 20, and the result of the processing request is returned to the database processing requesting device 14. do. Furthermore, the storage unit position indicated by the position storage device 21 is changed (c). (3) When the processing requests stored in the buffering storage device 18 become full, that is, when each tuple storage section becomes full, the tuple buffering control device 22 returns the result of the processing request to the database processing request device 14. After that,
The processing requests buffered in the buffering storage device 18 are sent together to the interface processing device 12 (d). Further, the tuple buffering control device 22 changes the current buffer storage device 20 to another buffering storage device 19 to buffer the processing request, initializes the position storage device 21, and also initializes the database processing request device 19. Wait for the next processing request from.

【0016】(4)一方、データベース管理装置13は
、インタフェース処理装置12から渡された1タプルず
つの処理要求をデータベースに挿入し(e)、結果をイ
ンタフェース処理装置12に返却する。インタフェース
処理装置12は、送信したバッファリング記憶装置18
に結果を返却する(g)。 (5)また、バッファリング記憶装置18が一括要求を
送出している間にデータベース処理要求装置14からタ
プル挿入要求を受け取ると、タプルバッファリング制御
装置22は、他方のバッファリング記憶装置19にバッ
ファリングするよう制御する(f)。もし、ここで、バ
ッファリング記憶装置19も要求が満杯になった場合、
インタフェース処理装置12から処理結果が返ってくる
まで、データベース処理要求装置14に要求処理の結果
を返却しない。 (6)インタフェース処理装置12から、最後の結果を
タプルバッファリング処理装置17が受け取ると、その
結果をデータベース処理要求装置14に返却する。
(4) On the other hand, the database management device 13 inserts each tuple-by-tuple processing request passed from the interface processing device 12 into the database (e), and returns the result to the interface processing device 12. The interface processing device 12 stores the transmitted buffering storage device 18.
Return the results to (g). (5) Furthermore, if a tuple insertion request is received from the database processing request device 14 while the buffering storage device 18 is sending out a batch request, the tuple buffering control device 22 stores the buffer in the other buffering storage device 19. (f). If the buffering storage device 19 also becomes full of requests,
The result of the request processing is not returned to the database processing requesting device 14 until the processing result is returned from the interface processing device 12. (6) When the tuple buffering processing device 17 receives the last result from the interface processing device 12, it returns the result to the database processing requesting device 14.

【0017】また、バッファリング記憶装置18、19
のうち、いずれか一方の装置も満杯にならない状態で、
データベース処理要求装置14からの処理要求が終了し
た場合、タプルバッファリング制御装置22は、バッフ
ァリング記憶装置18、19の一方にバッファリングさ
れた処理要求をインタフェース処理装置12に送信する
。そしてカレントバッファ記憶装置20の示すバッファ
リング記憶装置をもう一つの方に変更し、かつ位置記憶
装置21を初期化し、インタフェース処理装置12から
の結果を待機する。
[0017] Also, buffering storage devices 18, 19
If one of the devices is not full,
When the processing request from the database processing requesting device 14 is completed, the tuple buffering control device 22 transmits the processing request buffered in one of the buffering storage devices 18 and 19 to the interface processing device 12. Then, the buffering storage device indicated by the current buffer storage device 20 is changed to the other one, the position storage device 21 is initialized, and the result from the interface processing device 12 is awaited.

【0018】尚、上記実施例ではタプルバッファリング
処理装置17のバッファリング記憶装置18、19を二
つとしたが、この個数に限定されるものではなく、例え
ば、バッファリング記憶装置を三つ以上設け、これらに
順次処理要求が格納されるよう構成しても良い。
In the above embodiment, the tuple buffering processing device 17 has two buffering storage devices 18 and 19, but the number is not limited to this. For example, three or more buffering storage devices may be provided. , the processing requests may be sequentially stored in these.

【0019】[0019]

【発明の効果】以上説明したように、本発明のデータベ
ース処理装置によれば、データベース管理装置とデータ
ベース処理要求装置との間に、1タプルずつの処理をバ
ッファリングするタプルバッファリング処理装置を設け
たので、データベース処理要求装置とデータベース管理
装置との間の処理が並列的に行え、従って、データベー
スへのタプル挿入処理の高速化が図れ、タプル挿入処理
のコスト低減に寄与することができる。
As explained above, according to the database processing device of the present invention, a tuple buffering processing device is provided between the database management device and the database processing request device for buffering processing of one tuple at a time. Therefore, the processing between the database processing requesting device and the database management device can be performed in parallel, and therefore the processing for inserting tuples into the database can be speeded up, which can contribute to reducing the cost of the processing for inserting tuples.

【図面の簡単な説明】[Brief explanation of the drawing]

【図1】本発明のデータベース処理装置のブロック図で
ある。
FIG. 1 is a block diagram of a database processing device of the present invention.

【図2】データベース管理システムにおける1タプルの
説明図である。
FIG. 2 is an explanatory diagram of a 1-tuple in the database management system.

【図3】従来のデータベース処理装置のブロック図であ
る。
FIG. 3 is a block diagram of a conventional database processing device.

【図4】従来のデータベース処理装置のシーケンスチャ
ートである。
FIG. 4 is a sequence chart of a conventional database processing device.

【図5】本発明のデータベース処理装置におけるタプル
バッファリング処理装置のブロック図である。
FIG. 5 is a block diagram of a tuple buffering processing device in the database processing device of the present invention.

【図6】本発明のデータベース処理装置のシーケンスチ
ャートである。
FIG. 6 is a sequence chart of the database processing device of the present invention.

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

11  データベース処理装置 12  インタフェース処理装置 13  データベース管理装置 14  データベース処理要求装置 11 Database processing device 12 Interface processing device 13 Database management device 14 Database processing request device

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  データベースにおける1項目中の関係
のあるデータの集まりを1タプルとし、データベース処
理要求装置に対して1タプルずつ処理を行うデータベー
ス処理装置において、データベースの管理を行うデータ
ベース管理装置と、前記データベース管理装置と前記デ
ータベース処理要求装置との間に介在し、1タプルずつ
の処理をバッファリングするタプルバッファリング処理
装置とを設けたことを特徴とするデータベース処理装置
1. A database management device that manages a database in a database processing device that treats a collection of related data in one item in a database as one tuple and processes one tuple at a time to a database processing request device; A database processing device comprising: a tuple buffering processing device that is interposed between the database management device and the database processing request device and buffers processing of one tuple at a time.
JP3040937A 1991-02-12 1991-02-12 Data base processing device Pending JPH04257972A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3040937A JPH04257972A (en) 1991-02-12 1991-02-12 Data base processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3040937A JPH04257972A (en) 1991-02-12 1991-02-12 Data base processing device

Publications (1)

Publication Number Publication Date
JPH04257972A true JPH04257972A (en) 1992-09-14

Family

ID=12594417

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3040937A Pending JPH04257972A (en) 1991-02-12 1991-02-12 Data base processing device

Country Status (1)

Country Link
JP (1) JPH04257972A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6022243A (en) * 1983-07-15 1985-02-04 Nippon Telegr & Teleph Corp <Ntt> Content retrieval processing system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6022243A (en) * 1983-07-15 1985-02-04 Nippon Telegr & Teleph Corp <Ntt> Content retrieval processing system

Similar Documents

Publication Publication Date Title
JPH04257972A (en) Data base processing device
JPS63289657A (en) Common file access system
JPH08147201A (en) Traffic data cache method
JPH09224066A (en) Communication protocol parallel processor
JPH03252756A (en) Data managing system
JPH09244893A (en) Batch transfer method of parallel computer system
JP3307331B2 (en) Network file system data transfer method
JPH0926911A (en) Page information transfer processor
JPS63263524A (en) Data structure converting system
JPH0374747A (en) Data access device
JP2941293B2 (en) High-speed still image transfer method
JPH03208143A (en) Distributed data base processor
JPH0730573A (en) Down-load system
JPH0218641A (en) Data control method
CN100580645C (en) System and process for obtaining software code, host computer and software transmission process
JPH04237355A (en) Buffer management system
JPH0528105A (en) Data transfer system
JP2000047925A (en) System and method for information service, and storage medium
JP2001202377A (en) System, method and device for managing transmitting data by terminals for data inquiry processing and recording medium
JPH031633A (en) Transmission/reception buffer management system for packet switching circuit
JPH07168781A (en) Server/client system
JP2000293454A (en) Equipment and method for data communication, and recording medium
JPH11250075A (en) Document management system
JPH0836517A (en) Remote file access device
JPH04268660A (en) Data transfer repeating system