JPH0573381A - Update processing system for index - Google Patents

Update processing system for index

Info

Publication number
JPH0573381A
JPH0573381A JP3237602A JP23760291A JPH0573381A JP H0573381 A JPH0573381 A JP H0573381A JP 3237602 A JP3237602 A JP 3237602A JP 23760291 A JP23760291 A JP 23760291A JP H0573381 A JPH0573381 A JP H0573381A
Authority
JP
Japan
Prior art keywords
index
block
record
index block
division
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
JP3237602A
Other languages
Japanese (ja)
Inventor
Masaaki Sekine
正明 関根
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 Solution Innovators Ltd
Original Assignee
NEC Solution Innovators 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 Solution Innovators Ltd filed Critical NEC Solution Innovators Ltd
Priority to JP3237602A priority Critical patent/JPH0573381A/en
Publication of JPH0573381A publication Critical patent/JPH0573381A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To decrease the frequency of index block input and output and speed up an index updating process by changing the dividing process of an index block from a conventional two-dividing process to a three-dividing process. CONSTITUTION:When an index block free area decision means 1-1 decides that there is no free area, a division quantity decision means 1-2 decides the number of divisions of the index block. Namely, when the frequency of division is larger than a decision number defined by a user, the three-dividing processing is performed, but when not, the two dividing process is performed. In the three- dividing process, a two-index block generating means 1-5 secures two lowest- order index block areas newly in an index file. Then an index record three- divion transfer means 1-6 divides the total number of index records in the index block by three and transfers the records to corresponding index blocks. A division frequency updating means 1-7 updates the frequency of division and a block position information updating means 1-8 updates the next block address of the index block. Consequently, the frequency of index block input and output is decreased.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は索引の更新手段方式、特
にランダムアクセス可能な記憶装置にブロック単位で階
層的に構成された索引の更新手段方式に関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an index updating means system, and more particularly to an index updating means system hierarchically constructed in block units in a randomly accessible storage device.

【0002】[0002]

【従来の技術】従来のこの種の索引の更新処理は、空き
領域の無い索引ブロックに索引レコードを追加する場
合、以降、さらに索引レコードの追加があることを考慮
して、それぞれの索引ブロックに空き領域を半分ずつ持
つように索引ブロックを2つに分割していた。
2. Description of the Related Art In the conventional update processing of this kind of index, when an index record is added to an index block having no free space, the index record is added to each index block in consideration of the additional index record. The index block was divided into two so as to have a free area in each half.

【0003】分割の方法は、新たに索引ブロックを作成
し、その索引ブロックに空き領域の無くなった索引ブロ
ック内の半数の索引レコードを移送し、それぞれの索引
ブロックに半分ずつ空き領域を作るというものである。
The method of division is to create a new index block, transfer half of the index records in the index block with no free space to the index block, and create half free space in each index block. Is.

【0004】[0004]

【発明が解決しようとする課題】上述した従来の索引の
更新処理方式では、登録する索引レコードの索引値によ
らず常に索引ブロックに半分の空き領域を作りながら分
割を繰り返していく。
In the above-described conventional index update processing method, the division is repeated while always creating a half empty area in the index block regardless of the index value of the index record to be registered.

【0005】特に、登録する索引レコードの索引値があ
る一定の値に片寄る場合には、特定の索引ブロックに多
く分割処理が発生し索引ブロックの入出力回数が増加す
るため索引レコードの登録処理が遅くなるという問題点
がある。
Particularly, when the index value of the index record to be registered deviates to a certain value, a large number of division processes occur in a specific index block and the number of input / output of the index block increases, so that the index record registration process is performed. There is a problem of being late.

【0006】[0006]

