KR100302899B1 - The method of loading relation data in on-line while using database - Google Patents

The method of loading relation data in on-line while using database Download PDF

Info

Publication number
KR100302899B1
KR100302899B1 KR1019990007072A KR19990007072A KR100302899B1 KR 100302899 B1 KR100302899 B1 KR 100302899B1 KR 1019990007072 A KR1019990007072 A KR 1019990007072A KR 19990007072 A KR19990007072 A KR 19990007072A KR 100302899 B1 KR100302899 B1 KR 100302899B1
Authority
KR
South Korea
Prior art keywords
relation
data
database
loaded
disk
Prior art date
Application number
KR1019990007072A
Other languages
Korean (ko)
Other versions
KR20000059457A (en
Inventor
이창래
김영일
안혜연
Original Assignee
이계철
한국전기통신공사
서평원
엘지정보통신주식회사
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 이계철, 한국전기통신공사, 서평원, 엘지정보통신주식회사 filed Critical 이계철
Priority to KR1019990007072A priority Critical patent/KR100302899B1/en
Publication of KR20000059457A publication Critical patent/KR20000059457A/en
Application granted granted Critical
Publication of KR100302899B1 publication Critical patent/KR100302899B1/en

Links

Landscapes

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

Abstract

본 발명은 운용중인 데이터베이스에서 릴레이션 데이터를 온라인으로 로딩하는 방법에 관한 것으로, 데이터베이스 손상으로 인해 시스팀 고장 시 손상된 부분을 데이터베이스 제작 툴을 사용하여 로딩할 데이터베이스 파일(릴레이션 파일)을 제작하고 이를 시스팀 운용 중에 해당 릴레이션만을 시스팀 메모리에 로딩할 수 있도록 하므로써, 서비스의 중단 상황을 방지하여 안정된 시스팀을 유지할 수 있고, 손상된 부분만을 신속히 복구할 수 있으며 중복 릴레이션인 경우 릴레이션이 로딩되는 모든 서브시스팀에 자동으로 로딩되므로 시스팀의 데이터베이스 불일치를 줄일 수 있는 효과를 수반함과 동시에 로딩 기능을 사용하므로 시스팀의 신뢰성이 보장되며 편리하고 안정된 시스팀 운용을 보장하는 잇점을 수반한다.The present invention relates to a method for loading relation data online from a database in operation, and to create a database file (relation file) to load the damaged part in the event of a system failure due to a database corruption by using a database production tool. By loading only those relations into the system memory, you can prevent service interruptions and maintain a stable system, recover only the damaged parts quickly, and in the case of redundant relations, they are automatically loaded into all subsystems where they are loaded. In addition to reducing the database inconsistency of the system, the use of the loading function ensures the reliability of the system and has the advantage of ensuring convenient and stable system operation.

Description

운용중인 데이터베이스에서 릴레이션 데이터를 온라인으로 로딩하는 방법{The method of loading relation data in on-line while using database}The method of loading relation data in on-line while using database}

본 발명은 운용중인 데이터베이스에서 릴레이션 데이터를 온라인으로 로딩하는 방법에 관한 것으로, 손상된 부분의 릴레이션을 개별적으로 재 생성하여 교환기 시스팀의 메모리 해당 릴레이션 영역에 직접 로딩하므로써, 데이터베이스 손상으로인한 시스팀의 서비스 중단없이 데이터 복구를 할 수 있는 방법에 관한 것이다.The present invention relates to a method of loading relation data online from a database in operation, by regenerating the damaged parts individually and loading them directly into a memory corresponding relation area of the exchange system, without disrupting service of the system due to database corruption. It is about how to recover data.

일반적으로 전전자 교환기는 운용중에 예기치 못한 이상 상황이 발생하면 시스팀의 고장 부분을 진단하고 불일치 부분을 찾아내는 기능과, 불일치나 손상된 부분이 발견 되었을 때 이를 복구하는 여러 가지 기능들을 가지고 있다.In general, electronic switchboards have the functions of diagnosing and finding inconsistencies in the system when an unexpected abnormality occurs during operation, and recovering when an inconsistency or damage is found.

이 중 디스크에 저장되어 있는 데이터베이스에 손상이 발생하였을 경우 즉, 교환기 데이터베이스의 릴레이션의 값이 손상되었을 때 복구하는 방법으로는 시스팀 문의(Query)를 사용하여 복구하거나 운용자 명령어를 사용하는 방법이 있다.Among them, when the database stored in the disk is damaged, that is, when the relation value of the exchange database is damaged, there is a method of recovering using a system query or using an operator command.

