KR20040050958A - Memory database back-up apparatus by duplicating management and method thereof - Google Patents

Memory database back-up apparatus by duplicating management and method thereof Download PDF

Info

Publication number
KR20040050958A
KR20040050958A KR1020020078761A KR20020078761A KR20040050958A KR 20040050958 A KR20040050958 A KR 20040050958A KR 1020020078761 A KR1020020078761 A KR 1020020078761A KR 20020078761 A KR20020078761 A KR 20020078761A KR 20040050958 A KR20040050958 A KR 20040050958A
Authority
KR
South Korea
Prior art keywords
memory
database
area
log
data processing
Prior art date
Application number
KR1020020078761A
Other languages
Korean (ko)
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 KR1020020078761A priority Critical patent/KR20040050958A/en
Publication of KR20040050958A publication Critical patent/KR20040050958A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1471Saving, restoring, recovering or retrying involving logging of persistent data for recovery

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE: A backup device for a memory database through dual management and a method thereof are provided to minimize a data processing response time of a database while efficiently performing the backup of a main memory database. CONSTITUTION: A memory DBMS(DataBase Management System)(30) processes a data process request of a user or an application program(35) by loading the database stored in a sub memory to an original memory database area of a main memory, and stores the processed data processing request to a log area in an original memory database area. A duplicator(38) stores/duplicates the database stored in the original memory database area to a copy memory database area of the main memory, and reflects the data processing request to the database stored in the copy memory database area. A log controller(37) withdraws/transfers the data processing request stored in the log area to the duplicator according to the log data request of the duplicator. An OS(Operating System) is equipped with a system call reflecting a changed page to the database stored in the sub memory by monitoring the changed particulars in the copy memory database(36).

Description

