JP3180336B2 - Data access method using multilayer buffer - Google Patents

Data access method using multilayer buffer

Info

Publication number
JP3180336B2
JP3180336B2 JP23221590A JP23221590A JP3180336B2 JP 3180336 B2 JP3180336 B2 JP 3180336B2 JP 23221590 A JP23221590 A JP 23221590A JP 23221590 A JP23221590 A JP 23221590A JP 3180336 B2 JP3180336 B2 JP 3180336B2
Authority
JP
Japan
Prior art keywords
data
buffer
storage device
page
value
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP23221590A
Other languages
Japanese (ja)
Other versions
JPH04112253A (en
Inventor
邦敏 鶴岡
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
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 filed Critical NEC Corp
Priority to JP23221590A priority Critical patent/JP3180336B2/en
Publication of JPH04112253A publication Critical patent/JPH04112253A/en
Application granted granted Critical
Publication of JP3180336B2 publication Critical patent/JP3180336B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明は、データベースの格納手段等に用いられる二
次記憶装置および主記憶装置上のデータの格納・表現方
法である多層バッファを用いるデータアクセス方法に関
する。
DETAILED DESCRIPTION OF THE INVENTION (Industrial Application Field) The present invention relates to a secondary storage device used as a storage means of a database and a data access using a multi-layer buffer which is a method of storing and expressing data in a main storage device. About the method.

(従来の技術) 従来、二次記憶装置のアクセスを高速化するためのバ
ッファリング(二次記憶装置から一度アクセスしたデー
タを主記憶装置上に保持して再利用する方法)とては、
データをページ(またはブロック)と呼ぶ形式で格納
し、主記憶装置上にページバッファを持つ方法が知られ
ている。この方法は、ウィーダーホールド(Gio Wiede
rhold)著のデータベースデザイン(Database Desig
n、Second Edition、McGaw−Hill Book Company、19
83年、56−59ページ)に記述されている。
(Prior Art) Conventionally, buffering for accelerating access to a secondary storage device (a method of holding data once accessed from a secondary storage device on a main storage device and reusing the data) is as follows.
There is known a method of storing data in a format called a page (or a block) and having a page buffer on a main storage device. This method is called Wieder Hold (Gio Wiede
rhold) Database Design (Database Desig)
n, Second Edition, McGaw-Hill Book Company, 19
1983, pp. 56-59).

(発明が解決しようとする課題) 最近研究が活発化しているオブジェクト指向データベ
ースにおいては、CADやエキスパートシステム等の高度
な応用分野を対象としている。こうした分野の応用プロ
グラムでは、多数のデータ(オブジェクト)を主記憶装
置上に読み込み、それらを用いた演算を高速に実行する
必要がある。しかし、従来のデータベースシステムで
は、データをページ単位でバッファリングすることによ
り、確保する主記憶の大きさに比べて、応用プログラム
で利用する多数のオブジェクトが主記憶装置上に十分に
保持されないから、演算の性能が低いという問題点があ
った。また、従来のシステムでは、データ値のアクセス
のたびにページからオブジェクトを取り出し、次いでオ
ブジェクトからデータ値を取り出すことにより、処理の
オーバヘッドが大きくなるから、処理のオーバヘッドの
増大に起因する性能の低下を招くという問題点があっ
た。
(Problems to be Solved by the Invention) Object-oriented databases, which have been actively researched recently, are intended for advanced application fields such as CAD and expert systems. In an application program in such a field, it is necessary to read a large number of data (objects) into a main storage device and execute an operation using them at high speed. However, in a conventional database system, by buffering data in page units, a large number of objects used in an application program are not sufficiently stored in the main storage device as compared with the size of the main storage to be secured. There is a problem that the performance of the operation is low. Further, in the conventional system, the processing overhead is increased by retrieving the object from the page each time the data value is accessed and then retrieving the data value from the object, so that the performance degradation due to the increase in the processing overhead is reduced. There was a problem of inviting.

本発明の目的は、二次記憶装置および主記憶装置から
のデータアクセスを高速に実行する、多層バッファを用
いるデータアクセス方法を提供することにある。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a data access method using a multi-layer buffer for executing data access from a secondary storage device and a main storage device at high speed.