【課題を解決するための手段】本発明の索引の更新処理
方式は、索引値とその値を持つレコード番号の組み合わ
せからなる索引レコードをm番の索引ブロックに追加す
る場合にm番の索引ブロックに追加できる空き領域があ
るかを判定する索引ブロック空き領域判定手段と、m番
の索引ブロックに記録されている索引ブロックの分割数
が利用者により定義される判定数dを越えているかを判
定する分割判定手段と、新しくn番の索引ブロックの領
域を確保する1索引ブロック作成手段と、新しくn番、
n+1番の2つの索引ブロックの領域を確保する2索引
ブロック作成手段と、m番の索引ブロックに格納されて
いる索引レコード総数の半数をn番の索引ブロックに移
送する索引レコード2分割移送手段と、m番の索引ブロ
ックに格納されている索引レコード総数を3分割しそれ
らをm番、n番、n+1番の索引ブロックに等しく移送
する索引レコード3分割移送手段と、mの索引ブロック
と新しく確保したn番、n+1番の索引ブロックの持つ
分割回数に1加える分割回数更新手段と、m番、および
新しく作成した索引ブロックが持つ各階層内で次の索引
ブロックを指す位置情報を更新するブロック位置情報更
新手段と、追加する索引レコードの索引値により追加す
る索引ブロックを決定する索引レコード追加ブロック決
定手段と、索引レコード追加ブロック決定手段により決
定した索引ブロックに索引レコードを追加する索引レコ
ード追加手段と、n番、n+1番の索引ブロックを作成
した場合または追加する索引レコードの索引値がm番の
索引ブロック内で最小の索引値未満の場合上位索引ブロ
ックの更新が必要であると判定する上位索引ブロック更
新判定手段と、m番の索引ブロック内で最小の索引値と
mの索引ブロックを指す位置情報からなる上位索引レコ
ードを上位索引ブロックに追加することにより上位索引
ブロックを更新する上位索引ブロック更新手段を有して
いる。
According to the index update processing method of the present invention, an m-th index block is added when an index record consisting of a combination of an index value and a record number having the value is added to the m-th index block. Index block free area determining means for determining whether or not there is a free area that can be added, and whether the number of divisions of the index block recorded in the mth index block exceeds the determination number d defined by the user. Division determining means for performing the above-mentioned operation, one index block creating means for reserving a new n-th index block area, and a new n-th index block,
Two index block creating means for securing the area of two index blocks numbered n + 1, and two index record split transfer means for moving half of the total number of index records stored in the index block number m to the index block number n. , An index record 3-division transfer means for dividing the total number of index records stored in the m-th index block into 3 parts, and transferring them equally to the m-th, n-th, and n + 1-th index blocks, and the m-index block and newly secured The number of divisions updating means for adding 1 to the number of divisions of the nth index block and the n + 1th index block, and the block position for updating the position information pointing to the next index block in each hierarchy of the mth index index and the newly created index block Information updating means, index record addition block determining means for determining an index block to be added based on the index value of the index record to be added, and index record Index record adding means for adding an index record to the index block determined by the index addition block determining means, and when the nth and n + 1th index blocks are created or the index value of the index record to be added is within the mth index block If it is less than the minimum index value, the upper index block update determination means determines that the upper index block needs to be updated, and the minimum index value in the mth index block and the position information indicating the mth index block. It has an upper index block updating means for updating the upper index block by adding the upper index record to the upper index block.

【0007】[0007]

【実施例】次に本発明について図面を参照して説明す
る。
The present invention will be described below with reference to the drawings.

【0008】図1は本発明の制御動作を説明するための
フローチャート、図2は索引ファイルを示す、図3,図
4および図5は本発明による処理方式の過程を説明する
ために用いる図である。図6は本発明の処理方式により
図2の索引ファイルに索引レコードを追加した後の索引
ファイルの図である。
FIG. 1 is a flow chart for explaining the control operation of the present invention, FIG. 2 shows an index file, and FIGS. 3, 4 and 5 are diagrams used for explaining the steps of the processing method according to the present invention. is there. FIG. 6 is a diagram of an index file after adding an index record to the index file of FIG. 2 according to the processing method of the present invention.

【0009】図2の索引ファイルは、索引ブロックで階
層的に構成されており、階層内で最下位の索引ブロック
i1,i2と最下位の索引ブロックを管理している上位
の索引ブロックiu1から成る。
The index file shown in FIG. 2 is hierarchically composed of index blocks, and comprises the lowest index blocks i1 and i2 in the hierarchy and the upper index block iu1 which manages the lowest index block. .

【0010】各索引ブロックは、複数の索引レコードと
同一階層内の次の索引ブロックの位置を示すアドレス
(以後次ブロックアドレスと呼ぶ)と索引ブロックの分
割回数で構成されている。なお、次の索引ブロックが存
在しない場合、次ブロックアドレスはNULL値が入っ
ている。
Each index block is composed of an address (hereinafter referred to as a next block address) indicating the position of the next index block in the same hierarchy as a plurality of index records, and the number of divisions of the index block. If the next index block does not exist, the next block address has a NULL value.

