JPS61184635A - Retrieving system for data base system - Google Patents

Retrieving system for data base system

Info

Publication number
JPS61184635A
JPS61184635A JP60024626A JP2462685A JPS61184635A JP S61184635 A JPS61184635 A JP S61184635A JP 60024626 A JP60024626 A JP 60024626A JP 2462685 A JP2462685 A JP 2462685A JP S61184635 A JPS61184635 A JP S61184635A
Authority
JP
Japan
Prior art keywords
index
data
page
search
item
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
JP60024626A
Other languages
Japanese (ja)
Inventor
Tokuyuki Iwai
岩井 徳幸
Masamichi Kato
加藤 正道
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP60024626A priority Critical patent/JPS61184635A/en
Publication of JPS61184635A publication Critical patent/JPS61184635A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To minimize the access to a data substance and to shorten the processing time by storing the information concerning the total cases of the data of the index data in the plural B tree constructions and selecting the index having a small number of the data applicable before retrieving by using the information. CONSTITUTION:The B tree construction of the data base system is composed of one route page 11 and many stages of the index page 12 and a leaf page 13 located at the lowest level of the index. To the total cases 111 of the data of the route page 11, the information concerning the total cases of the data in the index of the tree construction is stored. The total cases 111 of the data of the page are accessed before retrieving the data and the information of the number of the cases of the data is used. The index having the minimum number of the data applicable to the designated conditions is selected, the access to the data substance is minimized by using the index and the processing time is shortened.

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は、データベースシステムの検索方式に関し、特
に索引をアクセスすることにより、検索時間を短縮する
ことができるデータ検索方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Application of the Invention] The present invention relates to a search method for a database system, and particularly to a data search method that can shorten search time by accessing an index.

〔発明の背景〕[Background of the invention]

データベースシステムでは、データ実体へのアクセス回
数を減らし、処理の高速化を図るため、種々の研究が行
われている。
In database systems, various studies are being conducted to reduce the number of accesses to data entities and speed up processing.

それらのうち、データベースに索引(インデックス)を
利用して、効率よく操作すること、および索引の構造に
B−treeを使用すること、については、例えば、「
データベースシステムの基礎、″″7.67.6索引」
(植村俊亮著、オーム社、昭和58.8.30、第1版
、PP207〜PP219参照)および「アルゴリズム
士データ構造=PASCALプログラム、4.5 多分
木」(With著2片山卓也訳2日本コンピュータ協会
・昭和55.7.15.第3版、PP277〜PP30
1参照)で詳細に述べられている。すなわち、前者には
、データベースに索引を付与する場合、索引を作る対象
となる属性(データ項目)つまりキー値をレコードの格
納されている番地に変換する表を作成すること、数個の
レコードをまとめてブロックとし、その中で最大のキー
値とそのブロック番号を対応させておくこと、さらに索
引のまた索引という多段の索引構成にすること、また索
引にはブロックあふれ領域と共用あふれ領域とを設ける
こと5等が記載されている。
Among these, regarding the use of indexes in databases for efficient operation and the use of B-trees for the index structure, for example,
Fundamentals of database systems, ``7.67.6 Index''
(Author: Shunsuke Uemura, Ohmsha, August 30, 1980, 1st edition, PP207-PP219) and “Algorithmist Data Structure = PASCAL Program, 4.5 Multiply Tree” (Author, With, 2 Translated by Takuya Katayama, 2 Japan Computer Association, 1977.7.15. 3rd edition, PP277-PP30
1). In other words, when adding an index to a database, the former involves creating a table that converts the attribute (data item) that is the target of the index, that is, the key value, into the address where the record is stored, and creating a table that converts several records. They should be grouped together as a block, and the largest key value in that block should be associated with its block number. Furthermore, the index should have a multi-stage index structure, and the index should have a block overflow area and a shared overflow area. 5 etc. to be provided are described.

