JPS59188765A - Processing device of data base inquiry - Google Patents

Processing device of data base inquiry

Info

Publication number
JPS59188765A
JPS59188765A JP58063187A JP6318783A JPS59188765A JP S59188765 A JPS59188765 A JP S59188765A JP 58063187 A JP58063187 A JP 58063187A JP 6318783 A JP6318783 A JP 6318783A JP S59188765 A JPS59188765 A JP S59188765A
Authority
JP
Japan
Prior art keywords
record
address
index
query
search
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
JP58063187A
Other languages
Japanese (ja)
Inventor
Shigeki Hiyoshi
日吉 茂樹
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.)
NEC Corp
Original Assignee
NEC Corp
Nippon Electric 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 NEC Corp, Nippon Electric Co Ltd filed Critical NEC Corp
Priority to JP58063187A priority Critical patent/JPS59188765A/en
Publication of JPS59188765A publication Critical patent/JPS59188765A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9017Indexing; Data structures therefor; Storage structures using directory or table look-up

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To decrease the processing time by providing an address holding condition so as to utilize the result of indexing access in the processing of the preceding inquiry when the inquiry executed immediately thereafter includes the same retrieval condition as the preceding inquiry. CONSTITUTION:Whether or not there exists a coincidence in the object table phrase and the condition phrase between an inputted inquiry Qn and an inquiry Qm just before is inquired and the result is analyzed by an analyzing means 2. When there exists a coincident phrase, it is transmitted to the address holding means 1 and the set of corresponding record addresses is given to a set operating means. Further, the address holding means receives the address set of the record to the inquiry Qn from an index access means 3 and stored. The set operating means 4 forms the address set between the address holding means 1 and the index access means 3 based on a signal line 24, transmits the result to a record access means 5 and extracts the corresponding record from a data base file 6.

Description

【発明の詳細な説明】 本発明は、データ処理装置に関し、特に関係データベー
スに対する間合せ処理装置に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a data processing apparatus, and more particularly to an arrangement processing apparatus for relational databases.

関係データベースは、テーブルの集合からなるものとし
、テーブルを構成する列をカラム、行をレコードと呼ぶ
ものとする。各レコードは、テーブルを構成するカラム
の値の組である。そして、各テーブルにはテーブル名が
与えられ、各カラムにはカラム名が与えられるものとす
る。才だ、検索条件の対象となる全てのカラムに索引が
設けられているものとする。但し、索引とは、テーブル
内のあるカラムのキー値とそのキー値をカラム値として
持つレコードのデータベースファイルにおけるアドレス
との対応表であるとする。関係データベースのテーブル
に含すれるレコードを条件検索するための指示コマンド
を間合せと呼ぶ。間合せ文は、一般に検索対象テーブル
を指定するための対象テーブル句と、テーブル内のレコ
ードに対する検索条件をカラム値に関する条件として指
定するための条件句と、結果として取出したいカラムの
カラム名を指定するための目的カラム句より構成される
A relational database is assumed to consist of a set of tables, and the columns that make up the tables are called columns, and the rows are called records. Each record is a set of column values that make up the table. It is assumed that each table is given a table name, and each column is given a column name. It is assumed that indexes are provided for all columns subject to search conditions. However, it is assumed that the index is a correspondence table between the key value of a certain column in the table and the address in the database file of the record having that key value as the column value. An instruction command for conditionally searching records included in a table of a relational database is called a match. A makeshift statement generally specifies a target table clause to specify the table to be searched, a condition clause to specify the search condition for records in the table as a condition regarding column values, and the column name of the column to be retrieved as a result. It consists of a purpose column clause.

間合せ文形式として、Chamberlin、D、Dと
Boyce、 RoF、の著による5EQUEL : 
A S tructuredEnglish Quer
y Language”なる論文(Proc、ACMS
IGFIDET workshop 、 May 19
74. pp、249−264に掲載)にて提案された
ものを次に示す。
As a makeshift sentence format, 5EQUEL by Chamberlin, D., D. and Boyce, RoF:
A S structured English Quer
y Language” paper (Proc, ACMS
IGFIDET workshop, May 19
74. pp. 249-264) as proposed below.

間合せ名: 5ELBCT   目的カラム句FB、O
M    対象テーブル句 WHE RE   条件句 前記間合せ文形式によりテーブルを検索する問合せの例
を次に示す。
Arrangement name: 5ELBCT Purpose column phrase FB, O
M Target table phrase WHERE Conditional phrase An example of a query for searching a table using the above-mentioned makeshift sentence format is shown below.

