JPH01121985A - Cyclic range system - Google Patents

Cyclic range system

Info

Publication number
JPH01121985A
JPH01121985A JP62280635A JP28063587A JPH01121985A JP H01121985 A JPH01121985 A JP H01121985A JP 62280635 A JP62280635 A JP 62280635A JP 28063587 A JP28063587 A JP 28063587A JP H01121985 A JPH01121985 A JP H01121985A
Authority
JP
Japan
Prior art keywords
range
data
ranges
holding means
stored
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
JP62280635A
Other languages
Japanese (ja)
Inventor
Masahiro Takaya
高屋 正裕
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 JP62280635A priority Critical patent/JPH01121985A/en
Publication of JPH01121985A publication Critical patent/JPH01121985A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To divide data generated time-serially and to store them into ranges corresponding to range values concerned by providing a range shadow means and a range switching means and using ranges in circulation. CONSTITUTION:In order to distinguish ranges, a range defining means 1 is used and a dividing rule is defined to a data holding means 6. When the data generated time-serially are about to be stored into the means 6 by a data operating means 5, the means 6 divides the data by referring the dividing rule based on the relevant year and the relevant month of a data record and stores them into the ranges corresponding to the range values. When the data of a new year January is about to be stored into the means 6, the data becomes a range value unable to be divided by the dividing rule, therefore, a range shadow means 2 is activated and the data of the last year January on a range #1 are made unable to be used. Next, a range switching means 3 is activated and the dividing rule is rewritten so that the range value of the range #1 is updated from the last year January to the new year January.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はサイクリックレンジ方式に関し、特に時系列に
発生するデータを取り扱うデータベースシステム等のフ
ァイル管理システムにおけるサイクリックレンジ方式に
関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a cyclic range method, and more particularly to a cyclic range method in a file management system such as a database system that handles data that occurs in time series.

〔従来の技術〕[Conventional technology]

従来、この種のレンジ方式では、データをあらかじめ定
義された分割規則に基づく複数の範囲値で分割し、分割
されたデータを複数の範囲値にそれぞれ対応する複数の
レンジに格納して保持するようになっている0例えば、
従来のレンジ方式によりデータを複数のレンジに格納し
て保持する場合を、第4図を参照しながら具体的に説明
すると次のようになる。
Conventionally, this type of range method divides data into multiple range values based on predefined division rules, and then stores and maintains the divided data in multiple ranges corresponding to the multiple range values. For example,
A case in which data is stored and held in a plurality of ranges using the conventional range method will be explained in detail with reference to FIG. 4 as follows.

+11  まず、レンジ定義手段41により、範囲値が
AからHの値をもつデータをデータ保持手段43のレン
ジ#1に格納し、範囲値が■からPの値をもつデータを
データ保持手段43のレンジ#2に格納し、範囲値がQ
からXの値をもつデータをデータ保持手段43のレンジ
#3に格納するという分割規則を定義する。
+11 First, the range definition means 41 stores data having a range value from A to H in the range #1 of the data holding means 43, and stores data having a range value from ■ to P in the data holding means 43. Stored in range #2 and the range value is Q
A division rule is defined in which data having a value of X is stored in range #3 of the data holding means 43.

(2)次に、データ操作手段42により範囲値がAから
Hの値をもつデータをデータ保持手段43に格納する場
合には、レンジ定義手段41により定義された分割規則
を参照してデータの分割を行い、データ保持手段43の
対応する範囲値をもつレンジ#1に格納する。
(2) Next, when storing data having a range value from A to H in the data holding means 43 by the data manipulation means 42, the data is stored with reference to the division rule defined by the range definition means 41. The data is divided and stored in range #1 having the corresponding range value of the data holding means 43.