また、後者には、与えられたnに対してすべてのページ
がnから2nまでの節点を含むので、木がN個の項目か
らなり、最大ページ・サイズが20節点である場合、最
悪でも必要なページ・アクセス回数は−QOglINで
あること、B木の特質として、各ページは高々2n個の
項目(キー)しか含まないこと、根のページを除いて、
各ページは少なくともn個の項目を含むこと、各ページ
は葉のページであり、子孫を持たないか、あるいはm+
1個の子孫を持つこと(mはキーの数)、葉のページは
、すべて同一レベルに現われること1等が記載されてい
る。しかし、従来の検索方法では、データベース・アク
セス経路として複数の索引が利用された場合、その中の
どれを選択するかを定量的に判断することは不可能であ
った。すなわち、従来の考え方では、索引は、データベ
ースを効率的に操作する1手段であって、その索引のフ
ィルタリング効果を判定する手段として利用することは
、全く配慮されていなかった。
Also, for the latter, for a given n, every page contains nodes from n to 2n, so if the tree consists of N entries and the maximum page size is 20 nodes, then at worst it is necessary. The number of page accesses is -QOglIN, the characteristic of B-tree is that each page contains at most 2n items (keys), and excluding the root page,
Each page must contain at least n items, each page must be a leaf page and have no descendants, or m+
It is stated that there is one descendant (m is the number of keys), that all leaf pages appear at the same level, etc. However, with conventional search methods, when multiple indexes are used as database access routes, it is impossible to quantitatively determine which index to select. That is, in the conventional thinking, an index is a means for efficiently operating a database, and no consideration was given to using the index as a means for determining the filtering effect of the index.

〔発明の目的〕[Purpose of the invention]

本発明の目的は、このような問題を解決し、索引に対す
る条件適用の効果、つまりどの索引を利用すれば最も効
果的であるかを判定できるようにして、利用可能な索引
が複数ある場合に、データ実体へのアクセスを最小にす
ることができるデータベースシステムの検索方式を提供
することにある。
The purpose of the present invention is to solve such problems and to make it possible to determine the effect of applying conditions to indexes, that is, which index is most effective to use, and to solve the problem when there are multiple indexes available. The object of the present invention is to provide a search method for a database system that can minimize access to data entities.

〔発明の概要〕[Summary of the invention]

上記目的を達成するため、本発明のデータベースシステ
ムの検索方式は、データと該データに対する複数のBト
リー構造を用いる索引を備えたリレーヨナルデータベー
スシステムにおいて、上記Bトリー構造中に索引内の総
データ件数に関する情報を記憶させ、データ検索の前に
索引をアクセス七、上記データ件数の情報を用いて、指
定された条件に適合するデータ数が最も少ない索引を選
択し、該索引を用いてデータの検索を行うことに特徴が
ある。
In order to achieve the above object, the search method of the database system of the present invention is a relational database system equipped with data and an index using a plurality of B-tree structures for the data. Store information about the number of data and access the index before data search.7. Using the information on the number of data above, select the index with the smallest number of data that meets the specified conditions, and use this index to search the data. It is characterized by searching.

〔発明の実施例〕[Embodiments of the invention]

以下、本発明の実施例を1図面により詳細に説明する。 Hereinafter, embodiments of the present invention will be described in detail with reference to one drawing.

第1図は、本発明の一実施例を示す索引の構造図である
FIG. 1 is a structural diagram of an index showing one embodiment of the present invention.

第1図の構造自体は、B  tree構造に従って示さ
れている。B−treeによる索引は、1つのルートペ
ージ11と多段複数のインデックスページ12(第1図
では、1段2ページである)。
The structure of FIG. 1 itself is shown according to the B tree structure. A B-tree index has one root page 11 and multiple index pages 12 in multiple stages (in FIG. 1, each stage has two pages).

および索引の最下位レベルに位置するリーフページ13
とから構成される。
and leaf page 13 located at the lowest level of the index.
It consists of