【0011】図2の最下位の索引ブロックi1には、索
引レコードiR1,iR2,iR3,iR4,iR5,
iR6が格納されており次ブロックアドレスn1にはi
2が、分割回数d1には10が入っている。
In the lowest index block i1 in FIG. 2, index records iR1, iR2, iR3, iR4, iR5 are included.
iR6 is stored, and i is stored in the next block address n1.
2 is included in the division number d1.

【0012】最下位の索引ブロックi2には、索引レコ
ードiR7、iR8,iR9,iR10が格納されてお
り次ブロックアドレスn2にはNULL値、索引ブロッ
クの分割回数d2には5が入っている。
Index records iR7, iR8, iR9, and iR10 are stored in the lowest index block i2. The next block address n2 contains a NULL value and the index block division count d2 contains 5.

【0013】各索引レコードは索引値とレコード番号か
ら構成されており、索引レコードiR1には索引値に1
0、レコード番号にR1が入っており、同様に索引レコ
ードiR2には索引値20、レコード番号R2、索引レ
コードiR3には索引値30、レコード番号R3,…
…、索引レコードiR10には索引値100、レコード
番号R10が入っている。
Each index record is composed of an index value and a record number, and the index record iR1 contains 1 for the index value.
0, the record number includes R1, and similarly, the index record iR2 has the index value 20, the record number R2, the index record iR3 has the index value 30, the record number R3, ...
The index record iR10 contains the index value 100 and the record number R10.

【0014】上位の索引ブロックは上位索引レコード
と、次ブロックアドレスと分割回数と構成されている。
The upper index block is composed of an upper index record, a next block address and the number of divisions.

【0015】図2の上位の索引ブロックiu1には、上
位索引レコードiRu1とiRu2が格納され、次ブロ
ックアドレスnu1にはNULL値、分割回数du1に
は2が入っている。
The upper index block iu1 of FIG. 2 stores the upper index records iRu1 and iRu2, the next block address nu1 contains a NULL value, and the division count du1 contains 2.

【0016】上位索引レコードは索引値と下位の索引ブ
ロックアドレスで構成され、上位索引レコードiRu1
には索引値10、下位の索引ブロックアドレスはiRu
2には索引値70、下位の索引ブロックアドレスにi2
が入っている。
The upper index record is composed of an index value and a lower index block address, and the upper index record iRu1
Has an index value of 10, and the lower index block address is iRu.
2 has an index value of 70, and the lower index block address has i2
Is included.

【0017】索引ブロックは分割回数が利用者により定
義される判定数d以上の場合に3分割にすると図1の分
割数判定手段1−2で判定するが、本実施例ではこの判
定数dを10とし、この索引ブロックには索引レコード
が最大6個格納できるものとする。
If the number of divisions of the index block is equal to or greater than the number of determinations d defined by the user and the number of divisions is set to three, the number of divisions determination means 1-2 of FIG. 1 determines. It is assumed that this index block can store up to 6 index records.

【0018】図2に示す索引ファイルに、索引値45を
持つ索引レコードiR11を追加し、図2から図3、図
4,図5を経て図6に示す索引ファイルとなる本発明の
処理例を図1に従い(1)〜(10)の順で説明する。
An index record iR11 having an index value of 45 is added to the index file shown in FIG. 2, and an example of the process of the present invention which becomes the index file shown in FIG. 6 through FIGS. 2 to 3, 4 and 5 is performed. It demonstrates in order of (1)-(10) according to FIG.

【0019】(1)索引ブロック空き領域判定手段 索引ブロック空き領域判定手段1−1は、索引値45及
びレコード番号R11を持つ索引レコードiR11を索
引ブロックi1に追加するにあたり、索引ブロックi1
には追加するだけの空き領域がないと判定する。
(1) Index block free area determination means The index block free area determination means 1-1 adds the index record iR11 having the index value 45 and the record number R11 to the index block i1.
It is determined that there is no free area to be added to.

【0020】(2)分割数判定手段 分割数判定手段1−2は、iR11を追加しようとして
いる索引ブロックの分割回数d1の値が利用者の定義し
た定義数10以上であるため3分割をすると判定する。
(2) Division number determination means The division number determination means 1-2 performs three divisions because the value of the division number d1 of the index block to which iR11 is to be added is 10 or more defined by the user. judge.

【0021】(3)2索引ブロック作成手段 図3に示すように、2索引ブロック作成手段1−5は、
索引ファイル内に新しく2つの最下位索引ブロックi
m、im+1の領域を確報する。
(3) 2 index block creating means As shown in FIG. 3, the 2 index block creating means 1-5
Two new lowest index blocks i in the index file
Confirm the area of m and im + 1.