(課題を解決するための手段) 本発明は、電子計算機の二次記憶装置から主記憶装置
へのデータアクセスを高速化すべく、該二次記憶装置か
ら一度アクセスしたデータを前記主記憶装置上に保持し
て再利用する方法において、前記二次記憶装置中のデー
タブロックに対応する複数のページを保持しているペー
ジバッファと、各ページから取り出された使用中の複数
のオブジェクトを保持しているオブジェクトバッファ
と、各オブジェクトから取り出された使用中の複数のデ
ータ値を保持しているデータバッファとを前記主記憶装
置中に用意し、指定されたデータ値のアクセスを行うと
き、オブジェクトIDと項目IDとから求められたハッシュ
値に対応するデータ領域を前記データバッファから見い
出し、該データ領域と他のデータ領域とを結ぶポインタ
をたどりながら前記データバッファ、前記オブジェクト
バッファ,前記ページバッファおよび前記二次記憶装置
を順次に検索し、前記データバッファから前記指定デー
タ値が見い出されたとき、該指定データ値を返し、前記
オブジェクトバッファから前記指定データ値に対応する
オブジェクトが見い出されたとき、該オブジェクトから
の前記指定データ値の取り出しと前記データバッファ中
に作成された新規のデータ領域への前記指定データ値の
書き込みと前記新規のデータ領域への前記ハッシュ値を
有する直前のデータ領域のポインタの設定と前記指定デ
ータ値の返しとからなる第1のデータ保持動作を行い、
前記ページバッファから前記指定データ値に対応するペ
ージが見い出されたとき、該ページからの前記指定デー
タ値に対応するオブジェクトの取り出しと前記オブジェ
クトバッファへの該オブジェクトの書き込みとからなる
第2のデータ保持動作後、前記第1の保持動作を行い、
前記二次記憶装置中から前記指定データ値に対応するペ
ージが見い出されたとき、該二次記憶装置から前記ペー
ジバッファへの前記ページの書き込み動作後、前記第2
のデータ保持動作および前記第1のデータ保持動作を順
次に行うことを特徴とする。
(Means for Solving the Problems) According to the present invention, in order to speed up data access from a secondary storage device of a computer to a main storage device, data once accessed from the secondary storage device is stored on the main storage device. In the method of holding and reusing, a page buffer holding a plurality of pages corresponding to a data block in the secondary storage device, and holding a plurality of used objects extracted from each page. An object buffer and a data buffer holding a plurality of in-use data values extracted from each object are prepared in the main storage device, and when accessing a specified data value, an object ID and an item are used. A data area corresponding to the hash value obtained from the ID is found from the data buffer, and the data area is connected to another data area. The data buffer, the object buffer, the page buffer, and the secondary storage device are sequentially searched while following the interface, and when the specified data value is found from the data buffer, the specified data value is returned. When an object corresponding to the specified data value is found from the buffer, the specified data value is fetched from the object, the specified data value is written to a new data area created in the data buffer, and the new data value is written. Performing a first data holding operation including setting a pointer of a data area immediately before having the hash value to the data area and returning the specified data value;
When a page corresponding to the specified data value is found from the page buffer, a second data holding operation including fetching an object corresponding to the specified data value from the page and writing the object to the object buffer. After the operation, the first holding operation is performed,
When a page corresponding to the specified data value is found in the secondary storage device, after the operation of writing the page from the secondary storage device to the page buffer, the second
The data holding operation and the first data holding operation are sequentially performed.