本発明においては、B−tree構造をベースとした索
引が、ある索引値を持つデータ実体を、特定するための
索引へのアクセス回数が少ないこと、およびデータ実体
に関する情報を索引が持っていることを利用し、索引中
にデータ件数に関する情報111を付加することにより
、B−tree構造をベースとした索引の特質を失うこ
となく、その索引を利用した場合の適用条件の効果(つ
まり、本検索の前に、どの索引を利用したときに最も効
果的であるかを判定すること、これを以下、フィルタリ
ング効果という)を判定することができ。
In the present invention, an index based on a B-tree structure requires fewer accesses to identify a data entity with a certain index value, and the index has information regarding the data entity. By adding information 111 regarding the number of data items to the index, the effect of the application conditions when using the index (in other words, the main search Before this, it is possible to determine which index is most effective when used (hereinafter referred to as filtering effect).

これによってより効果的な索引の利用を可能にする。This allows more effective use of the index.

第2図(a)、(b)、(c)は、それぞれ第1図のル
ートページ11、インデックスページ12、リーフペー
ジ13の各構造図である。
FIGS. 2(a), (b), and (c) are structural diagrams of the root page 11, index page 12, and leaf page 13 shown in FIG. 1, respectively.

第2図(、)のルートページ11では、総データ件数1
11.インデックスエントリ112.およびインデック
スエントリ112で示されたキー値より大きいインデッ
クスエントリ群のインデックスページへのポインタ(以
下、最大キーポインタと略す)113から構成されてい
る。なお、115は、未使用領域であって、索引構造と
特に関係はない。総データ数111は、本発明の特徴的
な要素であって、この情報により索引内の総データ件数
を知ることができる。インデックスエントリ112は、
その構造中に、ある項目に対するキー値116、そのキ
ー値を持つデータ実体へのポインタ117、そのキー値
以下のインデックスエントリ群を格納したインデックス
ページへのポインタ114、および本発明の特徴的な要
素であるデータ件数118が含まれる。データ件数11
8は、そのキー値以下のデータ件数を示したもので1本
情報と総データ件数111から本発明によるフィルタリ
ング効果の判定が可能になる1判定方法については、第
3図で後述する。次に、第2図(b)のインデックスペ
ージ12の構造において、1つのインデックスページ1
2は最大n個のインデックスエントリを格納する。この
nの値については、B  tree構造を満足する値で
あればよい。インデックスページ12内のインデックス
エントリ121.122、および124はルートページ
11内のインデックスエントリと構造は等しく、ポイン
タ125と114.キー値126と116、ポインタ1
27と117.データ件数12と118が、それぞれ対
応している。また、最大キーポインタ123をインデッ
クスページ12内に1つ持っているのは、ルートページ
11内の最大キーポインタ113と同じである。第2図
(c)は、リーフページ13の構造を示したものであり
、前述のインデックスページ12およびルートページ1
1と構造上は同じである。リーフページ13とインデッ
クスページ12との違いは、リーフページ13のインデ
ックスエントリ中の下位へのポインタ135(これはポ
インタ114,125に相当する)および最大キーポイ
ンタ134(これはポインタ113,123に相当する
)が、常時空位となっている点である。このように、第
1図、第2図に示し7=m引の構造は、本発明で新たに
設けた総データ件数111、および各ページ内インデッ
クスエントリ中のデータ件数(118,128゜138
)を除けば、B−treeと合致しており。
In the root page 11 of Figure 2 (,), the total number of data items is 1.
11. Index entry 112. and a pointer (hereinafter abbreviated as maximum key pointer) 113 to an index page of an index entry group larger than the key value indicated by the index entry 112. Note that 115 is an unused area and has no particular relation to the index structure. The total number of data items 111 is a characteristic element of the present invention, and the total number of data items in the index can be known from this information. The index entry 112 is
Its structure includes a key value 116 for a certain item, a pointer 117 to a data entity having that key value, a pointer 114 to an index page storing a group of index entries below that key value, and characteristic elements of the present invention. The number of data items 118 is included. Number of data items 11
8 indicates the number of data items that are less than or equal to the key value.A determination method 1 that enables the determination of the filtering effect according to the present invention from the 1 information and the total number of data items 111 will be described later with reference to FIG. Next, in the structure of the index page 12 in FIG. 2(b), one index page 1
2 stores up to n index entries. The value of n may be any value that satisfies the B tree structure. Index entries 121, 122, and 124 in index page 12 are identical in structure to the index entries in root page 11, and have pointers 125, 114 . Key values 126 and 116, pointer 1
27 and 117. The data numbers 12 and 118 correspond to each other. Also, the fact that the index page 12 has one maximum key pointer 123 is the same as the maximum key pointer 113 in the root page 11. FIG. 2(c) shows the structure of the leaf page 13, which includes the above-mentioned index page 12 and root page 1.
It is structurally the same as 1. The difference between the leaf page 13 and the index page 12 is that a pointer 135 (this corresponds to pointers 114, 125) to the lower order in the index entry of the leaf page 13 (this corresponds to pointers 114, 125) and a maximum key pointer 134 (this corresponds to pointers 113, 123) ) is always vacant. In this way, the structure of 7=m arguments shown in FIG. 1 and FIG.
), it matches B-tree.