(3)  また、データ操作手段42により範囲値がI
からPの値をもつデータをデータ保持手段43に格納す
る場合には、レンジ定義手段41により定義された分割
規則を参照してデータの分割を行い、データ保持手段4
3の対応する範囲値をもつレンジ#2に格納する。
(3) Also, the range value is changed by the data operation means 42.
When storing data having a value of P from
Store in range #2 with a corresponding range value of 3.

(4)  さらに、データ操作手段42により範囲値が
QからXの値をもつデータをデータ保持手段43に格納
する場合には、レンジ定義手段41により定義された分
割規則を参照してデータの分割を行い、データ保持手段
43の対応する範囲値をもつレンジ#3に格納する。
(4) Furthermore, when storing data having a range value from Q to and stores it in range #3 having the corresponding range value of the data holding means 43.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来のレンジ方式では、データをあらかじめ定
義された分割規則に基づく複数の範囲値で分割して範囲
値に対応するレンジに格納するようになっているので、
時系列に発生するデータではあらかじめ定義された分割
規則に基づく時間的な複数の範囲値を越える場合が生じ
、このような場合にはデータを分割してレンジに格納す
ることができなくなるという欠点がある。
In the conventional range method described above, data is divided into multiple range values based on predefined division rules and stored in ranges corresponding to the range values.
Data that occurs in time series may exceed multiple temporal range values based on predefined division rules, and in such cases, the data cannot be divided and stored in ranges, which is a disadvantage. be.

本発明の目的は、上述の点に鑑み、レンジを循環的に使
用することにより、時系列に発生するデータをかならず
時間的な複数の範囲値で分割して範囲値に対応するレン
ジに格納することができるサイクリックレンジ方式を提
供することにある。
In view of the above points, an object of the present invention is to use ranges cyclically to ensure that data generated in time series is divided into a plurality of temporal range values and stored in ranges corresponding to the range values. The objective is to provide a cyclic range method that can

〔問題点を解決するための手段〕[Means for solving problems]

本発明のサイクリックレンジ方式は、データを複数の範
囲値で分割し分割されたデータを前記複数の範囲値にそ
れぞれ対応する複数のレンジに格納して保持するファイ
ル管理システムにおいて、時系列に発生するデータを時
間的な複数の範囲値で分割して前記複数のレンジに格納
するための分割規則を定義するレンジ定義手段と、この
レンジ定義手段により定義された分割規則に基づいて前
記時系列に発生するデータを前記複数の範囲値で分割し
前記複数のレンジに格納して保持するデータ保持手段と
、このデータ保持手段により前記複数のレンジに保持さ
れたデータに対して操作を行うデータ操作手段と、前記
レンジ定義手段により定義された分割規則に基づく範囲
値を越えるデータが発生したときに前記レンジ定義手段
により定義された分割規則を書き替えて前記データ保持
手段におけるレンジ数を増加させずにレンジを循環させ
て再利用させるレンジ切替え手段と、このレンジ切替え
手段により切り替えられて再利用されるレンジ上の旧デ
ータを使用不可能にするレンジシャドー手段とを存する
The cyclic range method of the present invention is a file management system that divides data into multiple range values and stores and holds the divided data in multiple ranges that respectively correspond to the multiple range values. a range definition means for defining a division rule for dividing the data to be divided into a plurality of temporal range values and storing the data in the plurality of ranges; data holding means for dividing generated data into the plurality of range values and storing and holding the divided data in the plurality of ranges; and data manipulation means for operating the data held in the plurality of ranges by the data holding means. and, when data exceeding the range value based on the division rule defined by the range definition means is generated, the division rule defined by the range definition means is rewritten without increasing the number of ranges in the data holding means. The present invention includes a range switching means for circulating and reusing the range, and a range shadowing means for making old data on the range switched and reused by the range switching means unusable.

〔作用〕[Effect]

本発明のサイクリックレンジ方式では、レンジ定義手段
が時系列に発生するデータを時間的な複数の範囲値で分
割して複数のレンジに格納するための分割規則を定義し
、データ保持手段がレンジ定義手段により定義された分
割規則に基づいて時系列に発生するデータを複数の範囲
値で分割し複数のレンジに格納して保持し、データ操作
手段がデータ保持手段により複数のレンジに保持された
データに対して操作を行い、レンジ切替え手段がレンジ
定義手段により定義された分割規則に基づく範囲値を越
えるデータが発生したときにレンジ定義手段により定義
された分割規則を書き替えてデータ保持手段におけるレ
ンジ数を増加させずにレンジを循環させて再利用させ、
レンジシャドー手段がレンジ切替え手段により切り替え
られて再利用されるレンジ上の旧データを使用不可能に
する。
In the cyclic range method of the present invention, the range definition means defines a division rule for dividing data generated in time series into multiple temporal range values and stores the divided data in multiple ranges, and the data storage means The data generated in time series is divided into multiple range values based on the division rules defined by the definition means and stored and held in the multiple ranges, and the data manipulation means is held in the multiple ranges by the data storage means. When an operation is performed on the data and the range switching means generates data that exceeds the range value based on the division rule defined by the range definition means, the range switching means rewrites the division rule defined by the range definition means and stores the data in the data holding means. Circulate and reuse microwaves without increasing the number of microwaves,
The range shadow means is switched by the range switching means to make old data on the range to be reused unusable.

〔実施例〕〔Example〕

次に、本発明について図面を参照して詳細に説明する。 Next, the present invention will be explained in detail with reference to the drawings.

第1図は、本発明の一実施例のサイクリックレンジ方式
が適用されたファイル管理システムを示すブロック図で
ある。このファイル管理システムは、データを複数の範
囲値で分割して複数のレンジに格納するための分割規則
を定義するレンジ定義手段1と、レンジを切り替える際
に切替えの対象となるレンジ上の旧データを使用不可能
にするレンジシャドー手段2と、レンジ定義手段1によ
り定義された分割規則を書き替えてレンジを循環させる
ことによりレンジの再利用を行わせるレンジ切替え手段
3と、レンジの再利用等で格納されるデータがレンジか
らオーバフローするような場合にレンジのファイル容量
を動的に拡張するレンジファイル拡張手段4と、レンジ
に保持されたデータに対して参照、追加、置換などの操
作を行うデータ操作手段5と、データをレンジ定義手段
1により定義された分割規則に基づいて分割し分割され
たデータを複数のレンジ#1〜#n (nは正整数)に
格納して保持するデータ保持手段6とを含んで構成され
ている。
FIG. 1 is a block diagram showing a file management system to which a cyclic range method according to an embodiment of the present invention is applied. This file management system consists of a range definition means 1 that defines division rules for dividing data into multiple range values and storing them in multiple ranges, and old data on the range that is the target of switching when switching ranges. a range shadow means 2 that makes the range unusable; a range switching means 3 that rewrites the division rule defined by the range definition means 1 and circulates the range to reuse the range; A range file expansion means 4 dynamically expands the file capacity of the range when the data stored in the range overflows the range, and performs operations such as reference, addition, and replacement on the data held in the range. Data manipulation means 5 and data storage that divides the data based on the division rule defined by the range definition means 1 and stores and holds the divided data in a plurality of ranges #1 to #n (n is a positive integer). means 6.

第2図を参照すると、本実施例のサイクリックレンジ方
式で取り扱われる時系列に発生するデータのデータレコ
ード20の一例は、該当年21と、該当月22と、該当
月に発生したデータ23とを含んで構成されている。
Referring to FIG. 2, an example of a data record 20 of data generated in chronological order handled by the cyclic range method of this embodiment includes a corresponding year 21, a corresponding month 22, and data 23 generated in the corresponding month. It is composed of:

次に、このように構成された本実施例のサイクリックレ
ンジ方式の動作について説明する。なお、ここでは、第
3図に示すように、データを月単位の範囲値で分割し1
月から12月までにそれぞれ対応する12個のレンジ#
1〜#12に格納して保持する場合を例にとって説明す
る。
Next, the operation of the cyclic range system of this embodiment configured as described above will be explained. In addition, here, as shown in Figure 3, the data is divided into monthly range values.
12 ranges corresponding to months from March to December #
The case where the data is stored and held in #1 to #12 will be explained as an example.

(11レンジ定義 データ操作手段5を用いてデータ保持手段6にデータを
格納する前に、データの記憶場所であるレンジを区別す
るために、レンジ定義手段lを用いてデータを複数の範
囲値で分割して複数のレンジに格納するための分割規則
をデータ保持手段6に定義する。
(11 Before storing data in the data holding means 6 using the range definition data manipulation means 5, in order to distinguish the range where the data is stored, use the range definition means 1 to store the data in a plurality of range values. A division rule for dividing and storing in a plurality of ranges is defined in the data holding means 6.

例えば、データの記憶場所であるレンジを月単位に区別
するために、レンジ定義手段1を用いてデータレコード
20の8亥当年21および該当月22に基づいてデータ
を月単位の範囲値で分割して1月から12月までにそれ
ぞれ対応する12個のレンジ#l〜#12に格納すると
いう分割規則をデータ保持手段6に定義する。
For example, in order to distinguish the range in which data is stored by month, the range definition means 1 is used to divide the data into monthly range values based on 8, current year 21 and corresponding month 22 of data record 20. A division rule is defined in the data holding means 6 to store data in 12 corresponding ranges #1 to #12 from January to December.

(2)データ操作 データ操作手段5を用いて、時系列に発生するデータを
データ保持手段6に格納しようとすると、データ保持手
段6は、データをデータレコード20の該当年21およ
び該当月22に基づいてデータ保持手段6に定義されて
いる分割規則を参照して分割し、分割されたデータを範
囲値に対応するレンジに格納する。
(2) Data manipulation When data generated in chronological order is to be stored in the data holding means 6 using the data manipulation means 5, the data holding means 6 stores the data in the corresponding year 21 and the corresponding month 22 of the data record 20. Based on the division rules defined in the data holding means 6, the data is divided, and the divided data is stored in the range corresponding to the range value.

例えば、1986年1月に発生したデータ(データレコ
ード20の該当年21が1986年を、該当月22が1
月をそれぞれ示すデータ)をデータ操作手段5を用いて
データ保持手段6に格納しようとすると、データは分割
規則に基づいて1月を範囲値とするレンジ#1に格納さ
れて保持される。
For example, data that occurred in January 1986 (corresponding year 21 of data record 20 is 1986, corresponding month 22 is 1
When attempting to store the data (data each indicating a month) in the data holding means 6 using the data manipulation means 5, the data is stored and held in range #1 whose range value is January based on the division rule.

以下、月単位にデータが発生するたびに、そのデータを
データ操作手段5を用いてデータ保持手段6に格納しよ
うとすると、該当月22を範囲値とする各レンジにデー
タがそれぞれ格納されて保持される。
Hereinafter, whenever data is generated on a monthly basis, if you try to store that data in the data holding means 6 using the data manipulation means 5, the data will be stored and held in each range whose range value is the corresponding month 22. be done.

また、データ操作手段5を用いて、データ保持手段6に
保持されているデータLこ対して参照、追加、置換など
の操作を行おうとすると、データ保持手段6は、データ
保持手段6に定義されている分割規則を参照してレンジ
単位にこれらの操作を行わせる。
Furthermore, when an attempt is made to use the data manipulation means 5 to perform an operation such as reference, addition, or replacement on the data L held in the data holding means 6, the data holding means 6 is Perform these operations on a range-by-range basis by referring to the dividing rules.

なお、データ操作手段5を用いてデータ保持手段6に保
持されているデータに対して参照、追加。
Note that the data manipulation means 5 is used to refer to and add to the data held in the data holding means 6.

直換などの操作を行う際には、データ保持手段6に定義
されている分割規則に基づいてレンジ単位にデータの操
作が行われるので、操作側からはレンジを意識する必要
はない。
When performing operations such as direct conversion, the data is manipulated in units of ranges based on the division rules defined in the data holding means 6, so there is no need for the operator to be aware of ranges.

また、データ操作手段5を用いてデータ保持手段6に保
持されているデータに対して追加、置換などの操作を行
うと、レンジのファイル容量を越える場合が生じるが、
このような場合にはレンジファイル拡張手段4が起動さ
れて該当するレンジのファイル容量の動的な拡張が自動
的に行われる。
Furthermore, if the data manipulation means 5 is used to perform operations such as addition or replacement on the data held in the data holding means 6, the file capacity of the range may be exceeded.
In such a case, the range file expansion means 4 is activated to automatically dynamically expand the file capacity of the corresponding range.

(3)  レンジ循環使用 暫時、時系列に発生するデータをデータ操作手段5によ
りデータ保持手段6のレンジ#l〜#12に格納してゆ
き、該当年21を終えて新年1月のデータが発生したと
きには、新年1月のデータをデータ保持手段6に格納し
ようとすると、新年1月のデータはそのデータレコード
20の該当年21がレンジ保持手段6に定義されている
分割規則によっては分割できない範囲値となるので、ま
ずレンジシャドー手段2が起動されて、旧年1月を範囲
値とするレンジ#1上の旧年1月のデータが使用不可能
とされる。次に、レンジ切替え手段3が起動されて、デ
ータ保持手段6に定義されている分割規則がレンジ#1
の範囲値が旧年1月から新年1月となるように書き替え
られる。これにより、データ保持手段6は、データ操作
手段5から格納を要求された新年1月のデータを該当す
るレンジ#1に格納することができる。
(3) Circulating range use: For a while, the data generated in chronological order is stored in ranges #1 to #12 of the data storage means 6 by the data manipulation means 5, and data for January of the new year is generated after the corresponding year 21. In this case, when you try to store the data for January of the new year in the data holding means 6, the data for January of the new year falls within the range in which the corresponding year 21 of the data record 20 cannot be divided according to the division rules defined in the range holding means 6. Therefore, the range shadow means 2 is first activated, and the data of January of the old year on range #1 whose range value is January of the old year is made unusable. Next, the range switching means 3 is activated and the division rule defined in the data holding means 6 is set to range #1.
is rewritten so that the range value is from January of the old year to January of the new year. Thereby, the data holding means 6 can store the data for January of the new year requested to be stored by the data manipulation means 5 in the corresponding range #1.

例えば、1986年1月から12月までのデータをデー
タ操作手段5を用いてデータ保持手段6に格納した後に
、1987年1月のデータが発生した場合には、レンジ
シャドー手段2を用いて1986年1月を範囲値とする
レンジ#1に格納されている1986年1月のデータが
使用不可能とされ、レンジ切替え手段3を用いてデータ
保持手段6に定義されている分割規則がレンジ#1の範
囲値が1986年1月から1987年1月となるように
書き替えられて、1987年1月のデータがレンジ#l
に格納される。
For example, if data for January 1987 is generated after data from January to December 1986 is stored in the data holding means 6 using the data manipulation means 5, data for January 1987 is generated using the range shadow means 2. The data for January 1986 stored in range #1 whose range value is January 2016 is deemed unusable, and the dividing rule defined in the data holding means 6 using the range switching means 3 is changed to range #1. The range value of 1 is rewritten to be from January 1986 to January 1987, and the data for January 1987 is in range #l.
is stored in

引き続き、新年2月以降に発生したデータをデータ保持
手段6に格納しようとするときにも、レンジシャドー手
段2を用いて旧年2月以降の該当月22を範囲値とする
レンジ上の旧データが使用不可能とされ、レンジ切替え
手段3を用いてデータ保持手段6に定義されている分割
規則が該当するレンジの範囲値が旧年同月から新年同月
に書き替えられ、データが該当月22を範囲値とするレ
ンジに格納されていく。
Subsequently, when trying to store data generated after February of the new year in the data holding means 6, the range shadow means 2 is used to store the old data on the range whose range value is the corresponding month 22 after February of the old year. is rendered unusable, the range value of the range to which the division rule defined in the data holding means 6 applies is rewritten from the same month of the old year to the same month of the new year using the range switching means 3, and the data is changed to the same month of the new year. It is stored in the range that is the range value.

なお、データ操作手段5を用いてデータ保持手段6に新
年同月のデータの格納を行おうとして、レンジ切替手段
3を用いてデータ保持手段6に定義されている分割規則
を書き替えたが、データを書込むことによりレンジのフ
ァイル容量を越える場合には、レンジファイル拡張手段
4が起動されてレンジのファイル容量の動的な拡張が自
動的に行われる。
In addition, in an attempt to store data for the same month of the new year in the data holding means 6 using the data manipulation means 5, I rewrote the division rule defined in the data holding means 6 using the range switching means 3, but the data If writing exceeds the file capacity of the range, the range file expansion means 4 is activated to automatically dynamically expand the file capacity of the range.

ところで、上記実施例の動作の説明では、データを月単
位の範囲値で分割し1月から12月までに対応する12
個のレンジ#1〜#12に格納して保持する場合を例に
とって説明したが、データの分割単位が年華位2週単位
などのその他の時間的な単位であって本発明が同様に適
用できることはいうまでもない。
By the way, in the explanation of the operation of the above embodiment, the data is divided into monthly range values and 12
Although the explanation has been given using an example where the data is stored and held in ranges #1 to #12, the present invention can be similarly applied to other temporal units such as two weeks of the year's flower level. Needless to say.

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

以上説明したように本発明は、レンジシャドー手段およ
びレンジ切替え手段を設けてレンジを循環的に使用する
ことができるようにしたことにより、時系列に発生する
データをかならず時間的な複数の範囲値で分割して該当
する範囲値に対応するレンジに格納することができると
いう効果がある。
As explained above, the present invention provides a range shadow means and a range switching means so that the range can be used cyclically, so that data generated in a time series can always be converted into a plurality of temporal range values. This has the advantage that it can be divided into sections and stored in the range corresponding to the corresponding range value.

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

第1図は本発明の一実施例のサイクリックレンジ方式が
適用されたファイル管理システムを示すフ゛ロンク図、 第2図は本実施例のサイクリックレンジ方式で取り扱わ
れるデータレコードの一例を示す図、第3図は第1図中
のデータ保持手段の具体例を示す図、 第4図は従来のレンジ方式を示すブロック図である。 図において、 ■・・・レンジ定義手段、 2・・・レンジシャドー手段、 3・・・レンジ切替え手段、 4・・・レンジファイル拡張手段、 5・・・データ操作手段、 6・・・データ保持手段、 20・・・データレコード、 21・・・該当年、 22・・・8亥当月、 23・・・該当月に発生したデータである。
FIG. 1 is a block diagram showing a file management system to which the cyclic range method of an embodiment of the present invention is applied; FIG. 2 is a diagram showing an example of data records handled by the cyclic range method of the present embodiment; FIG. 3 is a diagram showing a specific example of the data holding means in FIG. 1, and FIG. 4 is a block diagram showing a conventional range system. In the figure, ■...Range definition means, 2...Range shadow means, 3...Range switching means, 4...Range file expansion means, 5...Data operation means, 6...Data retention Means, 20... Data record, 21... Applicable year, 22... 8 This month, 23... Data that occurred in the applicable month.

Claims (1)

【特許請求の範囲】 データを複数の範囲値で分割し分割されたデータを前記
複数の範囲値にそれぞれ対応する複数のレンジに格納し
て保持するファイル管理システムにおいて、 時系列に発生するデータを時間的な複数の範囲値で分割
して前記複数のレンジに格納するための分割規則を定義
するレンジ定義手段と、 このレンジ定義手段により定義された分割規則に基づい
て前記時系列に発生するデータを前記複数の範囲値で分
割し前記複数のレンジに格納して保持するデータ保持手
段と、 このデータ保持手段により前記複数のレンジに保持され
たデータに対して操作を行うデータ操作手段と、 前記レンジ定義手段により定義された分割規則に基づく
範囲値を越えるデータが発生したときに前記レンジ定義
手段により定義された分割規則を書き替えて前記データ
保持手段におけるレンジ数を増加させずにレンジを循環
させて再利用させるレンジ切替え手段と、 このレンジ切替え手段により切り替えられて再利用され
るレンジ上の旧データを使用不可能にするレンジシャド
ー手段と、 を有することを特徴とするサイクリックレンジ方式。
[Claims] A file management system that divides data into a plurality of range values and stores and holds the divided data in a plurality of ranges that respectively correspond to the plurality of range values. a range definition means for defining a division rule for dividing by a plurality of temporal range values and storing it in the plurality of ranges; and data generated in the time series based on the division rule defined by the range definition means. data holding means that divides the data into the plurality of range values and stores and holds the divided data in the plurality of ranges; data manipulation means that operates on the data held in the plurality of ranges by the data holding means; When data exceeding the range value based on the division rule defined by the range definition means is generated, the division rule defined by the range definition means is rewritten and the ranges are cycled without increasing the number of ranges in the data holding means. A cyclic range method comprising: a range switching means for switching and reusing old data on the range, and a range shadowing means for making old data on the range switched and reused by the range switching means unusable.
JP62280635A 1987-11-06 1987-11-06 Cyclic range system Pending JPH01121985A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62280635A JPH01121985A (en) 1987-11-06 1987-11-06 Cyclic range system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62280635A JPH01121985A (en) 1987-11-06 1987-11-06 Cyclic range system

Publications (1)

Publication Number Publication Date
JPH01121985A true JPH01121985A (en) 1989-05-15

Family

ID=17627804

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62280635A Pending JPH01121985A (en) 1987-11-06 1987-11-06 Cyclic range system

Country Status (1)

Country Link
JP (1) JPH01121985A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5730029A (en) * 1980-07-31 1982-02-18 Fujitsu Ltd File area managing system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5730029A (en) * 1980-07-31 1982-02-18 Fujitsu Ltd File area managing system

Similar Documents

Publication Publication Date Title
DE1549531A1 (en) Digital computer system
CN108920105B (en) Community structure-based graph data distributed storage method and device
CN107391039B (en) Data object storage method and device
JPH01121985A (en) Cyclic range system
CN104572420A (en) Information processing method and system
JPH0247735A (en) Computer device
CN110825759B (en) Data updating method based on key tool
JP2741999B2 (en) Data storage management method
JP2606359B2 (en) File management device
JPS63146130A (en) Knowledge unit management system
JPS6125256A (en) File shunt system
JPH0398128A (en) Serial number control system
JP2792158B2 (en) Expert system frame knowledge management system
JPS63280356A (en) Buffer management system for virtual disk device
JPH01106217A (en) Parallel storage/reading type data processor
KR100312409B1 (en) Data store and treatment method for work day management
JPH03296838A (en) History data managing system
JPH08249225A (en) Memory management device
JPH05151035A (en) Database system
JPH11212838A (en) System and method for change record history management by table split
JPS60129852A (en) File managing method
JPH04238553A (en) Index reconstituting system
JPH0245842A (en) Data file control system
JPS63307552A (en) Control system for simultaneous execution
JPS63129420A (en) Software correcting system