【0022】(4)索引レコード3分割移送手段 図4に示すように、索引レコード3分割移送手段1−6
は、索引ブロックi1内の索引レコードの総数を3分割
し、iR3、iR4を索引ブロックimへ移送し、同じ
く索引レコードiR5、iR6を索引ブロックim+1
へ移送する。
(4) Index record 3-division transfer means As shown in FIG. 4, index record 3-division transfer means 1-6
Divides the total number of index records in the index block i1 into three, transfers iR3 and iR4 to the index block im, and also transfers the index records iR5 and iR6 to the index block im + 1.
Transfer to.

【0023】(5)分割回数更新手段 分割回数更新手段1−7は、i1の分割回路であるd1
の値に1を加えたl1を分割された索引ブロックi1、
im、im+1の分割回数であるd2、dm、dm+1
に格納する。
(5) Division number updating means The division number updating means 1-7 is a division circuit of i1 d1.
Index block i1 obtained by dividing l1 by adding 1 to the value of
The number of divisions of im and im + 1 is d2, dm, and dm + 1.
To store.

【0024】(6)ブロック位置情報更新手段 図5に示すように、索引レコードブロック位置情報更新
手段1−8は、索引ブロックi1の次のブロックアドレ
スであるn1の値をimに、新しく作成した索引ブロッ
クimの次ブロックアドレスであるnmの値をim+1
に、索引ブロックim+1の次のブロックアドレスであ
るnm+1の値をi2に更新する。
(6) Block Position Information Updating Means As shown in FIG. 5, the index record block position information updating means 1-8 newly creates the value of n1 which is the next block address of the index block i1 in im. The value of nm, which is the next block address of the index block im, is im + 1
Then, the value of nm + 1 which is the next block address of the index block im + 1 is updated to i2.

【0025】(7)索引レコード追加ブロック決定手段 索引レコード追加ブロック決定手段1−9は、i1、i
m、im+1のそれぞれの索引ブロック内の最小の索引
値と追加する索引レコードiR11の索引値との大小比
較により追加すべき索引ブロックを決定する。
(7) Index record addition block determining means The index record addition block determining means 1-9 uses i1, i
The index block to be added is determined by comparing the smallest index value in each index block of m and im + 1 with the index value of the index record iR11 to be added.

【0026】索引レコードiR9の索引値は45である
ため追加先をimの索引ブロックとする。
Since the index value of the index record iR9 is 45, the addition destination is the index block of im.

【0027】(8)索引レコード追加手段 図6に示すように、索引レコード追加手段1−10は、
1−9で決定した索引ブロックimに索引レコードiR
11を追加する。
(8) Index Record Adding Means As shown in FIG. 6, the index record adding means 1-10 is
The index record iR is added to the index block im determined in 1-9.
Add 11.

【0028】(9)上位索引ブロック更新判定手段 上位索引ブロック更新判定手段1−11は、索引ブロッ
クの分割手段に伴い上位の索引ブロックの更新手段が必
要と判定する。
(9) Upper Index Block Update Judgment Unit The upper index block update judgment unit 1-11 judges that the updating unit of the upper index block is necessary in accordance with the dividing unit of the index block.

【0029】(10)上位索引ブロック更新手段 図6に示すように、上位索引ブロック更新手段1−12
は、新しく作成した索引ブロック内で最小の索引値と、
その索引ブロックアドレスからなる上位索引レコードの
上位索引ブロックに追加する。
(10) Upper Index Block Updating Unit As shown in FIG. 6, upper index block updating unit 1-12
Is the smallest index value in the newly created index block,
Add to the upper index block of the upper index record consisting of the index block address.

【0030】新しく作成した索引ブロックim内で最小
索引値30と、索引ブロックアドレスimからなる上位
索引レコードiRu3と索引ブロックim+1で最小の
索引値50と、山陰ブロックアドレスim+1からなる
上位索引レコードiRu4を上位索引ブロックiu1に
追加する。
In the newly created index block im, the minimum index value 30 and the upper index record iRu3 consisting of the index block address im, the smallest index value 50 in the index block im + 1 and the upper index record iRu4 consisting of the San'in block address im + 1 are set. Add to upper index block iu1.

【0031】[0031]