本発明の索引構造ではB−tree本来の特質をそのま
ま具備している。また、本発明の特徴的要素を追加する
ことによって、B−tree本来のtreeの成長、消
滅の方法を大きく変えることはない。ただし、インデッ
クスページ12およびリーフページ13内でのインデッ
クスエントリのサーチは、シーケンシャルサーチのみを
使用でき、他のサーチは使用できない点で異なっている
The index structure of the present invention has the original characteristics of B-tree as they are. Further, the addition of the characteristic elements of the present invention does not significantly change the original method of growing and extinguishing a B-tree. However, the search for index entries within index page 12 and leaf page 13 differs in that only sequential search can be used and no other searches can be used.

第3図は、フィルタリング効果判定のためのデータ件数
取得のフローチャートである。
FIG. 3 is a flowchart for acquiring the number of data items for filtering effect determination.

ある索引項目(データ項目)に対して、比較すべきキー
値(定数であり、以下Xと略記する)と、その比較条件
(等号、不等号など)が与えられたとき、そのキー値以
下、未満および等しいデータ件数取得の概略処理を、第
3図により説明する。
When a key value to be compared (a constant, abbreviated as X below) and a comparison condition (equal sign, inequality sign, etc.) are given for a certain index item (data item), below that key value, A schematic process for acquiring the number of less than and equal data items will be explained with reference to FIG.

第3図中に使用している変数は、第2図(a)〜(e)
中で使用されている記号と一致している。
The variables used in Figure 3 are shown in Figures 2 (a) to (e).
It matches the symbol used in

先ず、ルートページをアクセスし、総データ件数111
をsunに得ると同時に、データ件数カウント用のエリ
ア118をクリアする(ブロック21)、次に、Xとル
ートページ内インデックスエントリのキー値(root
−keyl12のkayl16)を比較しくブロック2
2)、Xが小さい場合には、第2図(、)に示すポイン
タ(ro。
First, access the root page, and the total number of data items is 111.
At the same time, the area 118 for counting the number of data items is cleared (block 21). Next, X and the key value of the index entry in the root page (root
- Compare keyl12's kayl16) block 2
2), when X is small, the pointer (ro) shown in FIG.

t−keyLL2のptrlL4)を検索ポインタに設
定して1次のインデックスページのアクセスを可能にす
る(ブロック23)。また、Xが大きい場合には、ルー
トページ内の最大キーポインタ(第2図(a)のmax
ptr  113)を検索ポインタに設定する。この場
合には、Xより小さい値を持つデータが、root−k
eyl’12のptr114以降に存在することになる
ため、eountにデータ件数(第2図(a)のr o
 o t −k ey112のcountllB)を加