이중 관리를 통한 메모리 데이터베이스 백업장치 및 그 방법{Memory database back-up apparatus by duplicating management and method thereof}Memory database back-up apparatus by dual management and method thereof {Memory database back-up apparatus by duplicating management and method

본 발명은 메모리 데이터베이스 백업장치 및 그 방법에 관한 것으로, 특히 메인 메모리 상에 전체적으로 로드되어 운용되는 데이터베이스에서 변경된 페이지를 디스크에 효율적으로 기록하기 위하여 메모리 데이터베이스를 이중 관리하는 메모리 데이터베이스 백업장치 및 그 방법에 관한 것이다.The present invention relates to a memory database backup device and a method thereof, and more particularly, to a memory database backup device and a method for dually managing a memory database in order to efficiently write changed pages on a disk in a database loaded and operated on the main memory. It is about.

기존의 상용 데이터베이스 관리 시스템(이하에서, DBMS라 한다)은 데이터베이스를 디스크 상에 구현하였다. 이와 같은 기존의 DBMS의 경우 안정성 면에서는 우수하지만, 실시간 데이터 처리가 필요한 분야에서는 디스크를 액세스하는 입출력 동작(Input/Output Operation) 때문에 그 성능에 한계를 지니고 있다.Existing commercial database management system (hereinafter referred to as DBMS) has implemented a database on disk. Such a conventional DBMS is excellent in terms of stability, but has a limitation in performance due to an input / output operation that accesses a disk in a field requiring real-time data processing.

그러나, 최근 메인 메모리의 가격은 낮아지고, 집적도는 높아지고 있는 추세에 있으므로, 비교적 저렴한 가격으로 대용량의 메인 메모리를 장착한 컴퓨터 시스템이 널리 보급되고 있다. 이에 따라, 기존의 디스크 내에 저장된 데이터베이스를 메인 메모리에 상주시켜 실시간 운용할 수 있는 메인 메모리 데이터베이스가 가능해졌다.However, in recent years, the price of main memory is decreasing and the degree of integration is increasing. Therefore, a computer system equipped with a large main memory at a relatively low price is widely used. As a result, a main memory database capable of operating in real time by residing a database stored in an existing disk in main memory has become possible.

그런데, 메인 메모리는 디스크와는 달리 휘발성(volatility)과 침해성(vulnerability)이라는 특성을 지니고 있으므로, 시스템의 전원이나 다른 프로그램의 영향에 의해서 메인 메모리에 저장된 내용이 손실 또는 변경되는 경우가 발생할 수 있다. 이와 같은 데이터베이스의 파손에 대비하여, 메모리 DBMS는 주기적으로 메인 메모리 내에서 변경된 페이지들을 디스크로 기록하는 백업 작업을 수행하게 된다.However, unlike the disk, the main memory has characteristics such as volatility and vulnerability, so that the contents stored in the main memory may be lost or changed due to the power of the system or the influence of other programs. . In preparation for such a database corruption, the memory DBMS periodically performs a backup operation of writing changed pages in main memory to disk.

UNIX 시스템에 설치된 메모리 DBMS의 경우, 이와 같은 백업 작업을 위해 디스크 상의 파일을 메모리 주소 공간에 매핑(mapping)시키는 역할을 하는 시스템 호출(system call)인 mmap을 이용한다. 이때, 운영체제는 매핑된 메인 메모리 공간의 변경사항을 감시하여 자동으로 디스크상의 파일에 변경사항을 반영한다.In the case of a memory DBMS installed on a UNIX system, mmap, a system call that maps files on disk to the memory address space, is used for such backup operations. At this point, the operating system monitors the changes in the mapped main memory space and automatically reflects the changes in the files on disk.

도 1에 도시된 바에 의하면, 종래 기술에 의한 메모리 데이터베이스 백업 방법은 메모리 DBMS(20)의 DB 코아 엔진(21)이 응용 프로그램(25) 또는 사용자의 데이터 변경요청(request)에 따라 메인 메모리 상의 데이터베이스(22)에서 대응하는 데이터를 변경하고, 운영체제의 일부인 mmap(24)는 동일한 메인 메모리 데이터베이스(22)에서 변경된 페이지를 디스크(23)로 백업하는 작업을 수행한다. 하지만, 이와 같은 백업 방법에 의하면, 메인 메모리 상의 데이터베이스(22) 변경 작업과 변경된 페이지의 백업 작업이 충돌하게 되어 응용 프로그램(25) 또는 사용자에게 보내지는 응답(response)이 변경된 페이지의 백업 작업 이후로 늦추어질 수 있다. 일반적인 운영체제의 경우 디스크 I/O 관련 시스템 호출 처리시간이 실시간 응용 프로그램의 동작에 지장을 줄 만큼 느리지 않은 경우가 대부분이지만, 고장 방지 시스템(Fault Tolerant System)의 경우에는 디스크 I/O 관련 시스템 호출 처리시간이 상당히 느려 종래 기술에 의한 메모리 데이터베이스 백업 방법을 채택하게 되면 실시간 응용 프로그램의 동작에 지장을 줄 수 있다.As shown in FIG. 1, in the memory database backup method according to the related art, the DB core engine 21 of the memory DBMS 20 may use a database on the main memory according to an application 25 or a user's data change request. At 22, the corresponding data is changed, and mmap 24, which is part of the operating system, performs a task of backing up the changed pages in the same main memory database 22 to the disk 23. However, according to such a backup method, the database 22 change operation on the main memory and the backup operation of the changed page collide, and the response sent to the application 25 or the user is changed after the backup operation of the changed page. Can be slowed down. In most operating systems, the processing time for disk I / O related system calls is not slow enough to interfere with the behavior of real-time applications, but for fault tolerant systems, disk I / O related system calls are handled. If the time is considerably slow and the conventional memory database backup method is adopted, the operation of the real-time application may be hindered.

본 발명은 상기의 문제점을 해결하기 위하여 창안된 것으로서, 메인 메모리 데이터베이스 백업을 효율적으로 수행하면서도 데이터베이스의 데이터 처리 응답시간을 최소화할 수 있는 메모리 데이터베이스 백업장치 및 그 방법을 제공함을 본 발명의 제1 및 제2의 목적으로 한다.SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and provides a memory database backup device and method thereof capable of minimizing data processing response time of a database while efficiently performing a main memory database backup. It is for the second purpose.

도 1은 종래의 기술에 의한 메모리 데이터베이스 백업장치의 기능적 구성도이다.1 is a functional configuration diagram of a memory database backup device according to the prior art.

도 2는 본 발명에 의한 메모리 데이터베이스 백업장치가 구현된 컴퓨터 시스템의 구성도이다.2 is a configuration diagram of a computer system in which a memory database backup apparatus according to the present invention is implemented.

도 3은 본 발명에 의한 메모리 데이터베이스 백업장치의 기능적 구성도이다.3 is a functional configuration diagram of a memory database backup apparatus according to the present invention.

도 4는 본 발명에 의한 메모리 데이터베이스 백업방법의 전체적인 흐름도이다.4 is a general flowchart of a memory database backup method according to the present invention.

도 5는 본 발명의 구성요소인 복제부와 로그 제어부의 동작을 설명하기 위한 흐름도이다.5 is a flow chart for explaining the operation of the replication unit and the log control unit of the present invention.

상기의 제1의 목적을 달성하기 위하여, 본 발명에 의한 메모리 데이터베이스백업장치는 CPU; 데이터베이스를 저장하는 보조 메모리; CPU가 실행하는 프로그램 및 처리하는 데이터를 저장하는 메인 메모리; 보조 메모리에 저장된 데이터베이스를 메인 메모리의 원본 메모리 데이터베이스 영역에 로드하여 사용자 또는 응용 프로그램의 데이터 처리 요청을 처리하고, 처리된 데이터 처리 요청을 원본 메모리 데이터베이스 영역 내의 로그 영역에 저장하는 메모리 DBMS; 원본 메모리 데이터베이스 영역에 저장된 데이터베이스를 복사하여 메인 메모리의 복사본 메모리 데이터베이스 영역에 저장하고, 로그 데이터 요청의 생성에 의해 제공되는 데이터 처리 요청을 복사본 메모리 데이터베이스 영역에 저장된 데이터베이스에 반영하는 복제부; 복제부의 로그 데이터 요청에 따라 로그 영역에 저장된 데이터 처리 요청을 인출하여 복제부로 전달하는 로그 제어부; 및 복사본 메모리 데이터베이스 영역에서의 변경사항을 감시하여 변경된 페이지를 보조 메모리에 저장된 데이터베이스에 반영하는 시스템 호출을 구비한 운영체제;를 포함하여 구성된다.In order to achieve the above first object, the memory database backup apparatus according to the present invention includes a CPU; Auxiliary memory for storing a database; A main memory for storing a program executed by the CPU and data to be processed; A memory DBMS that loads a database stored in auxiliary memory into an original memory database area of main memory to process a data processing request of a user or an application, and stores the processed data processing request in a log area within the original memory database area; A copy unit for copying a database stored in the original memory database area and storing the copy stored in the copy memory database area of the main memory, and reflecting the data processing request provided by the generation of the log data request to the database stored in the copy memory database area; A log control unit for retrieving a data processing request stored in a log area according to the log data request of the replication unit and transferring the data processing request to the replication unit; And an operating system having a system call that monitors changes in the copy memory database area and reflects the changed pages to the database stored in the auxiliary memory.

상기의 제2의 목적을 달성하기 위하여, 본 발명에 의한 메모리 데이터베이스 백업방법은 (a) 메모리 DBMS가 보조 메모리에 저장된 데이터베이스를 메인 메모리의 원본 메모리 데이터베이스 영역에 로드하는 단계; (b) 복제부가 원본 메모리 데이터베이스 영역에 저장된 데이터베이스를 복사하여 메인 메모리의 복사본 메모리 데이터베이스 영역에 저장하는 단계; (c) 메모리 DBMS가 원본 메모리 데이터베이스 영역에 저장된 데이터베이스를 대상으로 사용자 또는 응용 프로그램의 데이터 처리 요청을 처리하고, 그 처리 결과를 응답으로 사용자 또는 응용 프로그램에 전달하는 단계; (d) 메모리 DBMS가 처리된 데이터 처리 요청을 원본 메모리 데이터베이스 영역 내의 로그 영역에 저장하는 단계; (e) 복제부의 로그 데이터 요청에 따라 로그 제어부가 로그 영역에 저장된 데이터 처리 요청을 인출하여 복제부로 전달하는 단계; (f) 복제부가 전달된 데이터 처리 요청을 복사본 메모리 데이터베이스 영역에 저장된 데이터베이스에 반영하는 단계; 및 (g) 시스템 호출이 복사본 메모리 데이터베이스 영역의 변경사항을 감시하여 변경된 페이지를 보조 메모리에 저장된 데이터베이스에 반영하는 단계;를 포함하여 구성된다.In order to achieve the above second object, the memory database backup method according to the present invention comprises the steps of: (a) loading the database stored in the auxiliary memory to the original memory database area of the main memory; (b) copying the database stored in the original memory database area and storing the copy in the copy memory database area of the main memory; (c) the memory DBMS processing a data processing request of a user or an application for a database stored in an original memory database area, and delivering the processing result to the user or application in response; (d) storing, by the memory DBMS, the processed data processing request in a log area in the original memory database area; (e) retrieving the data processing request stored in the log area and forwarding the data processing request stored in the log area according to the log data request of the copying unit; (f) reflecting the transferred data processing request to the database stored in the copy memory database area; And (g) the system call monitoring changes in the copy memory database area and reflecting the changed pages to the database stored in the auxiliary memory.

이하에서 첨부된 도면을 참조하여 본 발명의 바람직한 실시예를 상세히 설명하기로 한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 1을 참조하면, 본 발명에 의한 메모리 데이터베이스 백업장치의 바람직한 일실시예가 구현되는 컴퓨터 시스템(1)은 적어도 하나 이상의 중앙처리장치(CPU)(6)와 메모리장치(3)를 구비한 컴퓨터(2), 입력장치(10) 및 출력장치(11)를 포함하여 구성된다. 컴퓨터 시스템(1)의 구성요소들은 적어도 하나 이상의 버스구조(12)에 의해 상호 연결되어 있다.1, a computer system 1 in which a preferred embodiment of a memory database backup device according to the present invention is implemented is a computer having at least one central processing unit (CPU) 6 and a memory device 3 ( 2) and an input device 10 and an output device 11. The components of computer system 1 are interconnected by at least one bus structure 12.

도시된 중앙처리장치(6)는 산술연산 및 논리연산을 수행하는 산술/논리연산장치(ALU)(7), 데이터와 명령어를 임시적으로 저장하는 레지스터 세트(8) 및 컴퓨터 시스템(1)의 동작을 제어하는 제어장치(9)를 구비한다. 본 발명에서 사용되는 중앙처리장치(6)는 특정한 제조사에 의해 제조된 특정한 구조에 한정되는 것이 아니므로, 상기한 바와 같은 기본적인 구성을 갖춘 모든 형태의 프로세서가 가능하다.The illustrated central processing unit 6 is an arithmetic / logical arithmetic unit (ALU) 7 for performing arithmetic and logical operations, a register set 8 for temporarily storing data and instructions, and the operation of the computer system 1. And a control device 9 for controlling the control. Since the central processing unit 6 used in the present invention is not limited to a specific structure manufactured by a specific manufacturer, any type of processor having a basic configuration as described above is possible.

메모리장치(3)는 고속의 메인 메모리(4)와 데이터의 장기 저장을 위해 사용되는 보조 메모리(5)를 구비한다. 메인 메모리(4)는 RAM(Random Access Memory)과 ROM(Read Only Memory) 반도체 칩으로 구성되고, 보조 메모리(5)는 플라피 디스크, 하드 디스크, CD-ROM, 플래쉬 메모리 그리고 전기, 자기, 광 또는 다른 기록매체를 사용하여 데이터를 저장하는 장치로 구성된다. 또한, 메인 메모리(4)는 디스플레이 장치를 통해 영상을 디스플레이하기 위한 비디오 디스플레이 메모리를 구비할 수 있다. 본 발명에 대한 평균적인 지식을 가진 자는 메모리장치(3)가 다양한 저장능력을 지닌 다양한 대체 가능한 구성요소를 포함할 수 있다는 것을 이해할 수 있을 것이다.The memory device 3 has a high speed main memory 4 and an auxiliary memory 5 used for long term storage of data. The main memory 4 is composed of RAM (Random Access Memory) and ROM (Read Only Memory) semiconductor chips, and the auxiliary memory 5 is a floppy disk, a hard disk, a CD-ROM, a flash memory, and an electric, magnetic, optical Or an apparatus for storing data using another recording medium. In addition, the main memory 4 may include a video display memory for displaying an image through a display device. Those skilled in the art will understand that the memory device 3 may include various replaceable components having various storage capacities.

입력장치(10)에는 키보드, 마우스, 물리적 변환기(예를 들어, 마이크) 등이 포함될 수 있고, 출력장치(11)에는 디스플레이, 프린터, 물리적 변환기(예를 들어, 스피커) 등이 포함될 수 있다. 또한, 네트워크 인터페이스 또는 모뎀과 같은 장치들이 입/출력 장치로 사용될 수 있다.The input device 10 may include a keyboard, a mouse, a physical transducer (eg, a microphone), and the like, and the output device 11 may include a display, a printer, a physical transducer (eg, a speaker), and the like. Also, devices such as network interfaces or modems can be used as input / output devices.

컴퓨터 시스템(1)에는 운영체제, 메모리 DBMS 그리고 적어도 하나 이상의 응용 프로그램이 구비된다. 운영체제는 컴퓨터 시스템(1)의 동작과 자원의 할당을 제어하는 일련의 소프트웨어로서 응용 프로그램이 이용가능한 다양한 시스템 호출을 구비하고 있으며, 응용 프로그램은 운영체제를 통해 이용가능한 컴퓨터 자원을 사용하여 사용자에 의해 요구되는 작업을 수행하는 일련의 소프트웨어이다. 이들 모두 도시된 메모리장치(3)에 저장된다. 결국, 본 발명에 의한 메모리 데이터베이스 백업장치는 컴퓨터 시스템(1)과 컴퓨터 시스템(1)에 설치되어 동작하는 소프트웨어의 결합체로서 구현된다.The computer system 1 is equipped with an operating system, a memory DBMS and at least one application program. The operating system is a set of software that controls the operation of the computer system 1 and the allocation of resources. The operating system includes a variety of system calls available to the application, which are requested by the user using the computer resources available through the operating system. Is a set of software that performs a task. All of these are stored in the memory device 3 shown. As a result, the memory database backup apparatus according to the present invention is implemented as a combination of the computer system 1 and the software installed and operated in the computer system 1.

도 2 및 도 3에 의하면, 본 발명에 의한 메모리 데이터베이스 백업장치의 바람직한 일실시예는 CPU(6), 보조 메모리(5), 메인 메모리(4), 메모리 DBMS(30), 복제부(Replicator)(38), 로그 제어부(Log Controller)(37) 및 운영체제(34)를 포함하여 구성된다.2 and 3, a preferred embodiment of the memory database backup apparatus according to the present invention is a CPU 6, an auxiliary memory 5, a main memory 4, a memory DBMS 30, a replicator (38), a log controller (37), and an operating system (34).

보조 메모리(5)에는 데이터베이스(33)가 저장되고, 메인 메모리(4)에는 메모리 DBMS(30), 복제부(38), 로그 제어부(37) 및 운영체제(34)와 같이 CPU(6)에 의해 실행되는 프로그램과 원본 메모리 데이터베이스 및 복사본 메모리 데이터베이스가 로드될 영역이 확보된다.The auxiliary memory 5 stores a database 33, and the main memory 4 includes a memory DBMS 30, a replication unit 38, a log control unit 37, and an operating system 34 by the CPU 6. The program to be executed and the area where the original memory database and the copy memory database will be loaded are reserved.

메모리 DBMS(30)는 보조 메모리(5)에 저장된 데이터베이스(33)를 메인 메모리(4)의 원본 메모리 데이터베이스 영역에 로드한다. 따라서, 메모리 DBMS(30)의 DB 코아 엔진(31)는 사용자 또는 응용 프로그램(35)의 데이터 처리 요청을 원본 메모리 데이터베이스 영역에 저장된 데이터베이스(이하에서, 원본 메모리 데이터베이스(32)라 한다)를 대상으로 하여 처리하고, 처리된 결과를 사용자 또는 응용 프로그램(35)에 응답한다. 메모리 DBMS(30)는 처리된 데이터 처리 요청을 원본 메모리 데이터베이스 영역 내의 로그 영역(32a)에 저장한다. 여기서, 데이터 처리 요청은 SQL(structured query language)로 이루어짐이 일반적이지만, 이에 한정되는 것은 아니다. 로그 영역(32a)에 저장된 데이터 처리 요청에는 로그 번호가 순차적으로 부여된다. 로그 영역(32a)은 큐(Queue) 형태의 데이터 구조를 가짐으로써, 할당되는 메모리 영역의 크기를 미리 결정할 수 있다.The memory DBMS 30 loads the database 33 stored in the auxiliary memory 5 into the original memory database area of the main memory 4. Accordingly, the DB core engine 31 of the memory DBMS 30 targets a database (hereinafter, referred to as a source memory database 32) stored in the source memory database area for a data processing request of a user or an application 35. And the processed result is returned to the user or the application 35. The memory DBMS 30 stores the processed data processing request in the log area 32a in the original memory database area. Here, the data processing request is generally made of a structured query language (SQL), but is not limited thereto. Log numbers are sequentially assigned to data processing requests stored in the log area 32a. The log area 32a has a data structure in the form of a queue, so that the size of the allocated memory area can be determined in advance.

복제부(38)는 보조 메모리(5)에 저장된 프로그램으로서, 사용자의 조작 또는메모리 DBMS(30)에 의해서 메인 메모리(4)에 로드되어 하나의 프로세스로 실행된다. 복제부(38)는 먼저 원본 메모리 데이터베이스(32)를 복사하여 메인 메모리(4)의 복사본 메모리 데이터베이스 영역에 저장하고, 복사본 메모리 데이터베이스 영역의 일부에 할당된 로그번호저장 영역(36a)을 0으로 초기화한다. 이후, 복제부(38)는 로그번호저장 영역(36a)에 저장된 로그 번호를 기초로 하여 로그 데이터 요청을 생성하여 로그 제어부(37)로 전달하고, 로그 전달부(37)로부터 받은 데이터 처리 요청을 복사본 메모리 데이터베이스(36)에 반영함으로써 원본 메모리 데이터베이스(32)와 일관성을 유지한다. 그 다음, 복제부(38)는 최종 처리된 데이터 처리 요청의 로그 번호를 로그번호저장 영역(36a)에 기록한다.The copy unit 38 is a program stored in the auxiliary memory 5 and is loaded into the main memory 4 by a user's operation or the memory DBMS 30 and executed in one process. The replica unit 38 first copies the original memory database 32 and stores it in the copy memory database area of the main memory 4, and initializes the log number storage area 36a allocated to a part of the copy memory database area to zero. do. Subsequently, the replication unit 38 generates a log data request based on the log number stored in the log number storage area 36a, transfers the log data request to the log control unit 37, and transmits the data processing request received from the log transfer unit 37. Reflection in the copy memory database 36 maintains consistency with the original memory database 32. The copy unit 38 then records the log number of the last processed data processing request in the log number storage area 36a.

로그 제어부(37)는 보조 메모리(5)에 저장된 프로그램으로서, 사용자의 조작 또는 복제부(38)에 의해서 메인 메모리(4)에 로드되어 하나의 프로세스로 실행된다. 이와 같은 로그 제어부(37)는 복제부(38)의 로그 데이터 요청에 따라 로그 영역(32a)에 저장된 데이터 처리 요청을 인출하여 복제부(38)로 전달한다.The log control unit 37 is a program stored in the auxiliary memory 5 and is loaded into the main memory 4 by a user's operation or duplication unit 38 and executed in one process. The log control unit 37 withdraws the data processing request stored in the log area 32a according to the log data request of the replication unit 38 and transfers the data processing request to the replication unit 38.

운영체제(도시되지 않음)는 복사본 메모리 데이터베이스 영역에서의 변경사항을 감시하여 변경된 페이지를 보조 메모리(5)에 저장된 데이터베이스(33)에 반영하는 시스템 호출(예를 들어, mmap()(34))을 구비한다.The operating system (not shown) monitors changes in the copy memory database area and issues system calls (e.g., mmap () 34) to reflect the changed pages to the database 33 stored in the secondary memory 5. Equipped.

이하에서, 도 4 및 도 5를 참조하여 본 발명에 의한 본 발명에 의한 메모리 데이터베이스 백업장치를 이용한 메모리 데이터 백업과정에 대하여 설명한다.Hereinafter, a memory data backup process using the memory database backup apparatus according to the present invention will be described with reference to FIGS. 4 and 5.

먼저, 메인 메모리(4)에 로드되어 실행되는 메모리 DBMS(30)는 보조 메모리(5)에 저장된 데이터베이스(33)를 메인 메모리(4)의 원본 메모리 데이터베이스 영역에 로드한다(S100).First, the memory DBMS 30 loaded and executed in the main memory 4 loads the database 33 stored in the auxiliary memory 5 into the original memory database area of the main memory 4 (S100).

이후, 사용자 또는 메모리 DBMS(30)가 복제부(38)를 실행시키면, 복제부(38)는 원본 메모리 데이터베이스 영역에 저장된 데이터베이스(32)를 복사하여 메인 메모리(4)의 복사본 메모리 데이터베이스 영역에 저장한다(S110). 이 과정은 도 5의 S200 내지 S230에 의해 상세히 설명된다. 도 5에 의하면, 복제부(38)는 복사본 메모리 데이터베이스 영역에 복사본 메모리 데이터베이스(36)가 존재하는지 여부를 확인하고(S200), 존재하면 복사본 메모리 데이터베이스 영역 내의 로그번호저장 영역(36a)에 저장된 로그 번호를 근거로 다음에 수행한 로그 번호를 생성한다(S210). 예를 들어, 로그번호저장 영역(36a)에서 인출한 로그 번호에 1을 더한 값이 소정의 값 이하이면 그 값으로 정하고, 소정의 값보다 크면 0으로 정할 수 있다(여기서, 소정의 값은 로그 영역(32a)에 저장될 수 있는 로그의 갯수). 한편, 복사본 메모리 데이터베이스 영역에 복사본 메모리 데이터베이스(36)가 존재하지 않으면, 복제부(38)는 원본 메모리 데이터베이스(32)를 복사하여 메인 메모리(4)의 복사본 메모리 데이터베이스 영역에 저장하여 초기화하고(S220), 로그번호저장 영역(36a)을 0으로 초기화한다(S230). 이와 같이 복사본 메모리 데이터베이스 영역 내에 로그 번호를 유지함으로써, 복제부(38)가 실행 도중에 죽었다가 다시 시동하게 되는 경우에도, 원본 메모리 데이터베이스(32)를 다시 복사하지 않고도 복사본 메모리 데이터베이스(36)를 원본 메모리 데이터베이스(32)와 일치화할 수 있다.Then, when the user or the memory DBMS 30 executes the replica 38, the replica 38 copies the database 32 stored in the original memory database area and stores it in the copy memory database area of the main memory 4. (S110). This process is described in detail by S200 to S230 of FIG. Referring to FIG. 5, the replication unit 38 checks whether the copy memory database 36 exists in the copy memory database area (S200), and if present, logs stored in the log number storage area 36a in the copy memory database area. Based on the number, a log number performed next is generated (S210). For example, if the log number retrieved from the log number storage area 36a plus 1 is equal to or less than a predetermined value, the log number may be set to that value. If the log number is greater than the predetermined value, the value may be set to 0. Number of logs that can be stored in area 32a). On the other hand, if the copy memory database 36 does not exist in the copy memory database area, the replication unit 38 copies the original memory database 32, stores the data in the copy memory database area of the main memory 4, and initializes it (S220). In step S230, the log number storage area 36a is initialized to zero. By maintaining the log number in the copy memory database area in this manner, the copy memory database 36 can be stored in the original memory without copying the original memory database 32 even when the replica 38 dies and restarts during execution. It can be matched with the database 32.