【発明の効果】以上説明したように本発明は、開き領域
の無い索引ブロックに新たに索引レコードを登録する場
合において従来の索引の更新処理に、索引ブロックの分
割回数を考慮した索引ブロックの分割処理を加え、索引
ブロックごとに持つ分割回数の情報により、分割回数が
利用者の定義する判定回数を越えたときに、索引ブロッ
クの分割処理を従来の2分割する処理から本発明による
3分割する処理に変更したことは、一定の値に片寄った
索引値を持つ索引レコードが多く登録される場合にあら
かじめ索引ブロックに開き領域を多くとることが出来る
ようになる。
As described above, according to the present invention, when the index record is newly registered in the index block having no open area, the index block division is performed in the conventional index update process in consideration of the number of divisions of the index block. When the number of divisions exceeds the number of determinations defined by the user based on the information on the number of divisions possessed for each index block, the division processing of the index block is divided into two according to the present invention from the conventional processing of dividing into two. The change to the processing makes it possible to take a lot of open areas in the index block in advance when many index records having an index value deviated to a certain value are registered.

【0032】したがって、索引レコードの登録の際に索
引ブロックの分割処理の回数が減少し索引ブロックの入
出力回数が減少するための索引の更新処理が早くなると
言う効果ある。
Therefore, when the index record is registered, the number of times the index block is divided and the number of input / output operations of the index block is reduced, which speeds up the index update process.

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

【図1】本発明の制御動作を説明するためのフローチャ
ートである。
FIG. 1 is a flow chart for explaining a control operation of the present invention.

【図2】本発明の一処理例を説明するための索引ファイ
ルを示す図である。
FIG. 2 is a diagram showing an index file for explaining a processing example of the present invention.

【図3】本発明の一処理経過の索引ファイルを示す図で
あう。
FIG. 3 is a diagram showing an index file of one processing progress of the present invention.

【図4】本発明の処理経過の索引ファイルを示す図であ
る。
FIG. 4 is a diagram showing a process progress index file of the present invention.

【図5】本発明の一処理経過の索引ファイルを示す図で
ある。
FIG. 5 is a diagram showing an index file of one processing progress of the present invention.

【図6】本発明の処理方式により図2の索引ファイルに
索引レコードを追加した後の索引ファイルを示す図であ
る。
FIG. 6 is a diagram showing an index file after adding an index record to the index file of FIG. 2 by the processing method of the present invention.

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

1−1 索引ブロック空き領域判定手段 1−2 分割数判定手段 1−3 1索引ブロック作成手段 1−4 索引レコード2分割移送手段 1−5 2索引ブロック作成手段 1−6 索引レコード3分割移送手段 1−7 分割数更新手段 1−8 ブロック位置情報更新手段 1−9 索引レコード追加ブロック決定手段 1−10 索引レコード追加手段 1−11 上位索引ブロック更新判定手段 1−12 上位索引ブロック更新手段 1-1 Index Block Free Area Determining Means 1-2 Division Number Determining Means 1-3 1 Index Block Creating Means 1-4 Index Record 2-Division Transfer Means 1-5 2 Index Block Creating Means 1-6 Index Record 3-Division Transfer Means 1-7 Division number updating means 1-8 Block position information updating means 1-9 Index record addition block determining means 1-10 Index record adding means 1-11 Upper index block update determining means 1-12 Upper index block updating means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 ランダムアクセス可能な記憶装置にブロ
ック単位で階層的に構成された索引の更新処理方式にお
いて、 索引値とその値を持つレコード番号の組み合わせからな
る索引レコードをm番の索引ブロックに追加する場合に
m番の索引ブロックに追加できる空き領域があるか否か
を判定する索引ブロック開き領域判定手段と、 m番の索引ブロックに記録されている索引ブロックの分
割数が利用者により定義される判定数dを越えているか
否かを判定する分割数判定手段と、 新しくn番の索引ブロックの領域を確保する1索引ブロ
ック作成手段と、 新しくn番、n+1番の2つの索引ブロックの領域を確
保する2索引ブロック作成手段と、 m番の索引ブロックに格納されている索引レコード総数
の半数をn番の索引ブロックに移送する索引レコード2
分割移送手段と、 m番の索引ブロックに格納されている索引レコード総数
を3分割しそれらのm番、n番、n+1番の索引ブロッ
クに等しく移送する索引レコード3分割移送手段と、 m番の索引ブロックと新しく確保したn番、n+1番の
索引ブロックの持つ分割回数に1加える分割回数更新手
段と、m番、および新しく作成した索引ブロックが持つ
各階層内で次の索引ブロックを示す位置情報を更新する
ブロック位置情報更新手段と、 追加する索引レコードの索引値により追加する索引ブロ
ックを決定する索引レコード追加ブロック決定手段と、 索引レコード追加ブロック決定手段により決定し索引ブ
ロックに索引レコードを追加する索引レコード追加手段
と、n番、n+1番の索引ブロックを作成した場合また
は追加する索引レコードの索引値がm番の索引ブロック
内で最小の索引値未満の場合上位索引ブロックの更新が
必要であると判定する上位索引ブロック更新判定手段
と、 m番の索引ブロック内で最小の索引値のm番の索引ブロ
ックを差す位置情報からなる上位索引レコードを上位索
引ブロックに追加することにより上位索引ブロックを更
新する上位索引ブロック更新手段を有するとを特徴とす
る索引の更新処理方式。
1. In an update processing method of an index hierarchically configured in block units in a randomly accessible storage device, an index record consisting of a combination of an index value and a record number having the value is used as an mth index block. An index block open area determination means for determining whether or not there is a free area that can be added to the m-th index block when adding, and the number of divisions of the index block recorded in the m-th index block are defined by the user. The number of divisions determining means for determining whether or not the number of determinations d is exceeded, one index block creating means for newly allocating an area for the nth index block, and two new index blocks of nth and n + 1th index blocks. 2 index block creating means for securing an area and half of the total number of index records stored in the mth index block are transferred to the nth index block Argument record 2
A division transfer means, an index record three-division transfer means for dividing the total number of index records stored in the m-th index block into three, and transferring them equally to those m-th, n-th, and n + 1 index blocks; A division number updating means for adding 1 to the division number of the index block and the newly secured n-th and n + 1-th index blocks, and m-th position information indicating the next index block in each hierarchy of the newly created index block Block position information updating means for updating, the index record addition block determining means for determining the index block to be added according to the index value of the index record to be added, and the index record added to the index block determined by the index record addition block determining means Index record adding means and index record to be added when the nth and n + 1th index blocks are created If the index value of is less than the minimum index value in the m-th index block, the upper index block update determination means that determines that the upper index block needs to be updated; An index update processing method comprising: an upper index block updating means for updating the upper index block by adding an upper index record consisting of position information indicating the index block of number m to the upper index block.
JP3237602A 1991-09-18 1991-09-18 Update processing system for index Pending JPH0573381A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3237602A JPH0573381A (en) 1991-09-18 1991-09-18 Update processing system for index

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3237602A JPH0573381A (en) 1991-09-18 1991-09-18 Update processing system for index