算する(プロツり24)。次に、Xと等しいキーを持つ
か、あるいはXより大きなキー値を持つインデックスエ
ントリが現われるまで、サーチを続け、データ件数を加
算し続ける(ブロック25)、すなわち、インデックス
ページ12またはリーフページ13のエントリ番号i 
= Oにセットしくブロック251)、キー値126ま
たは136とXとを比較して、Xの方が大きいか、等し
いときには、比較条件を判定するブロック26に進み、
Xの方が小さいときには(ブロック252)、coun
tにデータ件数(root−key121,131のc
ount128.138)を加算し、エントリ番号を1
だけインクリメントして、再びブロック252に戻る(
ブロック254)。Xがキー値126,136より大き
くなく、等しくなく、また小さくもない場合には、ポイ
ンタ125,135  (エントリ中のptrを検索ポ
インタとする(ブロック255)。
ptrlL4) of t-keyLL2 is set as a search pointer to enable access to the primary index page (block 23). Also, if X is large, the maximum key pointer in the root page (max
ptr 113) as the search pointer. In this case, data with a value smaller than
Since it exists after ptr114 of eyl'12, the number of data items (ro in Figure 2 (a)
ot - countllB of key 112) is added (Protect 24). Next, the search continues and the number of data entries continues to be added (block 25) until an index entry with a key equal to X or with a key value greater than entry number i
= O (block 251), compares the key value 126 or 136 with X, and if X is greater or equal, proceeds to block 26 for determining the comparison condition;
When X is smaller (block 252), coun
t is the number of data items (root-key 121, 131 c
ount128.138) and set the entry number to 1.
and returns to block 252 (
Block 254). If X is not greater than, equal to, or less than the key values 126 and 136, pointers 125 and 135 (ptr in the entry are set as search pointers (block 255)).

検索ポインタ=nuQnのときには比較条件のブロック
に進み、そうでないときにはブロック251に戻る(ブ
ロック256)。
When the search pointer=nuQn, the process advances to the comparison condition block; otherwise, the process returns to block 251 (block 256).

このようにして、サーチは、各ページの左から右のイン
デックスエントリに向ってシーケンシャルに行う、Xに
対するサーチが完了すると、ブロック26に進み、比較
条件が何であるかにより、Count値に補正を加える
(c o u n を値は。
In this way, the search is performed sequentially from the left to the right index entry of each page. When the search for (The value of coun is.

Xの項目も含んだ数となっているため)、大小判定で、
等号を含まない場合には、Count値から1を引いて
countとする(ブロック27)。
(Because the number also includes the item X), in the size judgment,
If the equal sign is not included, 1 is subtracted from the Count value to obtain the count (block 27).

また、大小判定で等号を含む場合には、補正を加えず、
処理を終了する。比較条件が、1゛=”または≠″の場
合には、Xと等しい項目をカウントする(ブロック28
1〜283)、すなわち、Xと等しい項目の番号をjと
すると、j=0から比較を始めて、キ一番号(key1
26,136)がXと等しければ項目番号jおよびエン
トリ番号iを1だけインクリメントした後、再びXと等
しいか否かを調べる(ブロック28)。
Also, if the size judgment includes an equal sign, no correction is applied,
Finish the process. If the comparison condition is 1 = “or ≠”, count items equal to X (block 28
1 to 283), that is, if the number of the item equal to X is j, start the comparison from j = 0, and then
26, 136) is equal to X, the item number j and entry number i are incremented by 1, and then it is checked again whether they are equal to X (block 28).