다시 도 4에 의하면, 메모리 DBMS(30)는 사용자 또는 응용 프로그램(35)의 데이터 처리 요청을 원본 메모리 데이터베이스(32)를 대상으로 하여처리하고(S120), 디스크 I/O 관련 시스템 호출 처리에 전혀 구애받지 않고 처리된 결과를 사용자 또는 응용 프로그램(35)에 응답할 수 있다(S130). 이는 메모리 DBMS(30)가 데이터 처리 요청을 처리하는 대상인 원본 메모리 데이터베이스(32)와 보조 메모리(5) 상의 데이터베이스(33)의 내용을 일치시키기 위한 디스크 I/O가 수행되지 않기 때문이다. 이후, 메모리 DBMS(30)는 처리된 데이터 처리 요청을 원본 메모리 데이터베이스 영역 내의 로그 영역(32a)에 저장해 둔다(S140).Referring back to FIG. 4, the memory DBMS 30 processes the data processing request of the user or the application 35 to the source memory database 32 (S120), and does not process any disk I / O related system calls. Regardless of the result, the processed result may be responded to the user or the application 35 (S130). This is because no disk I / O is performed to match the contents of the database 33 on the auxiliary memory 5 with the original memory database 32, which is the object for which the memory DBMS 30 processes the data processing request. Thereafter, the memory DBMS 30 stores the processed data processing request in the log area 32a in the original memory database area (S140).

