WO2013024927A1 - 오픈 데이터베이스 관리 시스템 - Google Patents

오픈 데이터베이스 관리 시스템 Download PDF

Info

Publication number
WO2013024927A1
WO2013024927A1 PCT/KR2011/006164 KR2011006164W WO2013024927A1 WO 2013024927 A1 WO2013024927 A1 WO 2013024927A1 KR 2011006164 W KR2011006164 W KR 2011006164W WO 2013024927 A1 WO2013024927 A1 WO 2013024927A1
Authority
WO
WIPO (PCT)
Prior art keywords
database
management system
module
database management
record
Prior art date
Application number
PCT/KR2011/006164
Other languages
English (en)
French (fr)
Inventor
허준
Original Assignee
Heo Jun
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 Heo Jun filed Critical Heo Jun
Publication of WO2013024927A1 publication Critical patent/WO2013024927A1/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/211Schema design and management

Definitions

  • the present invention relates to a database management system, and more particularly, to an open database management system.
  • RDBMS relational database management system
  • the relational database management system has the advantage of linking records between different tables, but it is possible to link only between tables in an area inside the database.
  • an additional communication module is required for configuring communication between different servers.
  • the key-value pair database management system is superior to the relational database management system in terms of data integrity, but the relational database management system uses foreign keys to The disadvantage is that you cannot perform the process of linking records.
  • An object of the present invention is to provide an open database management system.
  • a table includes a plurality of domains in which a record is composed of a key and a set of columns is composed of a value. table), a database generation module for generating and designating a table, a database storage module for storing the area and link tables created in the database generation module, and a table stored in the database storage module according to a user's command or a corresponding value changed. Or to delete a database interface module.
  • the database generation module generates a respective ID by designating a domain key and a record key for the region, respectively, and includes a link table composed of a pair of generated IDs.
  • the database storage module stores the generated link table
  • the database interface module allows the record to be retrieved from other areas, including areas of different accounts. It may be configured to retrieve the record or to change or delete the value with reference to a stored link table.
  • the database generation module may be configured to generate IDs by specifying domain keys unique to each other for all areas. Meanwhile, the database generation module and the database storage module may be implemented on a cloud system.
  • the database generation module may be configured to set an area right for reading or writing data on the corresponding area.
  • the database generation module may be configured to set an area rule for ensuring the integrity of data for each record on the generated table.
  • the open database management system as described above is basically implemented as a key-value pair database management system, and includes a link table composed of a pair of IDs composed of a domain key and a record key. By referring to, you can also join records between tables in different accounts or zones. This eliminates the additional work and complexity of the complex communication modules required by existing relational database management systems.
  • FIG. 1 is a block diagram of an open database management system according to an embodiment of the present invention.
  • FIG. 2 is a conceptual diagram of a record join between different accounts according to an embodiment of the present invention.
  • FIG 3 is an exemplary diagram of a link table according to an embodiment of the present invention.
  • first, second, A, and B may be used to describe various components, but the components should not be limited by the terms. The terms are used only for the purpose of distinguishing one component from another.
  • the first component may be referred to as the second component, and similarly, the second component may also be referred to as the first component.
  • FIG. 1 is a block diagram of an open database management system according to an embodiment of the present invention.
  • an open database management system 100 (hereinafter, referred to as an “open database management system”) according to an embodiment of the present invention may include a database generation module 110, a database storage module 120, and a database interface. It may be configured to include a module 130.
  • the open database management system 100 is basically implemented as a key-value pair database management system, and includes a link table composed of a pair of IDs consisting of a domain key and a record key. It is configured to link records of tables in different accounts or zones by reference. Therefore, a linked database management system can perform a function of linking records using a foreign key, and linkage between records in tables existing in different accounts or zones without additional communication module is required. It is done easily. Hereinafter, the detailed structure is demonstrated.
  • the database generation module 110 generates a table.
  • the table is designated as a key and the set of columns is designated as a value. do.
  • a realm is here a set of all the possible values of an attribute. Unlike the related art, the database generation module 110 creates and designates an area as one table.
  • the database generating module 110 further generates a link table in addition to the table.
  • the database generating module 110 generates a domain key and a record key for the region and the record, respectively. And generate a pair of IDs consisting of the specified domain key and record key. Then create a link table composed of IDs for each area.
  • the database generation module 110 is configured to generate a pair of IDs by specifying domain keys unique to each other for all regions.
  • a link table is a configuration that is referred to to perform a record linking function such as a foreign key of a relational database management system.
  • Link tables unlike foreign keys, enable record linking between different account or realm tables.
  • the database generation module 110 may be configured to set the area authority for reading or writing data for the area. For example, in area A, if only B, C, and D have read permission, records in area B, C, and D can read data by writing to records in area A, but they can't write data. There will be no. You can also set permissions by selecting which data can be read or written.
  • the database generation module 110 may be configured to set an area rule for ensuring the integrity of the data for each record on the table. In other words, if a certain area rule is violated, integrity can be guaranteed by preventing writing. For example, if the amount of money to be withdrawn from the bank is greater than the balance, the withdrawal must fail, and the zoning rule is a necessary component for this restriction.
  • the database storage module 120 is configured to store the tables and link tables created in the database generation module 110.
  • the database interface module 130 is configured to retrieve a table stored in the database storage module 120 or add a record and change or delete a value of the record according to a user's command.
  • the database interface module 130 may be configured to search for records or change or delete the corresponding values by referring to the link table so that records can be searched even in accounts of different areas.
  • the open database management system 100 may be implemented on a cloud system, the database generation module 110 and the database storage module 120 is implemented by operating on the server, the database interface module 130 ) May be configured to operate at each terminal of the user.
  • FIG. 2 is a conceptual diagram of a record join between different accounts according to an embodiment of the present invention.
  • the open database management system 100 conceptually shows that the records on the areas stored in a table form in different accounts can be connected to each other.
  • FIG 3 is an exemplary diagram of a link table according to an embodiment of the present invention.
  • FIG. 3 shows that an ID consists of a domain key and a record key.
  • 3 (b) shows a link table composed of a set of pairs of IDs. That is, the pair of IDs shown in the link table can be used to retrieve or change the record of the area of another account. Pairs of IDs shown in the link table, regardless of their order, pairs consisting of identical IDs are treated as the same link. For example, the pair of 3_5 and 4_3 is treated as the same link as the pair of 4_3 and 3_5.

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)