(作用) 本発明では、頻繁にアクセスされるデータ値を主記憶
中のデータバッファに格納し、応用プログラムからの要
求があるとき、データ値をデータバッファから直ちに取
り出して返す。また、対応するデータ値がデータバッフ
ァ中にない場合にはオブジェクトバッファから対応する
データ値が取り出され、さらに、対応するデータ値がオ
ブジェクトバッファ中にない場合にはページバッファか
ら対応するデータ値が取り出される。データバッファか
らデータ値を取り出す操作は、ページバッファからデー
タ値を取り出す操作よりもはるかに簡単であるから、従
来のページバッファのみ使用する方法よりも処理が高速
になる。また、同一量の主記憶領域を使うとき、従来の
方法のようにその領域をすべてページバッファに使うよ
りも、該領域をページバッファ、オブジェクトバッフ
ァ、データバッファに分割して使用する方が、応用プロ
グラムが利用するデータ値をより多く主記憶上における
から、二次記憶のアクセス回数が減少し、データアクセ
スの高速化を図ることがてきる。
(Operation) In the present invention, frequently accessed data values are stored in a data buffer in the main memory, and when there is a request from an application program, the data value is immediately retrieved from the data buffer and returned. If the corresponding data value is not in the data buffer, the corresponding data value is fetched from the object buffer. If the corresponding data value is not in the object buffer, the corresponding data value is fetched from the page buffer. It is. Retrieving a data value from a data buffer is much simpler than retrieving a data value from a page buffer, and is therefore faster than conventional methods using only a page buffer. When using the same amount of main storage area, it is more applicable to divide the area into a page buffer, an object buffer, and a data buffer than to use the entire area as a page buffer as in the conventional method. Since more data values are used in the main memory by the program, the number of accesses to the secondary memory is reduced, and the speed of data access can be increased.

(実施例) 本発明の実施例について図面わ参照しながら説明す
る。
(Example) An example of the present invention will be described with reference to the drawings.

第1図は本発明の多層バッファを用いるデータアクセ
ス方法の一実施例を示す流れ図。第2図は本発明の多層
バッファを用いるデータアクセス方法に使用するオブジ
ェクトとページの内部構成を示す図、第3図は本発明の
多層バッファを用いるデータアクセス方法に使用される
データバッファ、オブジェクトバッファ、ページバッフ
ァの構成を示す図、第4図はデータバッファとデータ領
域の内部構成を示す図、第5図は本発明の多層バッファ
を用いるデータアクセス方法が適用される電子計算機の
装置構成を示す図である。
FIG. 1 is a flowchart showing one embodiment of a data access method using a multilayer buffer according to the present invention. FIG. 2 is a diagram showing the internal structure of an object and a page used in the data access method using the multi-layer buffer of the present invention. FIG. 3 is a data buffer and object buffer used in the data access method using the multi-layer buffer of the present invention. FIG. 4 is a diagram showing the internal configuration of a data buffer and a data area, and FIG. 5 is a diagram showing the device configuration of a computer to which a data access method using a multilayer buffer according to the present invention is applied. FIG.

第2図において、応用プログラムが処理の対象とする
一まとまりのデータをオブジェクトと呼ぶ。オブジェク
トは複数のデータ値を内容として持つ。また、二次記憶
とのデータの読み出し・書き込み単位(ブロックに対
応)をページと呼ぶ。ページは複数のオブジェクトを内
容として持つ。
In FIG. 2, a set of data to be processed by the application program is called an object. An object has a plurality of data values as its contents. A unit of reading / writing data (corresponding to a block) with the secondary storage is called a page. A page has a plurality of objects as contents.

第3図において、各バッファはすべて主記憶装置上に
存在する。本図で、データバッファ(略称DBF)は、複
数のデータ値を内容として保持する。オブジェクトバッ
ファ(略称OBF)は、複数のオブジェクトを内容として
保持する。ページバッファ(略称PBF)は、複数のペー
ジを内容として保持する。
In FIG. 3, all the buffers exist in the main storage device. In the figure, a data buffer (abbreviation DBF) holds a plurality of data values as contents. The object buffer (abbreviated as OBF) holds a plurality of objects as contents. The page buffer (abbreviation PBF) holds a plurality of pages as contents.

第4図において、ハッシュテーブルはデータバッファ
の先頭に位置し、データ領域へのポインタ(アドレス)
の集合を含む。データ領域は一つのデータ値に対応し、
同一のハッシュ値を持つ次のデータ領域へのポインタ、
自分自身のサイズ、データ値に対応するオブジェクトID
と項目ID、及びデータ値を含む。なお空のデータ領域は
ポインタで結合され、ハッシュテーブルの先頭のエント
リからポイントされる。
In FIG. 4, the hash table is located at the head of the data buffer and has a pointer (address) to the data area.
Including the set of The data area corresponds to one data value,
A pointer to the next data area with the same hash value,
Object ID corresponding to its own size and data value
And the item ID and data value. Note that empty data areas are joined by a pointer and pointed to from the first entry in the hash table.