한편, 복제부(38)의 로그 데이터 요청에 따라 로그 제어부(37)가 로그 영역(32a)에 저장된 데이터 처리 요청을 인출하여 복제부(38)로 전달하는데(S150), 이 과정은 도 5의 S240, S300, S310, S320, S330에 의해 상세히 설명된다. 도 5에 의하면, 먼저 로그 제어부(37)는 복제부(38)에 의해서 메인 메모리(4)에 로드되어 하나의 프로세스로 실행된다. 복제부(38)가 로그 번호를 포함하는 로그 데이터 요청을 로그 제어부(37)에 보내면(S240), 이를 수신한 로그 제어부(37)는 로그 영역(32a)에 저장된 데이터 처리 요청들 중에서 로그 번호 이후에 해당하는 데이터 처리 요청(즉, 로그 데이터)을 차례로 인출하여 복제부로 전송한다(S300, S310). 로그 영역(32a)에 전송할 로그 데이터가 남아 있지 않은 경우에는, 로그 제어부(37)는 주기적으로 로그 영역(32a)을 감시하여 새로운 로그 데이터가 발생할 때마다 복제부(38)로 전송하게 된다(S320). 복제부(38)는 로그 제어부(37)로부터의 로그 데이터를 수신한다(S330). 복제부(38)와 로그 제어부(37)와의 데이터 전송은 다양한 종류의 IPC(interprocess communication)를 이용하여 구현할 수 있다.On the other hand, in response to the log data request of the replication unit 38, the log control unit 37 withdraws the data processing request stored in the log area 32a and transfers it to the replication unit 38 (S150). It will be described in detail by S240, S300, S310, S320, S330. According to FIG. 5, first, the log control unit 37 is loaded into the main memory 4 by the replication unit 38 and executed as one process. When the replication unit 38 sends a log data request including the log number to the log control unit 37 (S240), the log control unit 37 that receives the log number after the log number is stored among the data processing requests stored in the log area 32a. Data processing requests corresponding to the data (ie, log data) are sequentially withdrawn and transmitted to the replica unit (S300 and S310). When there is no log data to be transmitted in the log area 32a, the log control unit 37 periodically monitors the log area 32a and transmits the new log data to the replication unit 38 whenever new log data is generated (S320). ). The replication unit 38 receives log data from the log control unit 37 (S330). Data transmission between the replication unit 38 and the log control unit 37 may be implemented using various types of interprocess communication (IPC).