Publications (1)

Publication Number Publication Date
JPH0573381A true JPH0573381A (en) 1993-03-26

Family

ID=17017757

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3237602A Pending JPH0573381A (en) 1991-09-18 1991-09-18 Update processing system for index

Country Status (1)

Country Link
JP (1) JPH0573381A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111597127A (en) * 2020-05-19 2020-08-28 深圳忆联信息系统有限公司 Hybrid SLC caching method and device, computer equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111597127A (en) * 2020-05-19 2020-08-28 深圳忆联信息系统有限公司 Hybrid SLC caching method and device, computer equipment and storage medium
CN111597127B (en) * 2020-05-19 2023-07-04 深圳忆联信息系统有限公司 Method, device, computer equipment and storage medium for hybrid SLC cache

Similar Documents

Publication Publication Date Title
US5987462A (en) Parallel data base record distribution method and parallel data base management system
JPH061447B2 (en) How to back up the database
JPH06103484B2 (en) Method and data processing system for creating and maintaining multiple version documents of a document
CN106095871A (en) A kind of method and device setting up data base directory structure
JPH0573381A (en) Update processing system for index
JPH039494B2 (en)
JPH0736768A (en) Electronic filing device
JP2613961B2 (en) Index division rate change processing method
JPH0256070A (en) Design data managing system
JPH04199338A (en) Data base management system
JPH0431935A (en) File area control system
JPS63172334A (en) Data processing system for data base system
CN117675441A (en) VLAN distribution method, VLAN distribution device and related equipment
JPH0341512A (en) Unspecified medium selecting system for assembled type automatic charging device
JP2001022822A (en) Distributing device for inquiry information
JPH06223106A (en) Document managing device
JPH06290100A (en) Data base system
JPH0338746A (en) Managing system for definition of data structure
JPH0695927A (en) Fault information recording method
JPH02282840A (en) Journal output system
JPH0823838B2 (en) Index file group division processing method
JPS59191665A (en) Storing system for generated data suited to reference rate
JPH02254536A (en) Merge data transmission control system
JPS6310241A (en) Data control system
JPH1091358A (en) Data processor