一連の処理が終了すると、countにX値以下のデー
タ件数が求まる。比較条件が6g < #y 、 1g
≧”および“=″の時の検索してくるデータ件数は、C
ount値そのものである。比較条件が # > 31
゜°°≧″および′≠″の時は、総データ件数sumか
らCount値を引いたものが検索してくるデータ件数
となる。この方法により、利用可能な索引が複数ある場
合に、どの索引を利用すればより効果的であるかの判定
が可能となる。
When the series of processing is completed, the number of data items whose count is equal to or less than the X value is determined. Comparison conditions are 6g <#y, 1g
The number of data retrieved when ≧” and “=” is C
This is the out value itself. Comparison condition is # > 31
When ゜°°≧'' and '≠'', the total number of data items sum minus the Count value becomes the number of data items to be retrieved. This method makes it possible to determine which index is more effective to use when there are multiple indexes available.

ここまでで1本発明の索引の構造、および索引のフィル
タリング効果の判定法について述べた。
Up to this point, the structure of the index according to the present invention and the method for determining the filtering effect of the index have been described.

次に、本発明を、データベースシステムにどのように適
用するかについて、述べる。
Next, how the present invention is applied to a database system will be described.

第4図は、リレーショナルデータベースシステムにおけ
る1つのりレーシコン例である。
FIG. 4 is an example of one resicon in a relational database system.

いま、第4図をリレーションlとすると、このリレーシ
ョン1の構造と索引の関係が示されている。このリレー
ションlは、1件のデータが4つの項目から構成されて
おり、それらは数値データからなる項目1(31)、文
字データからなる項目2(32)、文字データからなる
項目3(33)、数値データからなる項目4(34)で
ある。項目1は。
Now, assuming that FIG. 4 is a relation 1, the relationship between the structure of this relation 1 and its index is shown. In this relation l, one data item consists of four items: item 1 (31) consisting of numerical data, item 2 (32) consisting of character data, and item 3 (33) consisting of character data. , item 4 (34) consists of numerical data. Item 1 is.

索引35を、また項目2は索引36を、項目4は索引3
7を、それぞれ持っている。各項目のデータ値は、第4
図中に記載されている。
index 35, item 2 to index 36, item 4 to index 3
7 each. The data value of each item is
It is described in the figure.

いま、第4図のりレーシコン1について、各データ中の
項目3を検索せよという検索要求が与えられた場合(た
だし、検索条件は次の通りとする・―・・項目lく10
かつ項目2〉11ΔΔa b c、”かつ項目4>10
0.なお、″は文字列を示し、Δは空白を示す)を考え
る。文字列比較においては、空白が他の文字より小さい
ものとする。
Now, if a search request is given to search for item 3 in each data regarding glue controller 1 in Fig. 4 (however, the search conditions are as follows...Item 10)
and item 2>11ΔΔa b c,” and item 4>10
0. Note that "" indicates a character string and Δ indicates a blank space. In character string comparison, it is assumed that the blank space is smaller than other characters.

データベースの検索方法として1条件が指定された項目
全てが索引を持っているため、いずれかの索引を利用し
て(同時に複数の索引の利用はできない)データ検索を
行う。前述のフィルタリング効果判定処理を加えること
により、いずれの索引を利用することが有利であるかを
判定できる。
Since all items for which one condition is specified as a database search method have indexes, data searches are performed using any one of the indexes (multiple indexes cannot be used at the same time). By adding the filtering effect determination process described above, it is possible to determine which index is advantageous to use.

つまり1本発明のフィルタリング効果判定法(第3図で
説明した方法)によれば、項目1に対する索引を利用し
た場合、5件のデータが1項目2に対する索引を利用し
た場合には、10件のデータが、また項目4に対する索
引を利用した場合には、18件のデータが、それぞれ検
索されることがわかる。したがって、この検索要求につ
いては、項目1に対する索引を利用したデータ検索が最
適であると判断できる。上記例題では、データ件数が最
大でもたかだか18であり、いずれの索引を利用しても
大差はないが、実際のデータベースでは、データ件数が
数万件以上であることも珍らしくないため1本発明がき
わめて有効となる。
In other words, according to the filtering effect determination method of the present invention (method explained in FIG. 3), when using the index for item 1, 5 items of data will be 1. When using the index for item 2, 10 items will be It can be seen that if the index for item 4 is used, 18 pieces of data will be retrieved. Therefore, for this search request, it can be determined that a data search using the index for item 1 is optimal. In the above example, the maximum number of data items is 18 at most, and there is no big difference which index is used. However, in an actual database, it is not uncommon for the number of data items to be tens of thousands or more. is extremely effective.