다시 도 4에 의하면, 복제부(38)는 수신된 데이터 처리 요청을 복사본 메모리 데이터베이스(36)에 반영하는데(S160), 이 과정은 도 5의 S260, S270, S280에 의해 상세히 설명된다. 도 5에 의하면, 복제부(38)는 주기적으로 로그 제어부(37)로부터의 로그 데이터를 수신하면서, 수행할 새로운 로그 데이터가 있는지 여부를 확인한다(S260). 새로운 로그 데이터(즉, SQL과 같은 데이터 처리 요청)에 대해서는 이를 복사본 메모리 데이터베이스(36)에 반영함으로써 원본 메모리 데이터베이스(32)와 일관성을 유지한다(S270). 그 다음, 복제부(38)는 최종 처리된 데이터 처리 요청의 로그 번호를 로그번호저장 영역(36a)에 기록함으로써 불시에 복제부(38)가 죽는 경우를 대비한다(S280).Referring again to FIG. 4, the copying unit 38 reflects the received data processing request to the copy memory database 36 (S160), which is described in detail by S260, S270, and S280 of FIG. 5. Referring to FIG. 5, the replication unit 38 periodically checks whether there is new log data to be performed while receiving log data from the log control unit 37 (S260). New log data (ie, data processing requests such as SQL) is reflected in the copy memory database 36 to maintain consistency with the original memory database 32 (S270). Next, the copying unit 38 records the log number of the last processed data processing request in the log number storage area 36a to prepare for the case where the copying unit 38 suddenly dies (S280).