Abstract

오픈 데이터베이스 관리 시스템이 개시된다. 개시된 오픈 데이터베이스 관리 시스템은 레코드(record)는 키(key)로 구성되고 칼럼(column)은 값(value)들의 집합으로 구성되는 복수의 영역(domain)을 각각 테이블(table)로 지정하여 생성하는 데이터베이스 생성 모듈과, 상기 데이터베이스 생성 모듈에서 생성된 테이블 및 링크 테이블을 저장하는 데이터베이스 저장 모듈과, 사용자의 명령에 따라 상기 데이터베이스 저장 모듈에 저장된 테이블을 검색하거나 해당 값을 변경 또는 삭제하는 데이터베이스 인터페이스 모듈을 포함한다. 개시된 오픈 데이터베이스 관리 시스템은, 기본적으로 키-값 쌍 데이터베이스 관리 시스템으로 구현되며, 도메인 키(domain key)와 레코드 키(record key)로 구성되는 ID들의 쌍(pair)으로 구성되는 링크 테이블(link table)을 참조하여 서로 다른 계정(account)이나 영역에 존재하는 테이블의 레코드 간에도 연결(join)을 할 수 있는 효과가 있다. 이에, 기존의 관계 형 데이터베이스 관리 시스템에서 요구되는 복잡한 통신 모듈의 추가 작업과 이로 인해 증가되는 비용이 요구되지 않는다.

Description