〔発明の効果〕〔Effect of the invention〕

以上説明したように1本発明によれば、データ検索にお
いて、利用可能な索引が複数存在する場合、それらの中
のどれを利用することが最も効果的であるかを、本検索
の前に索引をアクセスすることにより判定できるので1
本検索に比べて格段に短い索引アクセス時間で、本検索
時間が最短となる索引を特定することが可能となる。ま
た1本発明では、B−tree上にデータ件数に関する
情報を追加するのみで実現でき、その場合にも。
As explained above, according to the present invention, in a data search, when there are multiple available indexes, it is determined which of them is most effective to use before the main search. Since it can be determined by accessing 1
With an index access time that is much shorter than that of a regular search, it is possible to identify an index with the shortest actual search time. In addition, according to the present invention, the present invention can be realized simply by adding information regarding the number of data items on the B-tree, and even in that case.

追加した情報によりB−tree本来の特質を失わず、
treeの成長や消滅方法を大きく変えることはないの
で、索引のメンテナンス処理時間を大幅に増加させない
ですむ。
With the added information, the original characteristics of B-tree are not lost,
Since it does not significantly change the way the tree grows or disappears, there is no need to significantly increase the index maintenance processing time.

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

第1図は本発明の一実施例を示す索引の構造図、第2図
は第1図の各ページの構造図、第3図は本発明によるフ
ィルタリング効果判定のためのデータ件数取得の処理フ
ローチャート、第4図はりレーシコンの一例を示す構造
図である。 11:ルートページ、12:インデックスページ、13
:リーフページ、111:総データ件数。 112.121,122,124,131,132.1
33:インデックスエントリ、114,125.135
:インデックス/リーフページポインタ、116,12
6,136:項目キー値、117.127,137:デ
ータ実体ポインタ、118.128.138:キー値以
下データ件数、113.123,134:最大キーポイ
ンタ、115:未使用エリア、31,32,33,34
:項目、35,36.37:各項目の索引。 第   2   図 (a)  ルートページの構造 (b)  インデックスページの構造 (C)  リーフページの構造
Fig. 1 is a structural diagram of an index showing an embodiment of the present invention, Fig. 2 is a structural diagram of each page in Fig. 1, and Fig. 3 is a processing flowchart for acquiring the number of data items for determining filtering effectiveness according to the present invention. , FIG. 4 is a structural diagram showing an example of a beam laser controller. 11: Root page, 12: Index page, 13
: Leaf page, 111: Total number of data items. 112.121, 122, 124, 131, 132.1
33: Index entry, 114, 125.135
: Index/leaf page pointer, 116, 12
6,136: Item key value, 117.127,137: Data entity pointer, 118.128.138: Number of data items below key value, 113.123,134: Maximum key pointer, 115: Unused area, 31, 32, 33, 34
:Item, 35, 36.37: Index of each item. Figure 2 (a) Structure of root page (b) Structure of index page (C) Structure of leaf page

Claims (2)