다시 도 4에 의하면, 운영체제(도시되지 않음)에 구비된 mmap()(34)와 같은 시스템 호출은 사용자 또는 응용 프로그램에 의해 호출되어, 복사본 메모리 데이터베이스 영역에서의 변경사항을 감시하여 변경된 페이지를 보조 메모리(5)에 저장된 데이터베이스(33)에 반영하게 된다(S170). 이때, mmap()가 변경사항은 검사하는 대상은 원본 메모리 데이터베이스(32)가 아니라 복사본 메모리 데이터베이스(36)이므로, DB 코아 엔진(31)이 사용자 또는 응용 프로그램(35)의 데이터 처리 요청을 처리하고 처리된 결과를 사용자 또는 응용 프로그램(35)에 응답하는 것에 지장을 주지 않고 백업을 위한 디스크 I/O를 수행할 수 있다.Referring back to FIG. 4, system calls, such as mmap () 34, provided in an operating system (not shown) are called by a user or an application program to watch for changes in the copy memory database area to assist in changing pages. It is reflected in the database 33 stored in the memory 5 (S170). At this time, the changes that mmap () checks are not the original memory database 32, but the copy memory database 36, so that the DB core engine 31 processes the data processing request of the user or the application 35. Disk I / O for backup can be performed without disrupting the response of the processed result to the user or application 35.

이제까지 본 발명에 대하여 그 바람직한 실시예들을 중심으로 살펴보았다. 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자는 본 발명이 본 발명의 본질적인 특성에서 벗어나지 않는 범위에서 변형된 형태로 구현될 수 있음을 이해할 수 있을 것이다. 그러므로 개시된 실시예들은 한정적인 관점이 아니라 설명적인관점에서 고려되어야 한다. 본 발명의 범위는 전술한 설명이 아니라 특허청구범위에 나타나 있으며, 그와 동등한 범위 내에 있는 모든 차이점은 본 발명에 포함된 것으로 해석되어야 할 것이다.So far I looked at the center of the preferred embodiment for the present invention. Those skilled in the art will appreciate that the present invention can be implemented in a modified form without departing from the essential features of the present invention. Therefore, the disclosed embodiments should be considered in descriptive sense only and not for purposes of limitation. The scope of the present invention is shown in the claims rather than the foregoing description, and all differences within the scope will be construed as being included in the present invention.