오픈 데이터베이스 관리 시스템
본 발명은 데이터베이스 관리 시스템에 관한 것으로서, 좀 더 상세하게는 오픈 데이터베이스 관리 시스템에 관한 것이다.
관계형 데이터베이스 관리 시스템(Relational database management system, RDBMS)은 하나의 데이터베이스 상에서 서로 다른 테이블 간에도 서로 레코드(record)들이 연계되어 검색되고 수정될 수 있도록 구성된다. 데이터가 복잡 다양해지고 그 양이 방대해질수록 관계형 데이터베이스 관리 시스템은 그 효용성을 더해 가고 있다.
관계형 데이터베이스 관리 시스템은 서로 다른 테이블 간의 레코드를 연결할 수 있다는 장점이 있으나, 해당 데이터베이스 내부 영역의 테이블 간에만 서로 연결이 가능하다. 이에, 방대한 양의 데이터를 저장하기 위해 여러 대의 서버가 연계된 분산 컴퓨팅 환경에서는 서로 다른 서버 간의 통신을 위해 추가적인 통신 모듈을 구성하는 작업이 요구되는 단점이 있다. 이러한 추가 통신 모듈 작업은 변수가 많아서 오류확률이 높아지고 작업 비용이 증대되는 단점이 있다.
한편, 키-값 쌍(key-value pair) 데이터베이스 관리 시스템은 데이터의 무결성 측면에서는 관계형 데이터베이스 관리 시스템보다 우수하다고 볼 수 있지만, 관계형 데이터베이스 관리 시스템이 외부키(foreign key)를 이용하여 서로 다른 테이블의 레코드를 연결하는 프로세스를 수행할 수 없다는 단점이 있다.
본 발명의 목적은 오픈 데이터베이스 관리 시스템을 제공하는 데 있다.
상술한 본 발명의 목적에 따른 오픈 데이터베이스 관리 시스템은, 레코드(record)는 키(key)로 구성되고 칼럼(column)의 집합은 값(value)으로 구성되는 복수의 영역(domain)을 각각 테이블(table)로 지정하여 생성하는 데이터베이스 생성 모듈과, 상기 데이터베이스 생성 모듈에서 생성된 영역 및 링크 테이블을 저장하는 데이터베이스 저장 모듈과, 사용자의 명령에 따라 상기 데이터베이스 저장 모듈에 저장된 테이블을 검색하거나 해당 값을 변경 또는 삭제하는 데이터베이스 인터페이스 모듈을 포함하도록 구성된다. 여기에서, 상기 데이터베이스 생성 모듈은 상기 영역에 대해 각각 도메인 키(domain key) 및 레코드 키(record key)를 지정하여 각각의 ID를 생성하고, 생성된 ID의 쌍(pair)으로 구성되는 링크 테이블(link table)을 생성하고, 상기 데이터베이스 저장 모듈은 상기 생성된 링크 테이블을 저장하고, 상기 데이터베이스 인터페이스 모듈은 서로 다른 계정(account)의 영역을 포함하는 다른 영역에서도 상기 레코드를 검색할 수 있도록 하기 위해 상기 저장된 링크 테이블을 참조하여 상기 레코드를 검색하거나 해당 값을 변경 또는 삭제하도록 구성될 수 있다. 그리고 상기 데이터베이스 생성 모듈은 모든 영역에 대하여 서로 고유한 도메인 키를 지정하여 ID를 생성하도록 구성될 수 있다. 한편, 상기 데이터베이스 생성 모듈 및 상기 데이터베이스 저장 모듈은 클라우드(cloud) 시스템 상에 구현될 수 있다. 그리고 상기 데이터베이스 생성 모듈은 해당 영역에 대하여 데이터 읽기 또는 쓰기에 관한 영역 권한을 설정하도록 구성될 수 있다. 그리고 상기 데이터베이스 생성 모듈은 상기 생성되는 테이블 상의 각 레코드에 대해서 데이터의 무결성을 보장하기 위한 영역 규칙을 설정하도록 구성될 수 있다.
상기와 같은 오픈 데이터베이스 관리 시스템은, 기본적으로 키-값 쌍 데이터베이스 관리 시스템으로 구현되며, 도메인 키(domain key)와 레코드 키(record key)로 구성되는 ID들의 쌍으로 구성되는 링크 테이블(link table)을 참조하여 서로 다른 계정(account)이나 영역에 존재하는 테이블의 레코드 간에도 연결(join)을 할 수 있는 효과가 있다. 이에, 기존의 관계형 데이터베이스 관리 시스템에서 요구되는 복잡한 통신 모듈의 추가 작업과 이로 인해 증가되는 비용이 요구되지 않는다.
도 1은 본 발명의 일 실시 예에 따른 오픈 데이터베이스 관리 시스템의 블록 구성도이다.
도 2는 본 발명의 일 실시 예에 따른 서로 다른 계정 간의 레코드 연결(join)에 대한 개념도이다.
도 3은 본 발명의 일 실시 예에 따른 링크 테이블의 예시도이다.
본 발명은 다양한 변경을 가할 수 있고 여러 가지 실시 예를 가질 수 있는 바, 특정 실시 예들을 도면에 예시하고 상세한 설명에 상세하게 설명하고자 한다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등 물 내지 대체물을 포함하는 것으로 이해되어야 한다. 각 도면을 설명하면서 유사한 참조부호를 유사한 구성요소에 대해 사용하였다.
제1, 제2, A, B 등의 용어는 다양한 구성요소들을 설명하는데 사용될 수 있지만, 상기 구성요소들은 상기 용어들에 의해 한정되어서는 안 된다. 상기 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 사용된다. 예를 들어, 본 발명의 권리 범위를 벗어나지 않으면서 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소도 제1 구성요소로 명명될 수 있다. 및/또는 이라는 용어는 복수의 관련된 기재된 항목들의 조합 또는 복수의 관련된 기재된 항목들 중의 어느 항목을 포함한다.
어떤 구성요소가 다른 구성요소에 "연결되어" 있다거나 "접속되어" 있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결되어 있거나 또는 접속되어 있을 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소가 다른 구성요소에 "직접 연결되어" 있다거나 "직접 접속되어" 있다고 언급된 때에는, 중간에 다른 구성요소가 존재하지 않는 것으로 이해되어야 할 것이다.
본 출원에서 사용한 용어는 단지 특정한 실시 예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 출원에서, "포함하다" 또는 "가지다" 등의 용어는 명세서상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.
다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥 상 가지는 의미와 일치하는 의미를 가지는 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다.
이하, 본 발명에 따른 바람직한 실시 예를 첨부된 도면을 참조하여 상세하게 설명한다.
도 1은 본 발명의 일 실시 예에 따른 오픈 데이터베이스 관리 시스템의 블록 구성도이다.
도 1을 참조하면, 본 발명의 일 실시 예에 따른 오픈 데이터베이스 관리 시스템(100)(이하, '오픈 데이터베이스 관리 시스템'이라 함)은 데이터베이스 생성 모듈(110), 데이터베이스 저장 모듈(120) 및 데이터베이스 인터페이스 모듈(130)을 포함하도록 구성될 수 있다.
오픈 데이터베이스 관리 시스템(100)은 기본적으로 키-값 쌍 데이터베이스 관리 시스템으로 구현되는데, 도메인 키(domain key)와 레코드 키(record key)로 구성되는 ID들의 쌍으로 구성되는 링크 테이블(link table)을 참조하여 서로 다른 계정(account)이나 영역에 존재하는 테이블의 레코드를 서로 연결하도록 구성된다. 이에, 연결형 데이터베이스 관리 시스템이 외부 키(foreign key)를 이용하여 레코드를 연결하는 기능을 수행할 수 있으며, 별도의 추가적인 통신 모듈 없이도 서로 다른 계정(account)이나 영역에 존재하는 테이블의 레코드 간에도 연결이 용이하게 이루어진다. 이하, 세부적인 구성에 대하여 설명한다.
데이터베이스 생성 모듈(110)은 테이블을 생성하는 구성으로서, 테이블의 레코드(record)는 키(key)로 지정하고 칼럼(column)의 집합은 값(value)으로 지정하여 영역(domain) 별로 테이블을 생성한다. 여기서 영역은 속성(attribute)이 가질 수 있는 모든 값들로 구성되는 집합이다. 종래와 달리, 데이터베이스 생성 모듈(110)은 영역을 하나의 테이블처럼 지정하여 생성한다.
여기에서, 데이터베이스 생성 모듈(110)은 테이블 외에 링크 테이블(link table)을 더 생성하는데, 데이터베이스 생성 모듈(110)은 영역과 레코드에 대해 각각 도메인 키(domain key) 및 레코드 키(record key)를 지정하고 지정된 도메인 키 및 레코드 키로 구성되는 ID의 쌍을 생성한다. 그리고 영역 별 ID들로 구성되는 링크 테이블을 생성한다. 이때, 데이터베이스 생성 모듈(110)은 모든 영역에 대하여 서로 고유한 도메인 키를 지정하여 ID의 쌍을 생성하도록 구성된다.
한편, 링크 테이블은 관계형 데이터베이스 관리 시스템의 외부 키(foreign key)와 같은 레코드 연결 기능을 수행하기 위해 참조되는 구성이다. 링크 테이블은 외부 키와 달리 서로 다른 계정이나 영역 테이블 간에도 레코드 연결을 가능하게 한다.
다른 한편, 데이터베이스 생성 모듈(110)은 해당 영역에 대하여 데이터 읽기 또는 쓰기에 관한 영역 권한을 설정하도록 구성될 수 있다. 예를 들어, A 영역에서, B, C, D 영역에는 읽기 권한만이 설정되어 있다면, B, C, D 영역의 레코드는 A 영역의 레코드에 연결하여 데이터를 읽을 수는 있지만 데이터를 쓸 수는 없게 된다. 그리고 읽거나 쓸 수 있는 데이터를 선별하여 권한을 설정할 수도 있다.
또 다른 한편, 데이터베이스 생성 모듈(110)은 테이블 상의 각 레코드에 대해서 데이터의 무결 성을 보장하기 위한 영역 규칙을 설정하도록 구성될 수 있다. 즉, 특정 영역 규칙에 위반되는 경우에는 쓰기를 방지함으로써 무결 성을 보장할 수 있다. 예를 들면, 은행에서 출금하려는 금액이 잔고보다 많이 남아 있다면 출금이 실패해야 하는데, 영역 규칙은 이러한 제한을 위해 필요한 구성이다.
다음으로, 데이터베이스 저장 모듈(120)은 데이터베이스 생성 모듈(110)에서 생성된 테이블 및 링크 테이블을 저장하도록 구성된다.
다음으로, 데이터베이스 인터페이스 모듈(130)은 사용자의 명령에 따라 데이터베이스 저장 모듈(120)에 저장된 테이블을 검색하거나 레코드를 추가하고 해당 레코드의 값을 변경 또는 삭제하도록 구성된다. 여기에서, 데이터베이스 인터페이스 모듈(130)은 서로 다른 영역의 계정(account)에서도 레코드를 검색할 수 있도록 하기 위해 링크 테이블을 참조하여 레코드를 검색하거나 해당 값을 변경 또는 삭제하도록 구성될 수 있다.
여기에서, 오픈 데이터베이스 관리 시스템(100)은 클라우드(cloud) 시스템 상에 구현될 수 있는데, 데이터베이스 생성 모듈(110)과 데이터베이스 저장 모듈(120)은 서버 상에 구현되어 동작하고, 데이터베이스 인터페이스 모듈(130)은 사용자의 각 단말에서 동작하도록 구성될 수 있다.
도 2는 본 발명의 일 실시 예에 따른 서로 다른 계정 간의 레코드 연결(join)에 대한 개념도이다.
도 2에서 보듯이, 본 발명에 따른 오픈 데이터베이스 관리 시스템(100)은 서로 다른 계정(account)에 테이블 형식으로 저장된 영역 상의 레코드 간에도 서로 연결이 가능함을 개념적으로 나타내고 있다.
도 3은 본 발명의 일 실시 예에 따른 링크 테이블의 예시도이다.
도 3을 참조하면, 도 3의 (a)는 ID가 도메인 키와 레코드 키로 구성됨을 나타낸다. 그리고 도 3의 (b)는 ID들의 쌍의 집합으로 구성되는 링크 테이블을 나타낸다. 즉, 링크 테이블에 나타난 ID들의 쌍을 이용하여 다른 계정의 영역의 레코드를 검색하거나 변경할 수 있다. 링크 테이블에 나타난 ID들의 쌍은 그 순서에 무관하게 동일한 ID들로 구성되는 쌍은 동일한 링크로 취급된다. 예를 들어, 3_5와 4_3의 쌍은 4_3와 3_5의 쌍과 동일한 링크로 취급된다.
이상 실시 예를 참조하여 설명하였지만, 해당 기술 분야의 숙련된 당 업자는 하기의 특허 청구의 범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 이해할 수 있을 것이다.