그런데 상기와 같은 방법은 복구해야 할 릴레이션의 튜플이 많거나 이 릴레이션이 중복 릴레이션에 해당할 경우에는 실제적으로 변경 또는 복구가 불가능하며, 또한 운용자가 문의나 운용자 명령어로 데이터를 수정하면 운용자 오류나 실수가 발생할 소지가 많아 시스팀 장애의 확산을 야기시킬 우려가 있다. 이럴 경우에는 데이터베이스 전체를 재 생성하여 로딩하는 방법뿐이다.However, in the above method, if there are many tuples of relations to be restored or if these relations are redundant relations, they cannot be changed or restored in practice. There is a high possibility that it will cause the spread of system failures. The only way to do this is to recreate and load the entire database.

그러나 데이터베이스 전체를 재 생성하려면 작동중이던 교환기 서비스 제공을 중단하여야 만 하므로 가입자들에게 불편을 제공하는 단점이 있다.However, in order to regenerate the entire database, it is necessary to stop providing the switch service, which is in operation.

본 발명은 상기에 기술한 바와 같은 종래 문제점을 감안하여, 데이터베이스를 운용하면서 손상이 발생한 부분만 복구하도록 하므로써, 서비스의 중단을 방지하는 방법을 제공하는 것을 목적으로 한다.It is an object of the present invention to provide a method for preventing interruption of service by recovering only a portion where damage occurs while operating a database in view of the conventional problems as described above.