본 발명에 의하면, 메인 메모리 상에 사용자 또는 응용 프로그램의 데이터 처리 요청을 처리하기 위한 대상인 원본 메모리 데이터베이스, 메모리 상의 데이터베이스와 디스크 상의 데이터베이스의 내용을 일치시키기 위한 디스크 I/O 관련 시스템 호출 처리의 대상인 복사본 메모리 데이터베이스를 두고, 이들 사이에 일관성을 유지시키기 위하여 복제부와 로그 제어부의 2개 프로세스를 별도로 유지함으로써, 백업을 위한 디스크 I/O에 전혀 영향을 받지 않고 데이터베이스 변경에 따른 응답을 실시간 응용 프로그램의 동작에 지장이 없을 만큼 신속히 받을 수 있다.According to the present invention, a copy of a source memory database, which is a target for processing a data processing request of a user or an application on main memory, and a disk I / O related system call processing for matching the contents of a database on disk and a database on disk. By maintaining a memory database and maintaining two separate processes, replication and log control, to maintain consistency among them, the response to database changes can be responded to by real-time applications without being affected by disk I / O for backup. You can get it so quickly that it does not interfere with the operation.

Claims (6)

CPU;CPU; 데이터베이스를 저장하는 보조 메모리;Auxiliary memory for storing a database; CPU가 실행하는 프로그램 및 처리하는 데이터를 저장하는 메인 메모리;A main memory for storing a program executed by the CPU and data to be processed; 보조 메모리에 저장된 데이터베이스를 메인 메모리의 원본 메모리 데이터베이스 영역에 로드하여 사용자 또는 응용 프로그램의 데이터 처리 요청을 처리하고, 처리된 데이터 처리 요청을 원본 메모리 데이터베이스 영역 내의 로그 영역에 저장하는 메모리 DBMS;A memory DBMS that loads a database stored in auxiliary memory into an original memory database area of main memory to process a data processing request of a user or an application, and stores the processed data processing request in a log area within the original memory database area; 원본 메모리 데이터베이스 영역에 저장된 데이터베이스를 복사하여 메인 메모리의 복사본 메모리 데이터베이스 영역에 저장하고, 로그 데이터 요청의 생성에 의해 제공되는 데이터 처리 요청을 복사본 메모리 데이터베이스 영역에 저장된 데이터베이스에 반영하는 복제부;A copy unit for copying a database stored in the original memory database area and storing the copy stored in the copy memory database area of the main memory, and reflecting the data processing request provided by the generation of the log data request to the database stored in the copy memory database area; 복제부의 로그 데이터 요청에 따라 로그 영역에 저장된 데이터 처리 요청을 인출하여 복제부로 전달하는 로그 제어부; 및A log control unit for retrieving a data processing request stored in a log area according to the log data request of the replication unit and transferring the data processing request to the replication unit; And 복사본 메모리 데이터베이스 영역에서의 변경사항을 감시하여 변경된 페이지를 보조 메모리에 저장된 데이터베이스에 반영하는 시스템 호출을 구비한 운영체제;를 포함함을 특징으로 하는 이중 관리를 통한 메모리 데이터베이스 백업장치.And an operating system having a system call that monitors the change in the copy memory database area and reflects the changed page to the database stored in the auxiliary memory. 제1항에 있어서, 상기 데이터 처리 요청은 SQL로 이루어짐을 특징으로 하는이중 관리를 통한 메모리 데이터베이스 백업장치.The memory database backup apparatus of claim 1, wherein the data processing request is made of SQL. 제1항에 있어서, 로그 영역에 저장된 데이터 처리 요청에는 로그 번호가 부여되고,The data processing request stored in the log area is given a log number. 복사본 메모리 데이터베이스 영역에는 복제부에 의해 최종 처리된 데이터 처리 요청의 로그 번호가 기록되는 로그번호저장 영역이 구비되고,The copy memory database area is provided with a log number storage area in which log numbers of data processing requests last processed by the replication unit are recorded. 상기 복제부는 로그번호저장 영역에 기록된 로그 번호에 근거하여 로그 데이터 요청을 생성하는 것을 특징으로 하는 이중 관리를 통한 메모리 데이터베이스 백업장치.And the replication unit generates a log data request based on a log number recorded in a log number storage area. (a) 메모리 DBMS가 보조 메모리에 저장된 데이터베이스를 메인 메모리의 원본 메모리 데이터베이스 영역에 로드하는 단계;(a) the memory DBMS loading the database stored in the auxiliary memory into the original memory database area of the main memory; (b) 복제부가 원본 메모리 데이터베이스 영역에 저장된 데이터베이스를 복사하여 메인 메모리의 복사본 메모리 데이터베이스 영역에 저장하는 단계;(b) copying the database stored in the original memory database area and storing the copy in the copy memory database area of the main memory; (c) 메모리 DBMS가 원본 메모리 데이터베이스 영역에 저장된 데이터베이스를 대상으로 사용자 또는 응용 프로그램의 데이터 처리 요청을 처리하고, 그 처리 결과를 응답으로 사용자 또는 응용 프로그램에 전달하는 단계;(c) the memory DBMS processing a data processing request of a user or an application for a database stored in an original memory database area, and delivering the processing result to the user or application in response; (d) 메모리 DBMS가 처리된 데이터 처리 요청을 원본 메모리 데이터베이스 영역 내의 로그 영역에 저장하는 단계;(d) storing, by the memory DBMS, the processed data processing request in a log area in the original memory database area; (e) 복제부의 로그 데이터 요청에 따라 로그 제어부가 로그 영역에 저장된데이터 처리 요청을 인출하여 복제부로 전달하는 단계;(e) retrieving the data processing request stored in the log area and forwarding the data processing request stored in the log area according to the log data request of the copying unit; (f) 복제부가 전달된 데이터 처리 요청을 복사본 메모리 데이터베이스 영역에 저장된 데이터베이스에 반영하는 단계; 및(f) reflecting the transferred data processing request to the database stored in the copy memory database area; And (g) 시스템 호출이 복사본 메모리 데이터베이스 영역의 변경사항을 감시하여 변경된 페이지를 보조 메모리에 저장된 데이터베이스에 반영하는 단계;를 포함함을 특징으로 하는 메모리 데이터베이스 백업방법.(g) monitoring a change in the copy memory database area by the system call and reflecting the changed page to the database stored in the auxiliary memory. 제4항에 있어서, 상기 데이터 처리 요청은 SQL로 이루어짐을 특징으로 하는 이중 관리를 통한 메모리 데이터베이스 백업방법.5. The method of claim 4, wherein the data processing request is made of SQL. 제4항에 있어서, 상기 (d) 단계에서The method of claim 4, wherein in step (d) 로그 영역에 저장된 데이터 처리 요청에는 로그 번호가 부여되고,Data processing requests stored in the log area are given a log number. 상기 (f) 단계에서In step (f) 복사본 메모리 데이터베이스 영역 내의 소정의 영역에는 상기 복제부에 의해 최종 처리된 데이터 처리 요청의 로그 번호가 기록되고,In the predetermined area within the copy memory database area, the log number of the data processing request last processed by the copying unit is recorded. 상기 (e) 단계에서In step (e) 상기 복제부는 상기 복사본 메모리 데이터베이스 영역에 기록된 로그 번호에 근거하여 로그 데이터 요청을 생성하는 것을 특징으로 하는 이중 관리를 통한 메모리 데이터베이스 백업방법.And the replica unit generates a log data request based on a log number recorded in the copy memory database area.
KR1020020078761A 2002-12-11 2002-12-11 Memory database back-up apparatus by duplicating management and method thereof KR20040050958A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020020078761A KR20040050958A (en) 2002-12-11 2002-12-11 Memory database back-up apparatus by duplicating management and method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020020078761A KR20040050958A (en) 2002-12-11 2002-12-11 Memory database back-up apparatus by duplicating management and method thereof