Claims (6)

  1. 레코드(record)는 키(key)로 구성되고 칼럼(column)은 값(value)의 집합으로 구성되는 복수의 영역(domain)을 각각 테이블(table)로 지정하여 생성하는 데이터베이스 생성 모듈;
    상기 데이터베이스 생성 모듈에서 생성된 테이블 및 링크 테이블을 저장하는 데이터베이스 저장 모듈 및
    사용자의 명령에 따라 상기 데이터베이스 저장 모듈에 저장된 테이블을 검색하거나 해당 값을 변경 또는 삭제하는 데이터베이스 인터페이스 모듈을 포함하는 오픈 데이터베이스 관리 시스템.
  2. 제1항에 있어서,
    상기 데이터베이스 생성 모듈은 상기 영역에 대해 각각 도메인 키(domain key) 및 레코드 키(record key)를 지정하여 ID의 쌍을 생성하고, 생성된 ID의 쌍으로 구성되는 링크 테이블(link table)을 생성하고,
    상기 데이터베이스 저장 모듈은 상기 생성된 링크 테이블을 저장하고,
    상기 데이터베이스 인터페이스 모듈은 서로 다른 계정(account)의 영역을 포함하는 다른 영역에서도 상기 레코드를 검색할 수 있도록 하기 위해 상기 저장된 링크 테이블을 참조하여 상기 레코드를 검색하거나 해당 값을 변경 또는 삭제하는 것을 특징으로 오픈 데이터베이스 관리 시스템.
  3. 제2항에 있어서,
    상기 데이터베이스 생성 모듈은 모든 영역에 대하여 서로 고유한 도메인 키를 지정하여 ID를 생성하는 것을 특징으로 하는 오픈 데이터베이스 관리 시스템.
  4. 제3항에 있어서,
    상기 데이터베이스 생성 모듈 및 상기 데이터베이스 저장 모듈은 클라우드(cloud) 시스템 상에 구현되는 것을 특징으로 하는 오픈 데이터베이스 관리 시스템.
  5. 제4항에 있어서,
    상기 데이터베이스 생성 모듈은 상기 생성되는 테이블 상의 각 레코드에 대해서 데이터 읽기 또는 쓰기에 대한 영역 권한을 설정하는 것을 특징으로 하는 오픈 데이터베이스 관리 시스템.
  6. 제5항에 있어서,
    상기 데이터베이스 생성 모듈은 상기 생성되는 테이블 상의 각 레코드에 대해서 데이터의 무결성을 보장하기 위한 영역 규칙을 설정하는 것을 특징으로 하는 오픈 데이터베이스 관리 시스템.