【特許請求の範囲】[Claims] (1)データと該データに対する複数のBトリー構造を
用いる索引を備えたリレーヨナルデータベースシステム
において、上記Bトリー構造中に索引内の総データ件数
に関する情報を記憶させ、データ検索の前に索引をアク
セスし、上記データ件数の情報を用いて、指定された条
件に適合するデータ数が最も少ない索引を選択し、該索
引を用いてデータの検索を行うことを特徴とするデータ
ベースシステムの検索方式。
(1) In a relational database system equipped with data and an index using a plurality of B-tree structures for the data, information about the total number of data items in the index is stored in the B-tree structure, and the index is used before data search. A search method for a database system, characterized in that the index is accessed, the information on the number of data items is used to select an index with the smallest number of data that meets specified conditions, and data is searched using the index.
(2)上記指定された条件に適合するデータ数の最も少
ない索引の選択は、Bトリーの最上位ページを選択する
ため、該ページからデータ件数情報を得た後、指定条件
のデータ項目(キー値)とページ内インデックスエント
リのキー値を比較し、次に下位ページでは、上記指定条
件のデータ項目と等しいキー値を持つか、該キー値より
大きい値を持つインデックスエントリが現われるまで、
サーチしてデータ件数の加算を行い、サーチ終了後、比
較条件によりデータ件数の加算値に補正を加えることを
特徴とする特許請求の範囲第1項記載のデータベースシ
ステムの検索方式。
(2) To select the index with the smallest number of data that meets the specified conditions above, the top page of the B-tree is selected, so after obtaining the data count information from that page, value) and the key value of the index entry within the page, and then in the lower page, until an index entry with a key value equal to or larger than the data item of the specified condition appears,
A search method for a database system according to claim 1, characterized in that the number of data items is added by searching, and after the search is completed, the added value of the number of data items is corrected based on a comparison condition.
JP60024626A 1985-02-12 1985-02-12 Retrieving system for data base system Pending JPS61184635A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60024626A JPS61184635A (en) 1985-02-12 1985-02-12 Retrieving system for data base system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60024626A JPS61184635A (en) 1985-02-12 1985-02-12 Retrieving system for data base system

Publications (1)

Publication Number Publication Date
JPS61184635A true JPS61184635A (en) 1986-08-18

Family

ID=12143349

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60024626A Pending JPS61184635A (en) 1985-02-12 1985-02-12 Retrieving system for data base system

Country Status (1)

Country Link
JP (1) JPS61184635A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04229372A (en) * 1990-04-26 1992-08-18 Internatl Business Mach Corp <Ibm> Method and system for controlling reuse of memory sapce

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04229372A (en) * 1990-04-26 1992-08-18 Internatl Business Mach Corp <Ibm> Method and system for controlling reuse of memory sapce

Similar Documents

Publication Publication Date Title
EP1393206B1 (en) Data structure for information systems
US6499033B1 (en) Database method and apparatus using hierarchical bit vector index structure
EP0520488B1 (en) Method and apparatus for integrating a dynamic lexicon into a full-text information retrieval system
EP0877327B1 (en) Method and apparatus for performing a join query in a database system
EP2996054B1 (en) Limiting scans of loosely ordered and/or grouped relations using nearly ordered maps
US5265244A (en) Method and system for facilitating processing of statistical inquires on stored data accessible through a data access structure
US7213025B2 (en) Partitioned database system
US6266660B1 (en) Secondary index search
US20070073759A1 (en) Methods and systems for joining database tables using indexing data structures
US7194456B2 (en) Method of querying a structure of compressed data
CA2336651A1 (en) Value-instance-connectivity computer-implemented database
US5855013A (en) Method and apparatus for creating and maintaining a computer database utilizing a multi-purpose data format
US7080072B1 (en) Row hash match scan in a partitioned database system
JP2001331509A (en) Relational database processor, relational database processing method, and computer-readable recording medium recorded with relational database processing program
US9489413B2 (en) Asynchronous global index maintenance during partition maintenance
US7136861B1 (en) Method and system for multiple function database indexing
US8321420B1 (en) Partition elimination on indexed row IDs
EP0563282B1 (en) Paging process using extension tables
JP2004534981A (en) Methods for organizing data and processing queries in a database system, and database systems and software products for implementing such methods
JPS61184635A (en) Retrieving system for data base system
US6694324B1 (en) Determination of records with a specified number of largest or smallest values in a parallel database system
JPH11232283A (en) Information retrieving method
JPS59146339A (en) Information retrieving system
US9015187B1 (en) Mapping table rows to characters
Shishibori et al. A method to improve metric index VP-tree for multimedia databases