本発明の方法を第1図〜第5図に基づき説明する。こ
こでは、応用プログラムが特定のオブジェクト中の特定
の項目の値(データ値)を要求した場合を例で示す。デ
ータバッファ、オブジェクトバッファおよびページバッ
ファは主記憶装置52に格納されている。
The method of the present invention will be described with reference to FIGS. Here, an example is shown in which the application program requests a value (data value) of a specific item in a specific object. The data buffer, the object buffer, and the page buffer are stored in the main storage device 52.

最初にステップ11において、オブジェクトID(OID)
と項目ID(IID)とからハッシュ値を得る。
First, in step 11, the object ID (OID)
And a hash value from the item ID (IID).

ステップ12において、前記ハッシュ値をもとにハッシ
ュテーブルを引き、当該エントリを得る。
In step 12, a hash table is drawn based on the hash value to obtain the entry.

ステップ13において、ハッシュテーブルまたはデータ
領域中のポインタが空か否かをチェックし、空でなけれ
ばステップ14に、空ならステップ17に飛ぶ。
In step 13, it is checked whether the pointer in the hash table or the data area is empty, and if not empty, the process jumps to step 14, and if empty, the process jumps to step 17.

ステップ14において、ポインタをたどり最初または次
のデータ領域を得る。
In step 14, follow the pointer to get the first or next data area.

ステップ15において、データ領域中のオブジェクトID
と項目IDとを応用プログラムが要求した値と比較し、一
致すればステップ16に飛び、一致しなければステップ13
に戻る。
In step 15, the object ID in the data area
And the item ID are compared with the value requested by the application program.
Return to

ステップ16では、当該データ値を応用プログラムに返
して終了する。
In step 16, the data value is returned to the application program, and the process ends.

ステップ17では、オブジェクトバッファ中に当該デー
タ値を含むオブジェクトがあるか否かをチェックし、あ
ればステップ21に、なければステップ18に飛ぶ。
In step 17, it is checked whether or not there is an object containing the data value in the object buffer.

ステップ18では、ページバッファ中に当該オブジェク
トを含むページがあるか否かをチェックし、あればステ
ップ20に、なければステップ19に飛ぶ。
In step 18, it is checked whether or not there is a page including the object in the page buffer.

ステップ19では、二次記憶装置53から当該ページを読
み込み、ページバッファ中に保持する。
In step 19, the page is read from the secondary storage device 53 and held in the page buffer.

ステップ20では、ページバッファから当該オブジェク
トをコピーし、オブジェクトバッファに入れる。
In step 20, the object is copied from the page buffer and put into the object buffer.

ステップ21では、オブジェクトバッファ中の当該オブ
ジェクトから、当該データ値を取り出す。
In step 21, the data value is extracted from the object in the object buffer.

ステップ22では、データバッファ中にデータ領域を新
規に作成し、前記データ値をコピーする。
In step 22, a new data area is created in the data buffer, and the data value is copied.

ステップ23では、データバッファ中の直前のデータ領
域のポインタを前記データ領域を指すようにセットし、
ステップ16に飛ぶ。
In step 23, the pointer of the immediately preceding data area in the data buffer is set to point to the data area,
Jump to step 16.

以上により、応用プログラムが特定のデータ値を要求
した場合、、中央処理装置51の実行ステップ数および二
次記憶装置53のアクセス回数は、従来の方法に比して減
少するから、データアクセスを高速化することができ
る。
As described above, when the application program requests a specific data value, the number of execution steps of the central processing unit 51 and the number of accesses to the secondary storage device 53 are reduced as compared with the conventional method, so that data access is performed at high speed. Can be

(発明の効果) 本発明によれば、応用プログラムが特定のデータ値を
要求した場合に、従来の方法よりも中央処理装置の実行
ステップ数が減少し、また二次記憶のアクセス回数が減
少するから、二次記憶データのアクセスをより高速に実
行することができる。
(Effects of the Invention) According to the present invention, when an application program requests a specific data value, the number of execution steps of the central processing unit is reduced and the number of accesses to the secondary storage is reduced as compared with the conventional method. Therefore, the access to the secondary storage data can be executed at higher speed.

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