PCT/KR2011/006164 2011-08-12 2011-08-22 오픈 데이터베이스 관리 시스템 WO2013024927A1 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2011-0080873 2011-08-12
KR1020110080873A KR101260165B1 (ko) 2011-08-12 2011-08-12 오픈 데이터베이스 관리 시스템

Publications (1)

Publication Number Publication Date
WO2013024927A1 true WO2013024927A1 (ko) 2013-02-21

Family

ID=47715239

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2011/006164 WO2013024927A1 (ko) 2011-08-12 2011-08-22 오픈 데이터베이스 관리 시스템

Country Status (2)

Country Link
KR (1) KR101260165B1 (ko)
WO (1) WO2013024927A1 (ko)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11194843B2 (en) 2019-10-25 2021-12-07 International Business Machines Corporation Methods and systems for visual management of relational data

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101640733B1 (ko) 2015-01-23 2016-07-20 주식회사 리얼타임테크 인-메모리 데이터베이스 기반의 데이터 관리 시스템 및 그 방법

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050055545A (ko) * 2003-12-08 2005-06-13 충남대학교산학협력단 SyncML 서버 어플리케이션 개발을 위한 통합 개발시스템
KR20050121778A (ko) * 2004-06-23 2005-12-28 육상수 데이터베이스 시스템의 감사, 통제 방법 및 시스템
KR20060057731A (ko) * 2004-11-24 2006-05-29 김준휘 사용자 정의형 키워드와 네임 서버의 연동 방법 및 시스템
US20100318498A1 (en) * 2009-06-11 2010-12-16 Vivek Swarnakar Methods and apparatus for organizing data in a database

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050055545A (ko) * 2003-12-08 2005-06-13 충남대학교산학협력단 SyncML 서버 어플리케이션 개발을 위한 통합 개발시스템
KR20050121778A (ko) * 2004-06-23 2005-12-28 육상수 데이터베이스 시스템의 감사, 통제 방법 및 시스템
KR20060057731A (ko) * 2004-11-24 2006-05-29 김준휘 사용자 정의형 키워드와 네임 서버의 연동 방법 및 시스템
US20100318498A1 (en) * 2009-06-11 2010-12-16 Vivek Swarnakar Methods and apparatus for organizing data in a database

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11194843B2 (en) 2019-10-25 2021-12-07 International Business Machines Corporation Methods and systems for visual management of relational data