즉, 신규 제작한 릴레이션 데이터를 디스크로부터 직접 읽어와서 전전자 교환기 시스팀에서 제공하는 데이터베이스관리시스팀 트랩 2(trap #2)을 사용하여 시스팀의 메모리에 직접 쓰기를 실행하는 바, 이때는 데이터베이스의 헤더 정보를 사용하여 로딩할 릴레이션 데이터의 위치 정보, 크기 정보, 특성들을 얻어서 메모리에 쓰기를 실행한다.In other words, the newly created relation data is read directly from the disk, and the database management system trap 2 (trap # 2) provided by the electronic switching system is used to write directly to the memory of the system. Writes to memory by obtaining the position information, size information, and characteristics of relation data to be loaded.

도 1은 본 발명에서 이용하는 전전자교환기 디스크의 릴레이션 파일과 전전자교환기 프로세서 내 메모리의 릴레이션 파일을 나타내는 도면.BRIEF DESCRIPTION OF THE DRAWINGS Fig. 1 is a diagram showing a relation file of an electronic switchboard disk and a relation file of a memory in the electronic switchboard processor used in the present invention.

도 2는 본 발명에 따른 데이터 로딩 기능을 수행하는 과정을 나타내는 순서도.2 is a flowchart illustrating a process of performing a data loading function according to the present invention.

도 3은 본 발명이 적용되는 전전자 교환기 시스팀에서 운용시스팀과 데이터베이스관리시스팀과 응용프로그램부 간 인터페이스를 나타낸 도면.Figure 3 is a view showing the interface between the operating system and the database management system and the application program in the electronic switching system to which the present invention is applied.

< 도면의 주요부분에 대한 부호의 설명 ><Description of Symbols for Major Parts of Drawings>

1, 2 : 릴레이션 파일 3, 4 : 응용 프로그램부1, 2: relation files 3, 4: application part

5 : 운용 시스팀(OS) 6 : 데이터베이스관리시스팀(DBMS)5: Operating System (OS) 6: Database Management System (DBMS)

상기와 같은 목적을 달성하기 위해 본 발명에서는 시스팀의 데이터베이스 운용 중 데이터베이스 손상 발견시, 상기 손상된 데이터베이스의 데이터만을 재 생성하여 디스크에 저장하는 과정과;In order to achieve the above object, in the present invention, when the database is found to be damaged during the database operation of the system, regenerating only the data of the damaged database to store on the disk;

상기 디스크에 저장된 데이터를 오픈하여 데이터베이스 헤더 정보로부터 로딩할 릴레이션의 식별 번호 및 헤더 위치 정보를 수집하는 과정과;Opening the data stored on the disk to collect identification number and header location information of a relation to be loaded from database header information;

상기 릴레이션 헤더로부터 릴레이션 유형 정보를 검색하여 릴레이션 위치 정보를 수집해 로딩할 릴레이션이 중복 릴레이션인지를 확인한 다음, 중복 릴레이션일 경우 중복 릴레이션 중복 감사 기능이 수행 중인지를 판단하는 과정과;Retrieving relation type information from the relation header to determine whether the relation to be loaded by collecting relation position information is a duplicate relation, and in the case of a duplicate relation, determining whether a duplicate relation duplication audit function is being performed;

상기 판단결과 중복 감사 기능이 수행 중이지 않을 때에는 상기 릴레이션 헤더 정보로부터 실제 릴레이션 데이터가 존재하는 어드레스와, 데이터의 튜플 갯수와 튜플 사이즈 및 데이터의 마지막 튜플 번호를 구하는 과정과;When the duplicate audit function is not performed as a result of the determination, obtaining an address where actual relation data exists, the number of tuples, the size of the tuples, and the last tuple number of the data from the relation header information;

상기 마지막 튜플 번호와 튜플 사이즈를 곱하여 총 데이터 사이즈를 구하고, 이 데이터 사이즈와 디스크로부터 실제 데이터 어드레스를 이용하여 로딩할 데이터를 읽어 메모리로 전송하는 과정을 포함하여 수행하는 것을 특징으로 한다.And multiplying the last tuple number by the tuple size to obtain a total data size, and reading the data to be loaded using the actual data address from the data size and the disk and transferring the data to a memory.

상술한 목적, 특징 및 장점은 첨부된 도면과 관련한 다음의 상세한 설명을 통하여 보다 분명해 질 것이다. 이하 첨부된 도면을 참조하여 본 발명의 실시예를 상세히 설명하면 다음과 같다.The above objects, features and advantages will become more apparent from the following detailed description taken in conjunction with the accompanying drawings. Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명에서 이용하는 전전자교환기 디스크의 릴레이션 파일과 전전자교환기 프로세서 내 메모리의 릴레이션 파일을 나타내는 도면으로, 여기서 메모리 또는 디스크 내 릴레이션 파일(1, 2)은 정규화된 형태의 평면 파일이나 테이블을 나타내는 것으로, 릴레이션 내의 각 열을 애트리뷰트(attribute), 반복군이 없는 한 행을 튜플(tuple)이라고 한다.1 is a diagram showing a relation file of an all-electronic exchange disk and a relation file of a memory in the all-electronic exchange processor used in the present invention, wherein the memory or relational files 1 and 2 in the disk are normalized flat files or tables. Each column in a relation is called an attribute, and one row without a repeating group is called a tuple.

이러한 구조에서 전전자 교환기의 운용 중에 전전자 교환기 디스크내에 저장된 데이터베이스는 시스팀 초기 셋업 시 해당 메모리의 릴레이션 파일(1) 어드레스에 로딩되어 데이터베이스 관리시스팀(DBMS)이나, 어플리케이션에 의해 갱신(update)되거나 참조 되어진다.In this structure, the database stored in the electronic switch disk during the operation of the electronic switchboard is loaded into the relation file (1) address of the corresponding memory during initial setup of the system, and is updated or referred to by the database management system (DBMS) or an application. It is done.

이때 데이터베이스 로딩 기능은 다음의 정보를 이용하여 동작한다.At this time, the database loading function operates using the following information.

1) 데이터베이스 헤더(Database Header)1) Database Header

해당 릴레이션 헤더의 어드레스Address of the relation header

2) 릴레이션 헤더2) relation header

- 릴레이션 식별 번호-Relation identification number

- 릴레이션 유형(Type)-Relation type

- 해당 프로세서에 있는 데이타 영역에 관한 정보Information about the data area in the processor

- 릴레이션 유형에 따른 수신지(destination) 정보-Destination information according to relation type

- 릴레이션 위치에 따른 수신지 정보Destination information according to relation location

- 해당 릴레이션의 속성(attribute) 수-Number of attributes of this relation

- 해당 릴레이션의 튜플(tuple) 크기The tuple size of the relation

- 마스터 어드레스(Master Address)에 존재하는 릴레이션의 주소-Address of relation existing in master address

- 릴레이션 락(LOCK) 정보-Relation lock information

- 마스터 어드레스에 주어진 튜플의 최고 갯수-The maximum number of tuples given a master address

- 마스터 어드레스에서 실제로 사용하고 있는 튜플의 갯수-Number of tuples actually used in master address