第1図は本発明の多層バッファを用いるデータアクセス
方法の一実施例を示す流れ図、第2図は本発明の多層バ
ッファを用いるデータアクセス方法に使用するオブジェ
クトとページの内部構成を示す図、第3図は本発明の多
層バッファを用いるデータアクセス方法に使用されるデ
ータバッファ、オブジェクトバッファ、ページバッファ
の構成を示す図、第4図はデータバッファとデータ領域
の内部構成を示す図、第5図は本発明の多層バッファを
用いるデータアクセス方法が適用される電子計算機の装
置構成を示す図である。 51……中央処理装置、52……主記憶装置、53……二次記
憶装置。
FIG. 1 is a flowchart showing one embodiment of a data access method using a multi-layer buffer of the present invention. FIG. 2 is a diagram showing the internal structure of an object and a page used in the data access method using a multi-layer buffer of the present invention. FIG. 3 is a diagram showing the configuration of a data buffer, an object buffer, and a page buffer used in the data access method using the multi-layer buffer of the present invention. FIG. 4 is a diagram showing the internal configuration of the data buffer and the data area. FIG. 1 is a diagram showing a device configuration of a computer to which a data access method using a multilayer buffer according to the present invention is applied. 51 central processing unit, 52 main storage unit, 53 secondary storage unit

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭63−313252(JP,A) 特開 平3−142643(JP,A) 特開 平1−206431(JP,A) Kato K.et al.”Per sistent Caching:An Implimentation Te chnique for Comple x Objects with Obj ect Indentity”Tech nical Report 89−021, Department of Info rmation Science,Un iversity of Tokyo (1989) (58)調査した分野(Int.Cl.7,DB名) G06F 12/00 514 G06F 12/00 547 JICSTファイル(JOIS)──────────────────────────────────────────────────続 き Continuation of the front page (56) References JP-A-63-313252 (JP, A) JP-A-3-142463 (JP, A) JP-A-1-206431 (JP, A) et al. "Per sistent Caching: An Implimentation Te chnique for Comple x Objects with Obj ect Indentity" Tech nical Report 89-021, Department of Info rmation Science, Un iversity of Tokyo (1989) (58) investigated the field (Int.Cl. 7 G06F 12/00 514 G06F 12/00 547 JICST file (JOIS)

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】電子計算機の二次記憶装置から主記憶装置
へのデータアクセスを高速化すべく、該二次記憶装置か
ら一度アクセスしたデータを前記主記憶装置上に保持し
て再利用する方法において、前記二次記憶装置中のデー
タブロックに対応する複数のページを保持しているペー
ジバッファと、各ページから取り出された使用中の複数
のオブジェクトを保持しているオブジェクトバッファ
と、各オブジェクトから取り出された使用中の複数のデ
ータ値を保持しているデータバッファとを前記主記憶装
置中に用意し、指定されたデータ値のアクセスを行うと
き、オブジェクトIDと項目IDとから求められたハッシュ
値に対応するデータ領域を前記データバッファから見い
出し、該データ領域と他のデータ領域とを結ぶポインタ
をたどりながら前記データバッファ、前記オブジェクト
バッファ,前記ページバッファおよび前記二次記憶装置
を順次に検索し、前記データバッファから前記指定デー
タ値が見い出されたとき、該指定データ値を返し、前記
オブジェクトバッファから前記指定データ値に対応する
オブジェクトが見い出されたとき、該オブジェクトから
の前記指定データ値の取り出しと前記データバッファ中
に作成された新規のデータ領域への前記指定データ値の
書き込みと前記新規のデータ領域への前記ハッシュ値を
有する直前のデータ領域のポインタの設定と前記指定デ
ータ値の返しとからなる第1のデータ保持動作を行い、
前記ページバッファから前記指定データ値に対応するペ
ージが見い出されたとき、該ページからの前記指定デー
タ値に対応するオブジェクトの取り出しと前記オブジェ
クトバッファへの該オブジェクトの書き込みとからなる
第2のデータ保持動作後、前記第1の保持動作を行い、
前記二次記憶装置中から前記指定データ値に対応するペ
ージが見い出されたとき、該二次記憶装置から前記ペー
ジバッファへの前記ページの書き込み動作後、前記第2
のデータ保持動作および前記第1のデータ保持動作を順
次に行うことを特徴とする多層バッファを用いるデータ
アクセス方法。
1. A method for retaining and reusing data once accessed from a secondary storage device on the main storage device in order to speed up data access from a secondary storage device of the computer to the main storage device. A page buffer holding a plurality of pages corresponding to the data blocks in the secondary storage device; an object buffer holding a plurality of in-use objects extracted from each page; A data buffer holding a plurality of used data values used in the main storage device, and when accessing the specified data value, a hash value obtained from the object ID and the item ID. A data area corresponding to the data area is found from the data buffer, and the data area is traced while following a pointer connecting the data area to another data area. Data buffer, the object buffer, the page buffer, and the secondary storage device. When the specified data value is found from the data buffer, the specified data value is returned, and the specified data value is returned from the object buffer. When an object corresponding to is found, the specified data value is taken out from the object, the specified data value is written to a new data area created in the data buffer, and the specified data value is written to the new data area. Performing a first data holding operation consisting of setting a pointer to a data area immediately before having a hash value and returning the specified data value;
When a page corresponding to the specified data value is found from the page buffer, a second data holding operation including fetching an object corresponding to the specified data value from the page and writing the object to the object buffer. After the operation, the first holding operation is performed,
When a page corresponding to the specified data value is found in the secondary storage device, after the operation of writing the page from the secondary storage device to the page buffer, the second
A data access method using a multi-layer buffer, wherein the data holding operation and the first data holding operation are sequentially performed.
JP23221590A 1990-08-31 1990-08-31 Data access method using multilayer buffer Expired - Fee Related JP3180336B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP23221590A JP3180336B2 (en) 1990-08-31 1990-08-31 Data access method using multilayer buffer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP23221590A JP3180336B2 (en) 1990-08-31 1990-08-31 Data access method using multilayer buffer

Publications (2)

Publication Number Publication Date
JPH04112253A JPH04112253A (en) 1992-04-14
JP3180336B2 true JP3180336B2 (en) 2001-06-25

Family

ID=16935790

Family Applications (1)

Application Number Title Priority Date Filing Date
JP23221590A Expired - Fee Related JP3180336B2 (en) 1990-08-31 1990-08-31 Data access method using multilayer buffer

Country Status (1)

Country Link
JP (1) JP3180336B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11608915B2 (en) 2011-11-04 2023-03-21 Telebrands Corp. Expandable and contractible garden hose

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06243003A (en) * 1993-02-18 1994-09-02 Fujitsu Ltd Access processing method for file having sequential and variable length data structure
JPH0962560A (en) * 1995-08-30 1997-03-07 Fuji Xerox Co Ltd Database device
JP3570082B2 (en) * 1996-05-24 2004-09-29 ソニー株式会社 Database device and database search method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Kato K.et al."Persistent Caching:An Implimentation Technique for Complex Objects with Object Indentity"Technical Report 89−021,Department of Information Science,University of Tokyo(1989)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11608915B2 (en) 2011-11-04 2023-03-21 Telebrands Corp. Expandable and contractible garden hose

Also Published As

Publication number Publication date
JPH04112253A (en) 1992-04-14

Similar Documents

Publication Publication Date Title
US6230243B1 (en) Method, system and program products for managing changed data of castout classes
JP2781092B2 (en) Exclusive control method between systems
US5410694A (en) File access processing system of a computer enabling high-speed sequential access for a stream file
JP3180336B2 (en) Data access method using multilayer buffer
JPH07200312A (en) Digital data processing system and error processing method
JPH039494B2 (en)
US5832491A (en) System for processing a database relocation in parallel with the execution of an application program
JP2933486B2 (en) How to search all databases simultaneously
JP2526728B2 (en) Disk cache automatic usage method
JP3118348B2 (en) Program cache method
JPH0444140A (en) Virtual memory control method
JP2980610B2 (en) Transaction management device
JPS62121532A (en) Data retrieving method
JP2912657B2 (en) File access processor
JP4131579B2 (en) Data management system and data management method
JPH04148225A (en) System and device for controlling filing access
JP2787107B2 (en) Buffer control system and device
JPH0782451B2 (en) Database management system
JPH0456344B2 (en)
JP3061818B2 (en) Access monitor device for microprocessor
JPH0682334B2 (en) Management processing device for management table
JPH03218545A (en) Pre-loading system for main storage
JP2735400B2 (en) Asynchronous I / O control method
JP2836093B2 (en) Database search device
JPS633351A (en) Buffer retrieving control system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080420

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090420

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100420

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees