KR20010009728A - apparatus and method for data base management in real-time memory DBMS - Google Patents
apparatus and method for data base management in real-time memory DBMS Download PDFInfo
- Publication number
- KR20010009728A KR20010009728A KR1019990028266A KR19990028266A KR20010009728A KR 20010009728 A KR20010009728 A KR 20010009728A KR 1019990028266 A KR1019990028266 A KR 1019990028266A KR 19990028266 A KR19990028266 A KR 19990028266A KR 20010009728 A KR20010009728 A KR 20010009728A
- Authority
- KR
- South Korea
- Prior art keywords
- shared memory
- database
- creating
- database management
- memory area
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/25—Integrating or interfacing systems involving database management systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/27—Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
- G06F16/278—Data partitioning, e.g. horizontal or vertical partitioning
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (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)
- Computing Systems (AREA)
Abstract
Description
본 발명은 실시간 메모리 데이터 베이스 관리 시스템의 데이터 베이스 관리 장치 및 방법에 관한 것으로서, 특히 하나의 통합된 데이터 베이스를 테이블 단위로 분리하여 관리함으로써 테이블의 추가/변경/삭제가 요구될 경우에 데이터 서비스의 중단 없이 색인과 테이블을 자동적으로 생성/변경/삭제할 수 있도록 하는 실시간 메모리 데이터 베이스 관리 시스템의 데이터 베이스 관리 장치 및 방법에 관한 것이다.The present invention relates to an apparatus and method for managing a database of a real-time memory database management system. In particular, a single integrated database is managed separately by a table to add / change / delete a table. An apparatus and method for managing a database of a real-time memory database management system for automatically creating / modifying / deleting indexes and tables without interruption.
일반적으로 이동 통신 시스템에서는 대용량의 가입자 데이터를 효율적으로 관리하기 위해서 데이터를 한 곳에 모아 종합적으로 유지하고 관리하는 데, 데이터 베이스 관리 장치를 채용하여 실시간적으로 데이터를 접근, 수정, 관리 및 생산할 수 있도록 되어 있다.In general, a mobile communication system collects data in one place for comprehensive management and management of a large amount of subscriber data, and employs a database management device to access, modify, manage, and produce data in real time. It is.
도 1은 종래의 이동 통신 시스템에서 사용되고 있는 데이터 베이스 관리 장치의 구성을 나타내는 도이다. 도 1에 도시하는 바와 같이, 종래의 데이터 베이스 관리 장치는 데이터 베이스(Data Base)(1)와 데이터 베이스 관리부(Data Base Management System;이하, DBMS라 한다)(5)를 구비하여 이루어진다. 여기서, 데이터 베이스(1)는 공유 메모리 내에 저장되어 있는 데, 실제 데이터가 저장되는 테이블과, 원하는 데이터를 검색하고자 할 때 사용되는 색인으로 구성되어 있다. 또한, DBMS(5)는 데이터 베이스(1)에 접속되어 데이터 베이스(1)를 관리한다.1 is a diagram illustrating a configuration of a database management apparatus used in a conventional mobile communication system. As shown in Fig. 1, a conventional database management apparatus includes a database 1 and a database management system 5 (hereinafter referred to as a DBMS). Here, the database 1 is stored in the shared memory, and is composed of a table in which actual data is stored and an index used to search for desired data. In addition, the DBMS 5 is connected to the database 1 to manage the database 1.
전술한 구성으로 이루어진 종래 데이터 베이스 관리 장치는 여러 개의 테이블을 하나의 통합된 데이터 베이스 내에 포함하여 관리하고, 각 테이블에 해당되는 색인 또한 하나로 통합하여 관리하므로 하나의 메모리 ID만 필요하게 된다.The conventional database management apparatus having the above-described configuration includes and manages multiple tables in one integrated database, and manages by integrating and managing indexes corresponding to each table as one. Only one memory ID is required.
이하에서는 첨부 도면 도 1을 참조하여 종래 이동 통신 시스템에서 사용되는 데이터 베이스 관리 장치에 대한 동작 과정을 설명한다.Hereinafter, an operation process of a database management apparatus used in a conventional mobile communication system will be described with reference to FIG. 1.
종래 이동 통신 시스템에서 사용되는 데이터 베이스 관리 장치에서는 DBMS(5)가 오프라인(off-line) 상태에서 데이터를 생성 또는 변경한 후 공유 메모리로 로딩하는 데, 데이터 베이스를 생성/변경하고자 할 때 DBMS(5)를 정지(kill)시킨 후 오프라인 상태에서 데이터 베이스를 생성/변경시키고, DBMS(5)가 새로 생성/변경된 데이터 베이스를 이용하여 재기동 한다.In the database management apparatus used in the conventional mobile communication system, the DBMS 5 loads into the shared memory after generating or changing data in an offline state. After killing 5), the database is created / changed offline, and the DBMS 5 restarts using the newly created / modified database.
즉, 종래 데이터 베이스 관리 장치에서는 기능 추가에 따라 데이터 베이스의 데이터를 변경하는 경우에 DBMS(5)를 정지시킨 후에 데이터 베이스를 생성/변경하므로, 데이터 베이스 생성/변경시에 데이터 서비스를 중단해야 하는 문제점이 있다.That is, in the conventional database management apparatus, when changing the data of the database in accordance with the addition of the function, the database is created / modified after the DBMS 5 is stopped. Therefore, the data service must be stopped when the database is created / modified. There is a problem.
본 발명은 전술한 문제점을 해결하기 위해 안출된 것으로서, 하나의 통합된 데이터 베이스를 테이블 단위로 분리하여 관리함으로써 테이블의 추가/변경/삭제가 요구될 경우에 데이터 서비스의 중단 없이 색인과 테이블을 자동적으로 생성/변경/삭제할 수 있도록 하는 실시간 메모리 데이터 베이스 관리 시스템의 데이터 베이스 관리 장치 및 방법을 제공함에 그 목적이 있다.SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned problems. By managing a single integrated database in table units, an index and a table are automatically managed without interruption of data service when a table is required to be added, changed, or deleted. An object of the present invention is to provide an apparatus and method for managing a database of a real-time memory database management system that can be created, changed, or deleted.
도 1은 종래 실시간 메모리 DBMS의 데이터 베이스 관리 장치의 구성을 나타내는 도.1 is a diagram showing the configuration of a database management apparatus of a conventional real time memory DBMS.
도 2는 본 발명에 따른 실시간 메모리 DBMS의 데이터 베이스 관리 장치의 구성을 나타내는 도.2 is a diagram showing the configuration of a database management device of a real-time memory DBMS according to the present invention.
도 3a 내지 도 3c는 본 발명에 따른 실시간 메모리 DBMS의 데이터 베이스 관리 방법을 설명하기 위한 도.3A to 3C are diagrams for explaining a database management method of a real-time memory DBMS according to the present invention.
*** 도면의 주요 부분에 대한 부호의 설명 ****** Explanation of symbols for the main parts of the drawing ***
10. 데이터 베이스,10. Database,
20. DBMS(Data Base Management System),20.Data Base Management System (DBMS),
30. ODBG(On-line Data Base Generator),30.On-line data base generator (ODBG),
40. 디스크40. Disc
전술한 목적을 달성하기 위한 본 발명의 실시간 메모리 데이터 베이스 관리 시스템의 데이터 베이스 관리 장치는, 테이블 단위로 분리되어 메모리에 저장되는 데이터 베이스와; 상기 데이터 베이스를 관리하는 데이터 베이스 관리 수단과; 테이블을 생성/변경할 때 생성/변경될 테이블을 생성시켜 저장하고 있는 보조 기억 수단과; 테이블 생성에 필요한 데이터를 구비하고 있으며, 테이블을 생성/변경/삭제할 때 상기 보조 기억 수단을 제어하여 생성/변경될 테이블을 생성시키고, 해당 테이블에 대한 정보를 상기 데이터 베이스 관리 수단에 통보하고, 상기 보조 기억 수단에서 생성되어 저장되어 있는 테이블을 상기 데이터 베이스로 로딩시키는 온라인 데이터 베이스 생성부를 구비하여 이루어진다.The database management apparatus of the real-time memory database management system of the present invention for achieving the above object, the database is divided into tables and stored in the memory; Database management means for managing the database; Auxiliary storage means for generating and storing a table to be created / modified when creating / modifying a table; And a data necessary for creating a table, generating a table to be created / modified by controlling the auxiliary storage means when creating / modifying / deleting a table, and notifying the database management means of information about the table. And an online database generating unit for loading the table created and stored in the auxiliary storage means into the database.
그리고, 상기 테이블은 서로 관련된 데이터로 구성된 데이터 구조체인 것을 특징으로 한다.The table is a data structure composed of data related to each other.
한편, 본 발명의 실시간 메모리 데이터 베이스 관리 시스템의 데이터 베이스 관리 방법은, 데이터 추가 요구에 따라 새로운 테이블을 생성하여 공유 메모리에 로딩시켜 새로운 테이블을 생성하는 테이블 생성 과정과; 데이터 변경 요구에 따라 구조가 변경된 테이블을 생성하고, 공유 메모리에서 구조가 변경될 테이블을 삭제시키고, 상기 구조가 변경된 테이블을 공유 메모리에 로딩시켜 테이블을 변경하는 테이블 변경 과정과; 데이터 삭제 요구에 따라 공유 메모리에서 해당 테이블을 삭제시키는 테이블 삭제 과정을 포함하는 것을 특징으로 한다.On the other hand, the database management method of the real-time memory database management system of the present invention, the table generation process of generating a new table by creating a new table in accordance with the data addition request, loading into the shared memory; Creating a table whose structure is changed according to a data change request, deleting a table whose structure is to be changed in shared memory, and changing the table by loading the table whose structure is changed into shared memory; And deleting a table from the shared memory according to a data deletion request.
또한, 상기 테이블 생성 과정은 테이블 생성에 필요한 데이터에 의거하여 보조 기억 수단에 새로운 테이블을 생성하는 단계와; 상기 새로운 테이블이 위치할 공유 메모리 영역을 만들어 할당하는 단계와; 상기 새로운 테이블을 상기 공유 메모리 영역에 로딩시키는 단계와; 다른 공유 메모리 영역을 할당한 후 상기 테이블을 이용하여 색인을 만들어 상기 다른 공유 메모리 영역에 로딩시키는 단계와; 상기 새로운 테이블과 색인을 위한 공유 메모리 ID를 데이터 베이스 관리 수단으로 통보해주는 단계와; 상기 통보받은 공유 메모리 ID를 상기 새로운 테이블과 색인에 부가시키는 단계를 구비하여 이루어진다.In addition, the table generation process includes the steps of: creating a new table in the auxiliary storage means based on data necessary for creating the table; Creating and allocating a shared memory area in which the new table is to be located; Loading the new table into the shared memory area; After allocating another shared memory area, creating an index using the table and loading it into the other shared memory area; Notifying database management means of a shared memory ID for the new table and index; Adding the informed shared memory ID to the new table and index.
그리고, 상기 테이블 변경 과정은 테이블 생성에 필요한 데이터에 의거하여 구조가 변경된 테이블을 보조 기억 수단에 생성시키는 단계와; 상기 구조가 변경된 테이블의 ID를 데이터 베이스 관리 수단에 통보해주는 단계와; 상기 통보받은 테이블의 ID에 의거하여 해당 테이블과 색인의 공유 메모리를 삭제시키는 단계와; 상기 생성된 테이블을 위한 공유 메모리 영역을 만들어 할당하는 단계와; 상기 테이블을 상기 공유 메모리 영역에 로딩시키는 단계와; 다른 공유 메모리 영역을 할당한 후 상기 로딩된 테이블을 이용하여 색인을 만들어 상기 다른 공유 메모리 영역에 로딩시키는 단계를 구비하여 이루어진다.The table changing process includes the steps of: generating, in the auxiliary storage means, a table whose structure is changed based on the data necessary for creating the table; Notifying the database management means of the ID of the table whose structure has changed; Deleting the shared memory of the table and the index based on the informed ID of the table; Creating and allocating a shared memory area for the generated table; Loading the table into the shared memory area; Allocating another shared memory area, and then creating an index using the loaded table and loading it into the other shared memory area.
아울러, 상기 테이블 삭제 과정은 삭제될 테이블의 ID를 데이터 베이스 관리 수단에게 통보해 주는 단계와; 상기 통보받은 테이블의 ID에 의거하여 해당 테이블과 색인의 공유 메모리를 삭제시키는 단계를 구비하여 이루어지는 것을 특징으로 한다.In addition, the table deletion process includes the step of notifying the database management means of the ID of the table to be deleted; And deleting the shared memory of the table and the index based on the informed ID of the table.
이하에서는 첨부한 도면을 참조하여 본 발명의 바람직한 실시예에 따른 실시간 메모리 데이터 베이스 관리 시스템의 데이터 베이스 관리 장치 및 방법에 대해서 상세하게 설명한다.Hereinafter, an apparatus and method for managing a database of a real-time memory database management system according to a preferred embodiment of the present invention will be described in detail with reference to the accompanying drawings.
도 2는 본 발명에 따른 실시간 메모리 데이터 베이스 관리 시스템의 데이터 베이스 관리 장치에 대한 구성을 나타내는 도이다. 도 2에 도시하는 바와 같이, 본 발명에 따른 실시간 메모리 데이터 베이스 관리 시스템의 데이터 베이스 관리 장치는 데이터 베이스(10), DBMS(20), 온라인 데이터 베이스 생성부(On-line Data Base Generator;이하, ODBG라 한다)(30) 및 디스크(40)를 구비하여 이루어진다.2 is a diagram illustrating a configuration of a database management apparatus of a real-time memory database management system according to the present invention. As shown in FIG. 2, a database management apparatus of a real-time memory database management system according to the present invention includes a database 10, a DBMS 20, and an online database generator (hereinafter, referred to as “On-line Data Base Generator”). 30) and a disk 40. The " ODBG "
이와 같은 구성에 있어서, 데이터 베이스(10)는 테이블 단위로 분리되어 공유 메모리 내에 저장된다. 여기서, 테이블 단위로 분리된 데이터 베이스(10)는 실제 데이터가 저장되는 테이블과, 원하는 데이터를 검색하고자 할 때 사용되는 테이블 관리 정보가 저장되어 있는 색인으로 이루어지는 데, 테이블은 서로 관련된 데이터로 구성된 2차원 배열의 테이블(relation)이다.In such a configuration, the database 10 is divided into tables and stored in the shared memory. Here, the database 10 divided into table units is composed of a table in which actual data is stored and an index in which table management information used when a desired data is to be searched is stored. Table of dimension arrays.
DBMS(20)는 데이터 베이스(10)에 접속되어, 데이터 베이스(10)를 관리한다.The DBMS 20 is connected to the database 10 and manages the database 10.
ODBG(30)는 테이블 생성에 필요한 데이터를 구비하고 있으며, 온라인으로 데이터 베이스(10)에 테이블을 생성하고, 기존 테이블의 구조를 변경한다.The ODBG 30 has data necessary for creating a table, creates a table in the database 10 online, and changes the structure of an existing table.
디스크(40)는 데이터 베이스(10)에 테이블을 생성시키거나 기존 테이블의 구조를 변경할 경우 ODBG(30)의 제어 하에 새로운 테이블, 변경된 테이블을 생성시키는 보조 기억 장치로 사용된다.The disk 40 is used as an auxiliary storage device for creating a new table or a changed table under the control of the ODBG 30 when creating a table in the database 10 or changing the structure of an existing table.
표 1은 본 발명에 적용되는 테이블과 공유 메모리 주소의 대응 관계를 나타내는 매핑 테이블(mapping table)을 보인 표이다.Table 1 is a table showing a mapping table showing the correspondence between the table and the shared memory address applied to the present invention.
표 1에서, 테이블 ID는 각 테이블을 식별할 수 있도록 각각의 테이블에 부여되는 식별 기호이고, 공유 메모리 키는 각 테이블의 구별이나 그 위치를 찾기 위해 이용되는 영역을 형성하는 숫자나 문자이고, 공유 메모리 ID는 공유 메모리 키 값에 의거하여 운영 체계(Operating System)에서 정수로 할당된 값이고, 시작 주소 번지는 해당 테이블이 시작되는 주소 번지이고, 사용 여부 상태는 해당 테이블을 관리하기 위해 사용되는 플래그(flag)로, 이 플래그로 해당 테이블이 사용되는 지의 여부를 확인할 수 있다.In Table 1, the table ID is an identifier given to each table to identify each table, the shared memory key is a number or letter that forms an area used to locate each table's distinction or location, and is shared. The memory ID is an integer assigned by the operating system based on the shared memory key value. The start address is the address where the table starts, and the availability status is a flag used to manage that table. With flag, you can check whether this table is used with this flag.
도 3a 내지 도 3c는 본 발명에 따른 실시간 메모리 데이터 베이스 관리 시스템의 데이터 베이스 관리 방법을 설명하기 위한 도이다. 본 발명에 따른 실시간 메모리 데이터 베이스 관리 시스템의 데이터 베이스 관리 방법은 온라인 상태에서 새로운 테이블을 생성시키는 테이블 생성 과정과, 기존 테이블의 구조를 변경하는 테이블 변경 과정과, 기존 테이블을 삭제시키는 테이블 삭제 과정으로 이루어진다.3A to 3C are diagrams for explaining a database management method of the real-time memory database management system according to the present invention. The database management method of the real-time memory database management system according to the present invention includes a table creation process for creating a new table online, a table change process for changing the structure of an existing table, and a table deletion process for deleting an existing table. Is done.
먼저, 가입자의 추가로 인해 새로운 테이블을 생성시켜야 하는 경우에는 테이블 생성 과정을 수행하여 새로운 테이블을 생성시키는 데, 도 3a는 본 발명에 따른 실시간 메모리 데이터 베이스 관리 시스템의 데이터 베이스 관리 방법에서 테이블 생성 과정을 설명하기 위한 도이다.First, when a new table needs to be created due to the addition of subscribers, a new table is generated by performing a table generation process. FIG. 3A illustrates a table creation process in a database management method of a real-time memory database management system according to the present invention. This is for explaining.
ODBG(30)는 테이블 생성에 필요한 데이터에 의거하여 디스크(40)에 새로운 테이블을 생성시킨 후(S1), 상기한 과정 S1에서 생성된 테이블이 위치할 공유 메모리 영역을 만들어 할당한다(S3). 이후, ODBG(30)는 디스크(40)에서 생성된 새로운 테이블을 상기 과정 S3에서 만들어 놓은 공유 메모리 영역에 로딩시키고(S5), 색인이 위치할 다른 공유 메모리 영역을 만들어 할당하고 상기 과정 S5에서 로딩된 테이블을 이용하여 색인을 생성한 후 해당 다른 메모리 영역에 생성한 색인을 로딩시킨다(S7). 이후, ODBG(30)는 상기한 과정 S5에서 공유 메모리로 로딩된 테이블과 상기한 과정 S7에서 로딩된 색인을 위한 공유 메모리 ID를 DBMS(20)로 통보해주고(S9), ODBG(30)로부터 공유 메모리 ID를 전달받은 DBMS(20)는 전달받은 공유 메모리 ID를 공유 메모리(10)의 새로운 테이블과 색인에 부가한다(S11).The ODBG 30 creates a new table on the disk 40 based on the data necessary for creating the table (S1), and then creates and allocates a shared memory area in which the table generated in the above-described process S1 is located (S3). Thereafter, the ODBG 30 loads the new table created in the disk 40 in the shared memory area created in step S3 (S5), creates and allocates another shared memory area in which the index is located, and loads in the step S5. After generating an index using the prepared table, the generated index is loaded in the corresponding memory area (S7). Thereafter, the ODBG 30 notifies the DBMS 20 of the table loaded into the shared memory in the step S5 and the shared memory ID for the index loaded in the step S7 (S9), and shares the data from the ODBG 30. The DBMS 20 receiving the memory ID adds the received shared memory ID to a new table and index of the shared memory 10 (S11).
상기한 테이블 생성 과정을 통해 생성된 테이블을 이용해 서비스를 수행하는 중에 가입자 데이터의 변경 등으로 인해 테이블 변경(속성 삭제/속성 삽입/데이터 형태 변경/데이터 크기 변경)이 요구될 경우에는 테이블 변경 과정을 수행하여 테이블 구조를 변경하는 데, 도 3b는 본 발명에 따른 실시간 메모리 데이터 베이스 관리 시스템의 데이터 베이스 관리 방법에서 테이블 변경 과정을 설명하기 위한 도이다.If a table change (deleting an attribute, inserting an attribute, changing a data type, or changing a data size) is required due to a change in subscriber data while performing a service using a table created through the above-described table creation process, change the table. 3B is a diagram for explaining a table changing process in a method of managing a database of a real-time memory database management system according to the present invention.
먼저, ODBG(30)는 테이블 생성에 필요한 데이터에 의거하여 구조가 변경된 테이블을 디스크(40)에 생성시키고(S21), DBMS(20)에게 구조가 변경된 테이블의 ID를 통보해 준다(S23). 그리고, ODBG(30)로부터 구조가 변경된 테이블의 ID를 통보받은 DBMS(20)는 ODBG(30)로부터 통보받은 테이블 ID에 의거하여 해당 테이블과 색인의 시작 주소 번지를 구하고, 이 시작 주소 번지를 이용하여 해당 테이블과 색인의 공유 메모리를 삭제한다(S25). DBMS(20)는 상기한 과정 S21에서 생성된 테이블을 위한 공유 메모리 영역을 만들어 할당하고(S27), 디스크(40)에서 생성된 새로운 테이블을 상기 과정 S27에서 만들어 놓은 공유 메모리 영역에 로딩시키고(S29), 다른 공유 메모리 영역을 만들어 할당한 후 로딩된 테이블을 이용하여 색인을 생성하여 해당 다른 공유 메모리 영역에 로딩시킨다(S31).First, the ODBG 30 generates a table whose structure is changed on the disk 40 based on the data necessary for creating the table (S21), and informs the DBMS 20 of the ID of the table whose structure has been changed (S23). The DBMS 20 notified of the table whose structure has been changed from the ODBG 30 obtains the start address of the table and the index based on the table ID notified from the ODBG 30, and uses the start address. Delete the shared memory of the corresponding table and index (S25). The DBMS 20 creates and allocates a shared memory area for the table created in step S21 (S27), loads the new table created in the disk 40 into the shared memory area created in step S27 (S29). After creating and allocating another shared memory area, an index is generated using the loaded table and loaded into the corresponding shared memory area (S31).
한편, 가입자 삭제에 의해 테이블을 삭제할 경우에는 테이블 삭제 과정을 수행하여 테이블을 삭제하는 데, 도 3c는 본 발명에 따른 실시간 메모리 데이터 베이스 관리 시스템의 데이터 베이스 관리 방법에서 테이블 삭제 과정을 설명하기 위한 도이다.Meanwhile, when deleting a table by deleting a subscriber, the table is deleted by performing a table deletion process. FIG. 3C is a view for explaining a table deletion process in a database management method of a real-time memory database management system according to the present invention. to be.
먼저, ODBG(30)는 DBMS(20)에게 삭제될 테이블의 ID(예를 들어, 테이블 2)를 통보해 준다(S31). DBMS(20)는 ODBG(30)로부터 통보받은 삭제될 테이블의 ID에 의거하여 해당 테이블과 색인의 시작 주소 번지를 구하고, 이 시작 주소 번지를 이용하여 해당 테이블과 색인의 공유 메모리를 삭제한다(S33).First, the ODBG 30 notifies the DBMS 20 of the ID of the table to be deleted (for example, Table 2) (S31). The DBMS 20 obtains the starting address of the table and the index based on the ID of the table to be deleted received from the ODBG 30, and deletes the shared memory of the table and the index using the starting address (S33). ).
전술한 바와 같이, 테이블이 생성, 삭제, 변경되어 데이터 베이스(10)가 변경되면 해당 테이블의 각 공유 메모리 키, 공유 메모리 ID, 시작 주소 번지, 사용 여부 상태가 변경되는 데, 테이블이 새로 생성될 경우에는 새로 생성된 테이블에 관련된 정보가 매핑 테이블에 추가되고, 테이블이 삭제될 경우에는 삭제된 테이블에 관련된 정보가 리셋되고, 테이블의 구조가 변경될 경우에는 구조 변경된 테이블에 관련된 정보가 변경된다.As described above, when the database 10 is changed because the table is created, deleted, or changed, each shared memory key, shared memory ID, start address, and availability state of the table are changed. In this case, the information related to the newly created table is added to the mapping table. When the table is deleted, the information related to the deleted table is reset. When the table structure is changed, the information related to the restructured table is changed.
본 발명의 실시간 메모리 데이터 베이스 관리 시스템의 데이터 베이스의 관리 장치 및 방법은 전술한 실시예에 국한되지 않고 본 발명의 기술 사상이 허용하는 범위 내에서 다양하게 변형하여 실시할 수 있다.The database management apparatus and method of the real-time memory database management system of the present invention are not limited to the above-described embodiments, and may be variously modified and implemented within the range permitted by the technical idea of the present invention.
이상에서 설명한 바와 같은 본 발명의 실시간 메모리 데이터 베이스 관리 시스템의 데이터 베이스의 관리 장치 및 방법에 따르면, 하나의 통합된 데이터 베이스를 테이블 단위로 분리하여 관리함으로써 테이블의 추가/변경/삭제가 요구될 경우 온라인 상태에서 테이블을 생성/변경/삭제할 수 있으므로 데이터 서비스의 중단 없이 색인과 테이블을 생성/관리할 수 있는 효과가 있다.According to the apparatus and method for managing a database of the real-time memory database management system of the present invention as described above, when adding / modifying / deleting a table is required by separating and managing one integrated database in table units You can create / modify / delete a table while online, which can create / manage indexes and tables without interrupting data services.
Claims (6)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019990028266A KR100340337B1 (en) | 1999-07-13 | 1999-07-13 | apparatus and method for data base management in real-time memory DBMS |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019990028266A KR100340337B1 (en) | 1999-07-13 | 1999-07-13 | apparatus and method for data base management in real-time memory DBMS |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20010009728A true KR20010009728A (en) | 2001-02-05 |
KR100340337B1 KR100340337B1 (en) | 2002-06-12 |
Family
ID=19601411
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1019990028266A KR100340337B1 (en) | 1999-07-13 | 1999-07-13 | apparatus and method for data base management in real-time memory DBMS |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR100340337B1 (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100758281B1 (en) * | 2004-12-20 | 2007-09-12 | 한국전자통신연구원 | Content Distribution Management System managing Multi-Service Type and its method |
KR100846541B1 (en) * | 2001-10-31 | 2008-07-15 | 주식회사 케이티 | System and Method for online removing column of database table |
KR20150123603A (en) * | 2014-04-25 | 2015-11-04 | 네이버 주식회사 | Method and system for managing database |
-
1999
- 1999-07-13 KR KR1019990028266A patent/KR100340337B1/en not_active IP Right Cessation
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100846541B1 (en) * | 2001-10-31 | 2008-07-15 | 주식회사 케이티 | System and Method for online removing column of database table |
KR100758281B1 (en) * | 2004-12-20 | 2007-09-12 | 한국전자통신연구원 | Content Distribution Management System managing Multi-Service Type and its method |
US7873609B2 (en) | 2004-12-20 | 2011-01-18 | Electronics And Telecommunications Research Institute | Contents distribution management system with multi-service type management function and method thereof |
KR20150123603A (en) * | 2014-04-25 | 2015-11-04 | 네이버 주식회사 | Method and system for managing database |
Also Published As
Publication number | Publication date |
---|---|
KR100340337B1 (en) | 2002-06-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6553368B2 (en) | Network directory access mechanism | |
CA1327083C (en) | Reliable database administration arrangement | |
US7386575B2 (en) | System and method for synchronizing related data elements in disparate storage systems | |
US5987452A (en) | Query translation system | |
US6499059B1 (en) | Method of controlling a network element using a service profile and apparatus of the same | |
US7035392B2 (en) | Unique repository server in an operations and maintenance center for a telecommunications system | |
US6338070B1 (en) | Method of saving operating data of a network element, and controller for a network element | |
US6035331A (en) | Network managing system with user interface for managing plural layers and managing method for the same | |
CN105095313A (en) | Data access method and equipment | |
CN106254571A (en) | A kind of client ip address distribution method and device | |
EP1030494B1 (en) | Communication unit and communication method with profile management | |
KR100340337B1 (en) | apparatus and method for data base management in real-time memory DBMS | |
US6662191B1 (en) | Method and apparatus for caching and reusing object identifiers | |
CN100372299C (en) | Network managing method for supporting distributed management information tree | |
JP3067712B2 (en) | SCP call control system | |
KR950035200A (en) | How to access subscriber location information | |
JP4492302B2 (en) | Data update method between IP-PBX system and call control server thereof | |
CN116436969B (en) | Artificial intelligence engine proxy method and device | |
US5893103A (en) | Method of reconstructing a managed information tree | |
US8068820B1 (en) | Systems and methods for providing data to mobile stations | |
KR100243684B1 (en) | Message management for tmn | |
KR20030014543A (en) | System and Method of Transferring Data for Dynamic Schema Alteration in Dual System | |
CN110188076A (en) | A kind of method that the concurrent high-speed data of Hadoop file system is deleted completely | |
KR20010036488A (en) | Personal Information Management Method | |
KR20020004663A (en) | Method for managing wireless terminal database |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
FPAY | Annual fee payment |
Payment date: 20080424 Year of fee payment: 7 |
|
LAPS | Lapse due to unpaid annual fee |