- 마스터 어드레스에서 맨 마지막 튜플의 넘버Number of the last tuple in the master address

도 2는 본 발명에 따른 데이터 로딩 기능을 수행하는 과정을 나타내는 순서도로, 이는 이미 손상으로 판단된 부분의 데이터를 데이터베이스 제작 툴을 이용하여 제작한 상태이며, 이 제작된 신규 데이터를 디스크의 데이터베이스에 저장한 상태부터 시작한다.FIG. 2 is a flowchart illustrating a process of performing a data loading function according to the present invention, in which data of a part determined to be damaged is already produced by using a database production tool, and the produced new data is stored in a database of a disc. Start with the saved state.

이와 같은 신규 데이터 제작 및 디스크에 저장하는 과정은 이미 공지의 사항이므로 본 발명에서는 상세한 설명을 생략한다.Since the process of producing such new data and storing it on the disk is already well known, detailed description thereof will be omitted.

디스크로부터 로딩할 데이터베이스 파일을 오픈(S1)하여 데이터베이스 헤더 정보로부터 로딩할 릴레이션의 식별 번호 및 헤더 위치 정보를 수집한다(S2).The database file to be loaded from the disk is opened (S1), and the identification number and header position information of the relation to be loaded are collected from the database header information (S2).

이어 릴레이션 헤더로부터 릴레이션 유형 정보를 검색하여(S3) 릴레이션 위치 정보를 수집해 로딩할 릴레이션이 중복 릴레이션인지를 확인(S4)한 다음, 중복 릴레이션일 경우 중복 릴레이션 중복 감사 기능이 수행 중인지를 판단하여 그 기능이 수행 중일 때에는 로딩 기능 수행을 종료한다(S5).After retrieving the relation type information from the relation header (S3), it collects the relation position information and checks whether the relation to be loaded is a duplicate relation (S4). When the function is being performed, the execution of the loading function ends (S5).

상기 판단결과 중복 감사 기능이 수행 중이지 않을 때에는 상기 릴레이션 헤더 정보로부터 실제 릴레이션 데이터가 존재하는 어드레스를 구한다(S6).As a result of the determination, when the duplication audit function is not being performed, an address in which the actual relation data exists from the relation header information is obtained (S6).

또한 릴레이션 헤더 정보로부터 데이터의 튜플 갯수 및 튜플 사이즈와 데이터의 마지막 튜플 넘버를 구한다(S7).In addition, the number of tuples, the size of the tuples and the last tuple number of the data are obtained from the relation header information (S7).

그리고 상기 마지막 튜플 넘버와 튜플 사이즈를 곱하여 총 데이터 사이즈를 구한다(S8). 상기 사이즈가 구해지면 디스크로부터 실제 데이터 어드레스와 데이터 사이즈를 이용하여 로딩할 데이터를 읽어서 메모리의 버퍼에 저장한후 로딩정보인 릴레이션의 식별 번호, 로딩할 데이터의 총 사이즈 및 로딩할 실제 데이터를 메모리로 전송한다(S9).The total data size is obtained by multiplying the last tuple number by the tuple size (S8). After the size is obtained, the data to be loaded is read from the disk using the actual data address and the data size, and the data to be loaded is stored in a buffer of the memory, and then the identification number of the relation, which is loading information, the total size of the data to be loaded, and the actual data to be loaded are transferred to the memory. (S9).