Publications (1)

Publication Number Publication Date
KR20040050958A true KR20040050958A (en) 2004-06-18

Family

ID=37344973

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020020078761A KR20040050958A (en) 2002-12-11 2002-12-11 Memory database back-up apparatus by duplicating management and method thereof

Country Status (1)

Country Link
KR (1) KR20040050958A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100689762B1 (en) * 2005-01-25 2007-03-08 심상엽 A database system and method for storing a plurality of database components in main memory thereof
WO2008119292A1 (en) * 2007-04-02 2008-10-09 Huawei Technologies Co., Ltd. Method, device and system for realizing backup of stored data
KR100879212B1 (en) * 2007-03-09 2009-01-16 이병배 Method of making duplication file backup
KR20190063835A (en) * 2017-11-30 2019-06-10 주식회사 리얼타임테크 System for processing real-time data modification of in-memory database

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0863380A (en) * 1994-08-18 1996-03-08 Hitachi Ltd Method of operating data base
JPH0877050A (en) * 1994-09-02 1996-03-22 Nippon Telegr & Teleph Corp <Ntt> Device and method for reconstituting data base
JPH08235041A (en) * 1995-02-28 1996-09-13 Fujitsu Ltd Data base backup system
KR970062904A (en) * 1996-02-16 1997-09-12 양승택 Database recovery method using double-sided nonvolatile memory and method thereof
JPH09244933A (en) * 1996-03-05 1997-09-19 Nippon Telegr & Teleph Corp <Ntt> Method and device for backing up data base

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0863380A (en) * 1994-08-18 1996-03-08 Hitachi Ltd Method of operating data base
JPH0877050A (en) * 1994-09-02 1996-03-22 Nippon Telegr & Teleph Corp <Ntt> Device and method for reconstituting data base
JPH08235041A (en) * 1995-02-28 1996-09-13 Fujitsu Ltd Data base backup system
KR970062904A (en) * 1996-02-16 1997-09-12 양승택 Database recovery method using double-sided nonvolatile memory and method thereof
JPH09244933A (en) * 1996-03-05 1997-09-19 Nippon Telegr & Teleph Corp <Ntt> Method and device for backing up data base

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100689762B1 (en) * 2005-01-25 2007-03-08 심상엽 A database system and method for storing a plurality of database components in main memory thereof
KR100879212B1 (en) * 2007-03-09 2009-01-16 이병배 Method of making duplication file backup
WO2008119292A1 (en) * 2007-04-02 2008-10-09 Huawei Technologies Co., Ltd. Method, device and system for realizing backup of stored data
KR20190063835A (en) * 2017-11-30 2019-06-10 주식회사 리얼타임테크 System for processing real-time data modification of in-memory database

Similar Documents

Publication Publication Date Title
US7613890B1 (en) Consistent replication across multiple storage devices
US20060161700A1 (en) Redirection of storage access requests
US6041366A (en) System and method for dynamic specification of input/output attributes
US7827368B2 (en) Snapshot format conversion method and apparatus
US20040068611A1 (en) Computer systems, virtual storage systems and virtual storage system operational methods
US20050216552A1 (en) Communication-link-attached persistent memory system
KR20110100659A (en) Method and apparatus for coherent memory copy with duplicated write request
US6711559B1 (en) Distributed processing system, apparatus for operating shared file system and computer readable medium
JP2004127294A (en) Virtual storage system and its operation method
US11922537B2 (en) Resiliency schemes for distributed storage systems
JP2001520778A (en) System for providing write notification during dataset copy
JP2004127295A (en) Virtual storage system and its operation method
CN112000287A (en) IO request processing device, method, equipment and readable storage medium
US20040148479A1 (en) Method, system, and program for transferring data
JPH103441A (en) Computer system data i/o using reference between cpu and multiplex memory device
US7117329B2 (en) Method of managing generation of backup data and storage control device used therefor
JP2001184248A (en) Data access management device in distributed processing system
JPH09288654A (en) Multiple data source and computer system data input and output device using inter-sink reference
US10853314B1 (en) Overlay snaps
US11921683B2 (en) Use of time to live value during database compaction
US7185223B2 (en) Logical partitioning in redundant systems
KR20040050958A (en) Memory database back-up apparatus by duplicating management and method thereof
US7191278B2 (en) Method for data accessing in a computer system including a storage system
CN114201551A (en) Data storage method and data storage device
KR100324276B1 (en) method for data backup of DBMS in switching system

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
SUBM Submission of document of abandonment before or after decision of registration