Also Published As

Publication number Publication date
KR101260165B1 (ko) 2013-05-06
KR20130018042A (ko) 2013-02-20

Similar Documents

Publication Publication Date Title
CN101719141B (zh) 基于目录对象的文件处理方法和系统
US20200167345A1 (en) Method and apparatus for storing blockchain state data and electronic device
CN109977110A (zh) 数据清洗方法、装置及设备
US9047333B2 (en) Dynamic updates to a semantic database using fine-grain locking
TWI706280B (zh) 資料讀寫方法及裝置、電子設備
CN102893281A (zh) 信息搜索设备、信息搜索方法、计算机程序和数据结构
US10248680B2 (en) Index management
US20110004638A1 (en) Attributed key-value-store database system
CN105183915B (zh) 减少索引维护开销的多版本管理方法
CN103455589B (zh) 产品工厂模式下的产品数据迁移方法、装置及系统
US20080120271A1 (en) Tracking entities during identity resolution
CN105868421A (zh) 一种数据管理方法及装置
CN103093289A (zh) 一种多人审批流程的实现方法
US11030175B2 (en) Blockchain based hierarchical data storage
CN102542069B (zh) Xml数据库系统的xml文档访问控制方法及系统
CN110019111A (zh) 数据处理方法、装置、存储介质以及处理器
CN101963993B (zh) 一种数据库单表记录快速查找的方法
CN104077078B (zh) 读存储区、更新存储区的方法及装置
WO2013024927A1 (ko) 오픈 데이터베이스 관리 시스템
US11294666B1 (en) Data structures for managing configuration versions of cloud-based applications
US8478791B2 (en) Interoperability across heterogeneous taxonomies
CN106776366B (zh) 地址访问方法及装置
CN102279886B (zh) 元数据处理方法及设备
CN113849482A (zh) 一种数据迁移方法、装置及电子设备
Kashyap et al. A review of leading databases: Relational & non-relational database

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11870934

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11870934

Country of ref document: EP

Kind code of ref document: A1