Q、 :  5EIJCT COLt FROM TBL WHERE  C0L2二10 AND  C0L3>20 Q、は問合せ名である。間合せ文Q1の条件句の値はC
0L2=10ANDCOL3>20、対象テーブル句の
値はTBL、目的カラム句の値はC0LIであり、間合
せQ、は、テーブルTBLに含まれるレコードのうち、
カラムC0L2の値が10に等しくかつカラムC0L3
の値が20より大きいレコードを選択し、選択されたレ
コードのカラムC0L1の値を取り出すことを指示して
いる。条件句に含まれる検索条件はAND結合により結
ばれているものとする。
Q: 5EIJCT COLt FROM TBL WHERE C0L2210 AND C0L3>20 Q is the inquiry name. The value of the conditional clause of makeshift sentence Q1 is C
0L2=10ANDCOL3>20, the value of the target table clause is TBL, the value of the target column clause is C0LI, and the interval Q is the records included in the table TBL.
The value of column C0L2 is equal to 10 and column C0L3
This command instructs to select records whose value is greater than 20 and to extract the value of column C0L1 of the selected record. It is assumed that the search conditions included in the conditional phrase are connected by an AND combination.

第1図はζデータベースファイルと索引の利用法を示す
ための説明図である。データベースファイルには、テー
ブルTBLのレコードが含まれており、tI+b+13
  はそれぞれ第1.第2.第3のレコードのアドレス
を示している。また、COL 1 。
FIG. 1 is an explanatory diagram showing how to use the ζ database file and index. The database file contains records of table TBL, tI+b+13
are the first. Second. It shows the address of the third record. Also, COL 1.

C0L2.C0L3はテーブル置のカラムである。C0L2. C0L3 is a column placed on the table.

IDXI 、IDX2はそれぞれカラムC0LI。IDXI and IDX2 are each column C0LI.

C0L3に対する索引を示しており、ともに索引記憶に
格納されているとする。また、アドレス記憶は、索引ア
クセスの結果得られるレコードアドレス集合を蓄えるも
のとする。
It is assumed that the index for C0L3 is shown and both are stored in index storage. Further, the address storage stores a record address set obtained as a result of index access.