도 3은 본 발명이 적용되는 전전자 교환기 시스팀에서 운용시스팀과 데이터베이스관리시스팀과 응용프로그램부 간 인터페이스를 나타낸 도면으로, 각 응용 프로그램부(3, 4)는 트랩 1(trap #1)과, 트랩 2(trap #2)를 통해 운용 시스팀(5) 및 데이터베이스관리시스팀(6)들과 인터페이스 하며, 운용 시스팀(5)과 데이터베이스관리시스팀(6)은 트랩 0(trap 0)을 통해 인터페이스 한다.3 is a diagram illustrating an interface between an operating system, a database management system, and an application program unit in an electronic switching system to which the present invention is applied. Each application program unit 3 and 4 includes a trap 1 and a trap. It interfaces with the operating system 5 and the database management system 6 through 2 (trap # 2), and the operating system 5 and the database management system 6 interface through the trap 0.

이때 본 발명에서는 상기 도 2의 메모리 전송(S9)과정에서 전송 받은 릴레이션 식별 번호를 이용하여 메모리에서의 릴레이션의 위치 정보를 구하고 전송 받은 실제 데이터를 상기 트랩 2(trap #2)를 통해 해당 어드레스에 갱신하도록 설정한다.At this time, in the present invention, the position information of the relation in the memory is obtained by using the relation identification number transmitted in the memory transmission process (S9) of FIG. 2, and the actual data received is transmitted to the corresponding address through the trap # 2. Set to update.

참고로 상기와 같은 동작을 수행하는 본 발명의 로딩 수행 알고리즘은 상기 응용프로그램부에 저장되어 운용자의 요구에 따라 수행되는 바, 운용중인 데이터베이스에서 손상이 발생함을 인지한 운용자가 손상된 부분에 해당하는 데이터를 재 생성하여 디스크에 저장한 다음, 본 발명의 알고리즘을 동작시키면 상기 디스크에저장된 릴레이션 파일의 헤더 정보를 이용하여 손상된 데이터베이스의 로딩 위치를 알아내 메모리로 로딩한다.For reference, the loading performing algorithm of the present invention performing the above operation is stored in the application program part and executed according to the request of the operator, and the operator recognizes that the damage occurs in the operating database. After the data is regenerated and stored in the disk, the algorithm of the present invention is operated and the loading position of the damaged database is found and loaded into the memory using the header information of the relation file stored in the disk.

따라서 중복 릴레이션일 경우에는 상기 중복 릴레이션이 사용되는 전전자 교환기 시스팀 내의 모든 프로세서의 메모리로 로딩되므로 데이터베이스의 불일치를 방지하고, 운용자가 직접 명령어를 통해 복구하는 것이 아니라 시스팀에서 릴레이션 정보를 이용하여 복구하는 것이므로 운용자의 입력 실수로 인해 발생될 수 있는 문제를 방지한다.Therefore, in the case of redundant relations, since the redundant relations are loaded into the memory of all processors in the electronic switchgear system, the inconsistency of the database is prevented, and the operator recovers by using the relation information in the system rather than directly by the operator. This prevents problems that can be caused by operator input errors.

이상에서 상세히 설명한 바와 같이 본 발명은 데이터베이스 손상으로 인해 시스팀 고장 시 손상된 부분을 데이터베이스 제작 툴을 사용하여 로딩할 데이터베이스 파일(릴레이션 파일)을 제작하고 이를 시스팀 운용 중에 해당 릴레이션만을 시스팀 메모리에 로딩할 수 있도록 하므로써, 서비스의 중단 상황을 방지하여 안정된 시스팀을 유지할 수 있고, 손상된 부분만을 신속히 복구할 수 있으며 중복 릴레이션인 경우 릴레이션이 로딩되는 모든 서브시스팀에 자동으로 로딩되므로 시스팀의 데이터베이스 불일치를 줄일 수 있는 효과를 수반함과 동시에 로딩 기능을 사용하므로 시스팀의 신뢰성이 보장되며 편리하고 안정된 시스팀 운용을 보장하는 잇점을 수반한다.As described in detail above, the present invention is to create a database file (relation file) to load the damaged part in the case of system failure due to database corruption by using the database production tool and to load only the relation into the system memory during system operation. This prevents service interruptions and maintains a stable system, recovers only damaged parts quickly, and in the case of redundant relations, it automatically loads into all subsystems where the relation is loaded, reducing the database inconsistency of the system. In addition to using the loading function, it ensures the reliability of the system and has the advantage of ensuring convenient and stable system operation.

아울러 본 발명의 바람직한 실시예는 예시의 목적을 위해 개시된 것이며, 당업자라면 본 발명의 사상과 범위안에서 다양한 수정, 변경, 부가등이 가능할 것이며, 이러한 수정 변경 등은 이하의 특허 청구의 범위에 속하는 것으로 보아야 할것이다.In addition, a preferred embodiment of the present invention is disclosed for the purpose of illustration, those skilled in the art will be able to make various modifications, changes, additions, etc. within the spirit and scope of the present invention, such modifications and modifications belong to the following claims You should see.

Claims (1)

시스팀의 데이터베이스 운용 중 데이터베이스 손상 발견시, 상기 손상된 데이터베이스의 데이터만을 재 생성하여 디스크에 저장하는 과정과;If database corruption is detected during system operation of the system, regenerating only the data of the damaged database and storing the data on a disk; 상기 디스크에 저장된 데이터를 오픈하여 데이터베이스 헤더 정보로부터 로딩할 릴레이션의 식별 번호 및 헤더 위치 정보를 수집하는 과정과;Opening the data stored on the disk to collect identification number and header location information of a relation to be loaded from database header information; 상기 릴레이션 헤더로부터 릴레이션 유형 정보를 검색하여 릴레이션 위치 정보를 수집해 로딩할 릴레이션이 중복 릴레이션인지를 확인한 다음, 중복 릴레이션일 경우 중복 릴레이션 중복 감사 기능이 수행 중인지를 판단하는 과정과;Retrieving relation type information from the relation header to determine whether the relation to be loaded by collecting relation position information is a duplicate relation, and in the case of a duplicate relation, determining whether a duplicate relation duplication audit function is being performed; 상기 판단결과 중복 감사 기능이 수행 중이지 않을 때에는 상기 릴레이션 헤더 정보로부터 실제 릴레이션 데이터가 존재하는 어드레스와, 데이터의 튜플 갯수와 튜플 사이즈 및 데이터의 마지막 튜플 번호를 구하는 과정과;When the duplicate audit function is not performed as a result of the determination, obtaining an address where actual relation data exists, the number of tuples, the size of the tuples, and the last tuple number of the data from the relation header information; 상기 마지막 튜플 번호와 튜플 사이즈를 곱하여 총 데이터 사이즈를 구하고, 이 데이터 사이즈와 디스크로부터 실제 데이터 어드레스를 이용하여 로딩할 데이터를 읽어 메모리로 전송하는 과정을 포함하여 수행하는 것을 특징으로 하는 운용중인 데이터베이스에서 릴레이션 데이터를 온라인으로 로딩하는 방법.And multiplying the last tuple number by the tuple size to obtain a total data size, and reading the data to be loaded using the actual data address from the data size and the disk and transferring the data to a memory. How to load relation data online.
KR1019990007072A 1999-03-04 1999-03-04 The method of loading relation data in on-line while using database KR100302899B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019990007072A KR100302899B1 (en) 1999-03-04 1999-03-04 The method of loading relation data in on-line while using database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019990007072A KR100302899B1 (en) 1999-03-04 1999-03-04 The method of loading relation data in on-line while using database

Publications (2)

Publication Number Publication Date
KR20000059457A KR20000059457A (en) 2000-10-05
KR100302899B1 true KR100302899B1 (en) 2001-09-26

Family

ID=19575509

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019990007072A KR100302899B1 (en) 1999-03-04 1999-03-04 The method of loading relation data in on-line while using database

Country Status (1)

Country Link
KR (1) KR100302899B1 (en)

Also Published As

Publication number Publication date
KR20000059457A (en) 2000-10-05

Similar Documents

Publication Publication Date Title
US6934877B2 (en) Data backup/recovery system
US5724581A (en) Data base management system for recovering from an abnormal condition
US10235375B1 (en) Persistent file system objects for management of databases
JP4371724B2 (en) Storage system and storage device system
US9542310B2 (en) File server node with non-volatile memory processing module coupled to cluster file server node
US7191198B2 (en) Storage operation management program and method and a storage management computer
US20070214334A1 (en) Storage system
JPH04299748A (en) Automatic file extension system
US20100185589A1 (en) Disaster recovery data sync
CN112506710A (en) Distributed file system data repair method, device, equipment and storage medium
CN110825546A (en) Recovery method, system and equipment terminal for high-availability database cluster
US20050262033A1 (en) Data recording apparatus, data recording method, program for implementing the method, and program recording medium
KR100266978B1 (en) A system for relations recovery of a data base in case of errors
KR100302899B1 (en) The method of loading relation data in on-line while using database
US7107485B2 (en) Method, apparatus, and computer readable medium for managing multiple system
JPH06149485A (en) Data completion guarantee processing method
JPS62245348A (en) Method and device for updating data base
JPS62145349A (en) Intersystem data base sharing system
US20230385304A1 (en) Snapshots for distributed object-based datastores
KR100330177B1 (en) Replicated Relation Recovery Method In Switching System DBMS
JP2004013228A (en) Database system and its matching control method
CN115934842A (en) Data synchronization method and device, storage medium and electronic equipment
JPS6167153A (en) Partial trouble recovery processing system of direct access storage device
KR20020090711A (en) Database diagnostic method of DBMS
CN117493295A (en) Pluggable time sequence database file system and device

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20100701

Year of fee payment: 10

LAPS Lapse due to unpaid annual fee