いま、図のように、データベースファイルにレコードが
格納され、これらレコードに対する索引が作成されてい
るものとし、索引を利用して間合せの検索条件をみたす
レコードのレコードアドレスを得るためζこ従来用いら
れている方式について間合せQ、を例にとって説明する
。まず、カラムC0L2に対する索引を用いてキー値が
10であるレコードのアドレス集合Alt1)= (t
r )を求める。同時に、カラムC0L31こ対する索
引を用いてキー値が20より大きいレコードアドレスの
集合AI(2)=(’1*t2)を求める。そして、集
合A1(1)と集合As(2)との集合積B1を求める
。その結果得られた集合積B、=(t、)が間合せQ、
の検索条件をみたすレコードのレコードアドレスの集合
である。
As shown in the figure, it is assumed that records are stored in a database file and an index has been created for these records. The proposed method will be explained by taking the timing Q as an example. First, using the index for column C0L2, address set Alt1) of records with key value 10) = (t
Find r ). At the same time, a set AI(2)=('1*t2) of record addresses with key values greater than 20 is obtained using the index for column C0L31. Then, the set product B1 of the set A1(1) and the set As(2) is determined. The resulting set product B,=(t,) is the interval Q,
This is a set of record addresses of records that satisfy the search conditions.

さらに、間合せQ、の検索実行後に以下に示す間合せQ
2の検索を行なうことを考える。
Furthermore, after executing the search for the timing Q, the timing Q shown below is obtained.
Consider performing the second search.

Q、 :  5ETJECT C0L2F几OM  T
BL WHlg  coh1=s AND  C0L3>20 従来の方式では、間合せQ2を間合せQ、とは独立に実
行していた。
Q: 5ETJECT C0L2F OM T
BL WHlg coh1=s AND C0L3>20 In the conventional method, the adjustment Q2 was executed independently of the adjustment Q.

すなわち、カラムC0L1に対する索引を用いて、第1
の検索条件であるC0LI =5をみたすレコードのレ
コードアドレスの集合A2(1)”= (it 、 t
3 )を求めるとともにカラムC0L3に対する索引を
用いて第2の検索条件であるC0L3>26  をみた
すレコードのレコードアドレス集合A2(2)= (t
+ 、 ”t )を求める。そして、レコードアドレス
集合4(1)とA2(2)の集合積B2 ”(”t )
を求める。
That is, using the index for column C0L1, the first
A2(1)” = (it, t
3) and using the index for column C0L3, record address set A2(2) = (t
+, ``t''. Then, the set product B2 ''(``t'') of record address set 4(1) and A2(2) is calculated.
seek.

ところで、間合せQ2の第2の検索条件C0L3〉20
は、間合せQlの第2の検索条件に等しい。
By the way, the second search condition C0L3>20 for the timing Q2
is equal to the second search condition for the timing Ql.

従がって、間合せQlの実行時点から間合せQ2の実行
時点までの間にデータベースのチーフルTBLに対する
更新がなければアドレス集合AI (21とA2(2)
とは等しいことになる。この場合、従来の方式では、間
合せQ、とQ2に於て同一の索引アクセス処理を繰返さ
ねばならず、無駄な処守時間を要するという欠点があっ
た。
Therefore, if there is no update to the Chiful TBL in the database between the execution of the adjustment Ql and the execution of the adjustment Q2, the address set AI (21 and A2 (2)
is equivalent. In this case, the conventional method had the disadvantage that the same index access processing had to be repeated at the timings Q and Q2, requiring wasted processing time.

本発明の目的は、間合せ実行時に得られる検索条件をみ
たすレコードのレコードアドレス集合を保存しておき、
後に別の間合せで同じ検索条件が指定されたとき保存し
ておいたレコードアドレス集合を利用することにより、
上記の従来方式の欠点を解決するデータベース間合せ処
理装置を提供することである。
An object of the present invention is to save a set of record addresses of records that satisfy search conditions obtained at the time of execution of reconciliation;
By using the saved record address set when the same search conditions are specified later at another time,
It is an object of the present invention to provide a database alignment processing device that solves the drawbacks of the above-mentioned conventional methods.

次に、本発明の一実施例を示しながら、本発明の構成と
動作を説明する。
Next, the configuration and operation of the present invention will be explained while showing one embodiment of the present invention.

第2図は、本発明を用いた一実施例のブロック図を示し
、アドレス保持手段1、間合せ解析手段2、索引アクセ
ス手段3、集合演算手段4、レコードアクセス手段5、
データベースファイル6および索引記憶7より構成され
る。
FIG. 2 shows a block diagram of an embodiment using the present invention, in which address holding means 1, alignment analysis means 2, index access means 3, set operation means 4, record access means 5,
It is composed of a database file 6 and an index storage 7.

ここでは、間合せ(稔。の実行時における動作を説明す
る。但し、間脅せ気央行の直前(こ間合せQ、、。
Here, we will explain the operation during the execution of maize (Minoru.). However, immediately before maisekiogyo (komaai Q, . . .).

か実行されているものとする。データベースファイル6
には、テーブルのレコードか格納されており、索引記憶
7には、テーブルのカラムに対する索引が格納されてい
るとする。
It is assumed that the Database file 6
It is assumed that records of a table are stored in , and index storage 7 stores indexes for columns of the table.

まず演算の開始時には、アドレス保持手段1に直前の間
合せQI、、の粂件句Cq請こ含まれる検索条件cm(
j)、jm1.・・・r Kmのそ不りぞれをみたすレ
コードのレコードアドレス集会hmCj)、jm1゜・
・・p Kmが蓄えられており、また、間合せ解析手段
2には間合せQ、、、の対象テーブル句Ill mと条
件句CCmとが蓄えられているものとする。そして、信
号線21を介して間合せ文QI、が入力されるものとす
る。間合せ解析手段2では、間合せ文Q0を受取ると、
まず間合せ文飢の対象テーブル句Tflと間合せQ、n
の対象テーブル句T。とを比較し、Tゎ=Tmの場合さ
らに間合せ文Qnの条件句CCnと間合せQflの条件
句CCnのチェックを行なう。(=(j)を間合せQi
の条件句CCiの3番目の検索条件であるとしたとき、
Cn(Jn) == Cm (Jm)なるjnが存在す
るjmの集合Jff、と対応するjnの集合J、、とを
求め、Jmを信号線22を介してアドレス保持手段1に
送る。間合せ解析手段2は、間合せ文Q、のチェックを
遁えると信号線24を介して集合演算手段4に信号Sを
送るとともに信号線nを介して索引アクセス手段3に検
索条件(C,(j) l j ’−Jn)を送る。
First, at the start of the calculation, the address holding means 1 contains the search condition cm(
j), jm1.・・・r Record address assembly of records that satisfy each of Km's length hmCj), jm1゜・
. . p Km is stored, and it is assumed that the adjustment analysis means 2 stores the target table phrase Ill m and the conditional phrase CCm of the adjustment Q, . It is assumed that a makeshift sentence QI is input via the signal line 21. When the makeshift analysis means 2 receives the makeshift sentence Q0,
First, the target table phrase Tfl of the make-up sentence and the make-up Q, n
The target table phrase T. If Tゎ=Tm, then the conditional phrase CCn of the makeshift sentence Qn and the conditional phrase CCn of the makeshift sentence Qfl are checked. (= Adjust (j) Qi
When the third search condition of the conditional phrase CCi is,
A set Jff of jm in which jn exists such as Cn (Jn) == Cm (Jm) and a corresponding set J of jn are determined, and Jm is sent to the address holding means 1 via the signal line 22. After checking the makeshift sentence Q, the makeshift analysis means 2 sends a signal S to the set calculation means 4 via the signal line 24, and sends the search condition (C, (j) l j '−Jn) is sent.

但し、信号Sは、Jnが空でないとき1、Jnが空のと
きOを値として持つものとする。また、(C,、U) 
l jfEJ、 )は間合せQ、の検索条件のうち検索
条件番号jがJ、に含まれないものを示すとする。さら
lこ、間合せ解析手段2は信号線25を介してレコード
アクセス手段5に間合せ文Q□の目的カラム句Mnを送
る。
However, the signal S has a value of 1 when Jn is not empty, and a value of O when Jn is empty. Also, (C,,U)
It is assumed that l jfEJ, ) indicates a search condition number j that is not included in J, among the search conditions for timing Q. Furthermore, the arrangement analysis means 2 sends the object column phrase Mn of the arrangement sentence Q□ to the record access means 5 via the signal line 25.

アドレス保持手段1では、検索条件番号の集合J、、、
を受取ると、Jmで示される間合せ文Q、、lの検索条
件に対するレコードアドレス集合(A、、(j月j6J
□)を取出し、信号線11を介して集合演算手段4に送
る。
In the address holding means 1, a set of search condition numbers J,...
, record address set (A, , (j month j6J
□) is taken out and sent to the set calculation means 4 via the signal line 11.

索引アクセス手段3では、間合せ解析手段2から送られ
た検索条件(C,(j)l f”J、 )について、そ
の条件の対象となっているカラムに設けられた索引記憶
7から信号線33を介してアクセスし、検索条件(C,
(j) l jeJn)をみたすレコードのアドレス集
合(An(J) l j6J、 )を求め信号線31を
介して集合演算手段5に送るとともに信号線32を介し
てアドレス保持手段1に送る。
In the index access means 3, regarding the search condition (C, (j) l f"J, ) sent from the alignment analysis means 2, the signal line is sent from the index memory 7 provided in the column targeted by the condition. 33, and search conditions (C,
The address set (An(J) l j6J, ) of records satisfying (j) l jeJn) is determined and sent to the set calculation means 5 via the signal line 31, and also sent to the address holding means 1 via the signal line 32.

アドレス保持手段1では、アドレス集合(A、、(j)
1jこJ、)を受取ると、これを(A−(j) l j
eJm)  とともに保存する。
In the address holding means 1, the address set (A, , (j)
1j J, ) is received, it is converted into (A-(j) l j
eJm).

集合演算手段4では、信号線24上の信号Sを受取り、
Sの値が1である場合にはアドレス保持手段Jから送ら
れるアドレス集合(Am(J)lJ(Jm)と索引アク
セス手段3から送られるアドレス集合(An(i)l 
】6Jn)  とを対象とする集合積Bnを求める。こ
のとき、アドレス集合Bnlこ含才れる任意のレコード
アドレスは、(A、n(j) l j6 Jm)および
(A、(j) l jeJl+)  の全てのアドレス
集合の要素となっているものである。一方、Sの値が0
である場合には、アドレス集合(A、、(j) l j
tEJ、、)のみを対象として集合積を求め、これをア
ドレス集合B0とする。
The set calculation means 4 receives the signal S on the signal line 24,
When the value of S is 1, the address set (Am(J)lJ(Jm) sent from the address holding means J and the address set (An(i)l
]6Jn) Find the set product Bn for . In this case, any record address included in the address set Bnl is an element of all address sets (A, n(j) l j6 Jm) and (A, (j) l jeJl+). be. On the other hand, the value of S is 0
, then the address set (A, , (j) l j
tEJ, , ) is obtained, and this is set as address set B0.

集合演算手段4は、演算を終えると信号線41を介して
アドレス集合氏をレコードアクセス手段5に送る。
After completing the calculation, the set calculation means 4 sends the address set to the record access means 5 via the signal line 41.

レコードアクセス手段5では、信号線41のアドレス集
合Bnと信号線25からの目的カラム句Mnとを受取る
と、アドレス集合B。で示されるレコードをデータベー
スファイル6から信号線33を介して取出し、目的カラ
ム句M0で指定されたカラムの値を信号線51を介して
出力するとともζこ信号線25を介して間合せ解析手段
2に演算終了タイミンク信号t1を送る。
When the record access means 5 receives the address set Bn on the signal line 41 and the target column phrase Mn from the signal line 25, it receives the address set B. The record indicated by is retrieved from the database file 6 via the signal line 33, and the value of the column specified by the target column phrase M0 is output via the signal line 51. A computation end timing signal t1 is sent to 2.

間合せ解析手段2では、信号1.を受取ると次の問合せ
の受付けが可能となる。
In the timing analysis means 2, the signal 1. Once received, the next inquiry can be accepted.

以上が本発明のデータベース間合せ処理装置の一実施例
の動作である。
The above is the operation of one embodiment of the database alignment processing device of the present invention.

このように、本発明によればアドレス保持手段を備える
ことにより、第一の問合せの直後に実行される第二の問
合せが第一の間合せと同じ検索条件を含む場合に第一の
問合せの処理における索引アクセス結果をそのまま第二
の問合せの処理で利用しつる。この結果、索引アクセス
処理の無駄を省き、処理時間を短縮する効果をもつ。
As described above, according to the present invention, by providing the address holding means, when the second query executed immediately after the first query includes the same search condition as the first query, the first query is The index access results in the process are used as they are in the second query process. As a result, it has the effect of eliminating wasteful index access processing and shortening processing time.

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

第1図はデータベースファイルと索引の利用法を説明す
るための図、第2図は本発明の一実施例を示すブロック
図である。 図中、1・・・アドレス保持手段、2・・・間合せ解析
手段、3・・・索引アクセス手段、4・・・集合演算手
段、5・・・レコードアクセス手段、6・・・チー タ
ベースファイル、7・・・索引記憶をそれぞれ示す。 11;理人夕53.コ2.E、  jデ11.蚕   
晋 (、39 第 1 図 IDXI           11)X3アドレスオ
責   B+  −(t、)            
82  = (t2)第2図
FIG. 1 is a diagram for explaining how to use database files and indexes, and FIG. 2 is a block diagram showing one embodiment of the present invention. In the figure, 1... address holding means, 2... timing analysis means, 3... index access means, 4... set calculation means, 5... record access means, 6... cheetah base File, 7...indicates index storage, respectively. 11; Rito Yu 53. ko2. E, j de 11. silkworm
Susumu (, 39 Figure 1 IDXI 11) X3 address responsibility B+ - (t,)
82 = (t2) Figure 2

Claims (1)

【特許請求の範囲】[Claims] 列をカラムとし行をレコードとするテーブルの集合とし
てなる関係データベースを保持するとともに検索条件の
対象となる全てのカラムに索引を設け、テーブルに対す
る条件検索を前記索引を介して行なうデータベース検索
システムにおいて、間合せ文を解析する間合せ解析手段
と、索引をアクセスし問合せの検索条件をみたすレコー
ドのデータベースファイル中のアドレスを求める索引ア
クセス手段と、索引アクセス結果であるレコードアドレ
ス集合を保持するアドレス保持手段と、レコードアドレ
ス集合間の集合績を求める集合演算手段と、データベー
スファイルからレコードアドレス集合で示されるレコー
ドの情報を取出すレコードアクセス手段とを備え、連続
する二つの問合せの実行において、第一の問合せの実行
時に第一の問合せの検索条件をみたすレコードのアドレ
ス集合を前記アドレス保持手段に蓄えておき、第二の問
合せの実行時に、前記間合せ解析手段で第二の問合せを
チェックし、第一の問合せの検索条件と同一の検索条件
が第二の間合せで指定されている場合には、該検索条件
1に対する索引アクセス結果として前記アドレス保持手
段に禁えられているレコードアドレス集合1を取出し、
前記索引アクセス手段で第二の問合せの残りの検索条件
2について条件をみたすレコードアドレス集合2を索引
を介して求め、前記集合演算手段で前記レコードアドレ
ス集合1と前記レコードアドレス集合2の集合績として
レコードアドレス集合3を求め、前記レコードアクセス
手段でデータベースファイルからレコードアドレス集合
3で示されるレコードの情報を第二の間合せに対するデ
ータベース検索結果として取出すことを特徴とするデー
タベース間合せ処理装置。
In a database search system that maintains a relational database consisting of a set of tables in which columns are columns and rows are records, an index is provided for all columns that are subject to search conditions, and a condition search for the table is performed via the index, A makeshift analysis means that analyzes a makeshift sentence, an index access means that accesses the index and obtains the address in the database file of a record that satisfies the query search condition, and an address holding means that holds a record address set that is the index access result. , a set operation means for obtaining a set score between record address sets, and a record access means for retrieving information on records indicated by the record address set from a database file, and in executing two consecutive queries, the first query When executing the first query, a set of addresses of records that satisfy the search conditions of the first query is stored in the address holding means, and when the second query is executed, the second query is checked by the timing analysis means, and the first If the same search condition as the search condition of the query is specified in the second match, the record address set 1 prohibited by the address holding means is retrieved as the index access result for the search condition 1. ,
The index access means obtains a record address set 2 that satisfies the remaining search conditions 2 of the second query via the index, and the set calculation means obtains the record address set 1 and the record address set 2 as a set result. A database alignment processing device characterized in that a record address set 3 is obtained, and the record access means extracts information of the record indicated by the record address set 3 from a database file as a database search result for a second alignment.
JP58063187A 1983-04-11 1983-04-11 Processing device of data base inquiry Pending JPS59188765A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58063187A JPS59188765A (en) 1983-04-11 1983-04-11 Processing device of data base inquiry

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58063187A JPS59188765A (en) 1983-04-11 1983-04-11 Processing device of data base inquiry

Publications (1)

Publication Number Publication Date
JPS59188765A true JPS59188765A (en) 1984-10-26

Family

ID=13221975

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58063187A Pending JPS59188765A (en) 1983-04-11 1983-04-11 Processing device of data base inquiry

Country Status (1)

Country Link
JP (1) JPS59188765A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63121924A (en) * 1986-11-11 1988-05-26 Canon Inc Information retrieving system
JPH05113919A (en) * 1991-07-08 1993-05-07 Oki Electric Ind Co Ltd Sql preprocessing device
JP2002274783A (en) * 2001-03-19 2002-09-25 Furukawa Co Ltd Outrigger device for on-vehicle crane

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63121924A (en) * 1986-11-11 1988-05-26 Canon Inc Information retrieving system
JPH05113919A (en) * 1991-07-08 1993-05-07 Oki Electric Ind Co Ltd Sql preprocessing device
JP2002274783A (en) * 2001-03-19 2002-09-25 Furukawa Co Ltd Outrigger device for on-vehicle crane

Similar Documents

Publication Publication Date Title
US5043872A (en) Access path optimization using degrees of clustering
US5999924A (en) Method and apparatus for producing sequenced queries
US5089985A (en) System and method for performing a sort operation in a relational database manager to pass results directly to a user without writing to disk
US6427145B1 (en) Database processing method, apparatus for carrying out the same and medium storing processing program
US5465352A (en) Table-and-cache-based database assist method
US6970865B1 (en) Database searching using trapeze fetch
JPS59188765A (en) Processing device of data base inquiry
JPH09305622A (en) Method and system for managing data base having document retrieval function
JPH02297290A (en) Retriever
US7010552B2 (en) Optimizing command execution in database systems that provide support for updatable scrollable cursors
JPH0193843A (en) System for coupling table
JPS59188766A (en) Processing device of data base retrieval
JPH03129570A (en) Data base retrieving system
JPS6340938A (en) Synonym retrieving system for retrieval of information
JPH1091644A (en) Method and device for processing data base query
JPH05313971A (en) Key word managing system in relational data base
JPH0455952A (en) Data transfer system for data base system
JPH04357567A (en) Information retrieving system
JP2001155028A (en) Aggregate calculation processing method and device for relational database, and computer readable recording medium recorded with aggregate arithmetic processing program
JPS6380325A (en) Information retrieval method and index used therefor
JPH05120342A (en) Keyword applying/retrieving system
JPH06180718A (en) Retrieving system
JPS61256441A (en) Retrieving method for table data
JPH0795300B2 (en) Name management method in database
JPS63238622A (en) Relation retrieval system