KR102121975B1 - Method for providing actual data through synchronized table and data managing system - Google Patents

Method for providing actual data through synchronized table and data managing system Download PDF

Info

Publication number
KR102121975B1
KR102121975B1 KR1020180169101A KR20180169101A KR102121975B1 KR 102121975 B1 KR102121975 B1 KR 102121975B1 KR 1020180169101 A KR1020180169101 A KR 1020180169101A KR 20180169101 A KR20180169101 A KR 20180169101A KR 102121975 B1 KR102121975 B1 KR 102121975B1
Authority
KR
South Korea
Prior art keywords
data
entity
search
actual data
synchronized
Prior art date
Application number
KR1020180169101A
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 KR1020180169101A priority Critical patent/KR102121975B1/en
Application granted granted Critical
Publication of KR102121975B1 publication Critical patent/KR102121975B1/en

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/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24553Query execution of query operations
    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • 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/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor

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)
  • Computational Linguistics (AREA)
  • Software Systems (AREA)
  • Computing Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

According to an embodiment of the present invention, a method for providing data through a synchronization table in a data management system includes the steps of: (a) checking whether data is synchronized through an entity control table, when a data inquiry is requested from the user terminal; and (b) searching the requested data, if it is determined that the entity search table is synchronized with the actual data as a result of checking whether data is synchronized, through the entity search table, and transmitting the searched data to the user terminal.

Description

동기화 테이블을 통한 실제 데이터 제공 방법 및 데이터 관리 시스템{METHOD FOR PROVIDING ACTUAL DATA THROUGH SYNCHRONIZED TABLE AND DATA MANAGING SYSTEM}METHOD FOR PROVIDING ACTUAL DATA THROUGH SYNCHRONIZED TABLE AND DATA MANAGING SYSTEM}

본 발명은 동기화 테이블을 통한 실제 데이터 제공 방법 및 데이터 관리 시스템에 관한 것으로, 더욱 상세하게는, 데이터 조회 요청 시, 엔터티 제어(Entity Control) 테이블을 통해 데이터 동기화 여부를 확인하고, 동기화 테이블인 엔터티 검색(Entity Search) 테이블을 통해 실제 데이터를 제공하는 방법 및 데이터 관리 시스템에 관한 것이다.The present invention relates to a method for providing actual data through a synchronization table and a data management system, and more specifically, when requesting data inquiry, check whether data is synchronized through an entity control table and search for an entity that is a synchronization table. (Entity Search) relates to a method for providing real data through a table and a data management system.

기업 비즈니스의 핵심 데이터인 마스터 데이터를 생성하고 일관성 있게 유지하며 비즈니스 프로세스의 흐름에 맞춰 정확하게 관리하기 위한 기술로, 마스터 데이터 관리(MDM : Master Data Management)에 대한 사용이 증가하고 있다.Master Data Management (MDM) is increasingly used as a technology for creating and maintaining master data, which is the core data of corporate business, and managing it accurately according to the flow of business processes.

종래의 MDM 데이터 관리 방식에는 미리 정의된 데이터베이스의 테이블을 사용하는 방식과 속성별로 동적 데이터베이스 테이블을 생성하는 방식이 있다.Conventional MDM data management methods include a method of using a table of a predefined database and a method of generating a dynamic database table for each attribute.

미리 정의된 데이터베이스의 테이블의 사용하는 방식은 데이터베이스의 테이블 및 컬럼 명을 미리 정의해 놓고, 속성 정의가 필요한 시점에 이미 정해진 컬럼에 속성을 매핑하여 사용하는 방식으로, 이미 정해진 테이블 및 컬럼 명을 사용하므로, 관리할 필요가 없어 관리하지 않는 컬럼 정보가 존재하며, 테이블, 컬럼 명으로 정보를 구분할 수 없으므로, 매핑 정보를 통해 속성 값의 의미를 파악할 수 있으며, 관리할 속성 정보가 많아지는 경우, 적용 데이터베이스에 따라 테이블 분리가 필요하므로, 데이터 관리 구조가 변경되는 문제가 있다.The method of using the table in the predefined database is to define the table and column names in the database in advance, and to map and use the attribute to the already defined column when the attribute definition is needed. Therefore, there is no need to manage, so there is unmanaged column information. Since information cannot be classified by table and column names, the meaning of attribute values can be grasped through mapping information. Since table separation is necessary according to the database, there is a problem that the data management structure is changed.

속성별로 동적 데이터베이스 테이블을 생성하는 방식은 하나의 속성을 하나의 테이블로 관리하는 방식으로, 속성 정의 시 테이블 명을 무의미 체계로 생성하여, 속성과 동적 테이블의 매핑 정보를 관리해야 하며, 관리 속성 별로 테이블을 생성해야 하므로, 관리 속성 수 증가에 따라 물리적인 테이블이 증가하여 데이터 관리 비용도 증가할 수 밖에 없으며, 데이터 검색 속도도 관리 속성 수에 비례하여 증가되므로, 속도 개선을 위해 조회용 Summary 테이블을 별도로 운영해야 하는 문제가 있다.The method of creating a dynamic database table for each attribute is to manage one attribute as one table. When defining an attribute, the table name must be created in a meaningless manner to manage mapping information between the attribute and the dynamic table. Since the table needs to be created, the physical table increases as the number of managed attributes increases, so the data management cost increases, and the speed of data retrieval increases proportionally to the number of managed attributes. There is a problem that must be operated separately.

따라서, 종래의 MDM 데이터 관리 방식의 문제점을 해결하면서, 데이터 관리에 대한 구조 변경 없이, 데이터 조회 성능을 개선할 수 있도록 하는 기술이 필요하다.Therefore, there is a need for a technique that can improve the performance of data inquiry without changing the structure for data management, while solving the problems of the conventional MDM data management method.

본 발명은 전술한 종래기술의 문제점을 해결하기 위한 것으로, 데이터 조회 요청 시, 엔터티 제어(Entity Control) 테이블을 통해 데이터 동기화 여부를 확인하고, 동기화 테이블인 엔터티 검색(Entity Search) 테이블을 통해 실제 데이터를 제공하는 방법 및 데이터 관리 시스템을 제공하는 것을 목적으로 한다.The present invention is to solve the above-mentioned problems of the prior art, when requesting data inquiry, check whether data is synchronized through an entity control table, and actual data through an entity search table, which is a synchronization table. It is an object of the present invention to provide a method and a data management system.

본 발명의 목적들은 이상에서 언급한 목적들로 제한되지 않으며, 언급되지 않은 또 다른 목적들은 아래의 기재로부터 명확하게 이해될 수 있을 것이다.The objects of the present invention are not limited to the objects mentioned above, and other objects not mentioned will be clearly understood from the following description.

상술한 목적을 달성하기 위한 본 발명의 일 실시예에 따르면, 데이터 관리 시스템에서 동기화 테이블을 통해 데이터를 제공하기 위한 방법에 있어서, (a) 사용자 단말로부터 데이터 조회가 요청되면, 엔터티 제어(Entity Control) 테이블을 통해 데이터 동기화 여부를 확인하는 단계; 및 (b) 데이터 동기화 여부의 확인 결과, 엔터티 검색(Entity Search) 테이블이 실제 데이터와 동기화된 것으로 확인되면, 상기 엔터티 검색 테이블을 통해 상기 조회 요청된 데이터를 검색하여, 상기 검색된 데이터를 상기 사용자 단말로 전송하는 단계를 포함하는, 동기화 테이블을 통한 실제 데이터 제공 방법이 제공된다.According to an embodiment of the present invention for achieving the above object, in a method for providing data through a synchronization table in a data management system, (a) when data inquiry is requested from a user terminal, entity control (Entity Control) ) Checking whether data is synchronized through a table; And (b) when it is determined that the data synchronization is synchronized, the entity search table is synchronized with the actual data, search for the requested data through the entity search table, and retrieve the searched data from the user terminal. It provides a method for providing actual data through a synchronization table, including the step of transmitting to.

상기 엔터티 검색 테이블은, 뷰(View)로 어드레스 포인트(Address Point) 정보를 포함할 수 있다.The entity search table may include address point information as a view.

상기 엔터티 검색 테이블은, 엔터티 속성(Entity Attribute) 테이블에서 검색 조건으로 설정된 속성 값을 레코드(Record)로 변환한 정보를 포함할 수 있다.The entity search table may include information obtained by converting an attribute value set as a search condition in an entity attribute table into a record.

상기 동기화 테이블을 통한 실제 데이터 제공 방법은, 상기 사용자 단말로부터 데이터 변경이 요청되면, 상기 실제 데이터의 변경 정보를 상기 엔터티 제어 테이블에 저장하고, 상기 실제 데이터를 변경하여 엔터티 베이스(Entity Base) 테이블, 엔터티 속성(Entity Attribute) 테이블, 엔터티 분류(Entity Hierarchy) 테이블 및 엔터티 다국어(Entity Attribute M) 테이블 중 적어도 하나에 저장하는 단계를 더 포함할 수 있다.In the method of providing actual data through the synchronization table, when data change is requested from the user terminal, the change information of the actual data is stored in the entity control table, and the actual data is changed to change the entity base table. The method may further include storing in at least one of an Entity Attribute table, an Entity Hierarchy table, and an Entity Attribute M table.

상기 동기화 테이블을 통한 실제 데이터 제공 방법은, 데이터 동기화 여부의 확인 결과, 상기 엔터티 검색 테이블이 상기 실제 데이터와 동기화되지 않은 것으로 확인되면, 데이터 빌더(Data Builder)를 호출하여 상기 실제 데이터 정보를 획득하는 단계; 및 상기 획득된 실제 데이터 정보를 기초로, 상기 엔터티 검색 테이블과의 데이터 동기화를 수행하고, 상기 엔터티 검색 테이블의 동기화 정보를 상기 엔터티 제어 테이블에 저장하는 단계를 더 포함할 수 있다.In the method of providing actual data through the synchronization table, when it is determined that the data is synchronized, the entity search table is not synchronized with the actual data, and a data builder is called to obtain the actual data information. step; And performing data synchronization with the entity search table based on the acquired actual data information, and storing synchronization information of the entity search table in the entity control table.

상기 (a) 단계는, 상기 엔터티 제어 테이블을 통해 상기 실제 데이터의 변경 여부를 확인하고, 상기 엔터티 제어 테이블을 통해 데이터 사용 승인 여부를 확인하는 단계를 포함할 수 있다.The step (a) may include checking whether the actual data has been changed through the entity control table, and checking whether or not to use the data through the entity control table.

상술한 목적을 달성하기 위한 본 발명의 다른 실시예에 따르면, 사용자 단말로부터 데이터 조회가 요청되면, 엔터티 제어(Entity Control) 테이블을 통해 데이터 동기화 여부를 확인하는 엔터티 제어부; 및 데이터 동기화 여부의 확인 결과, 엔터티 검색(Entity Search) 테이블이 실제 데이터와 동기화된 것으로 확인되면, 상기 엔터티 검색 테이블을 통해 상기 조회 요청된 데이터를 검색하여, 상기 검색된 데이터를 상기 사용자 단말로 전송하는 엔터티 검색부를 포함하는, 데이터 관리 시스템이 제공된다.According to another embodiment of the present invention for achieving the above object, when a data inquiry is requested from the user terminal, an entity control unit to check whether data is synchronized through an entity control table; And if the result of the check whether the data synchronization, the entity search (Entity Search) table is confirmed to be synchronized with the actual data, search for the requested data through the entity search table, and transmits the searched data to the user terminal A data management system is provided that includes an entity search unit.

상기 엔터티 검색 테이블은, 뷰(View)로 어드레스 포인트(Address Point) 정보를 포함할 수 있다.The entity search table may include address point information as a view.

상기 엔터티 검색 테이블은, 엔터티 속성(Entity Attribute) 테이블에서 검색 조건으로 설정된 속성 값을 레코드(Record)로 변환한 정보를 포함할 수 있다.The entity search table may include information obtained by converting an attribute value set as a search condition in an entity attribute table into a record.

상기 데이터 관리 시스템은, 상기 사용자 단말로부터 데이터 변경이 요청되면, 상기 실제 데이터를 변경하여 엔터티 베이스(Entity Base) 테이블, 엔터티 속성(Entity Attribute) 테이블, 엔터티 분류(Entity Hierarchy) 테이블 및 엔터티 다국어(Entity Attribute M) 테이블 중 적어도 하나에 저장하는 데이터 관리부를 더 포함하며, 상기 엔터티 제어부는, 상기 실제 데이터의 변경 정보를 상기 엔터티 제어 테이블에 저장할 수 있다.The data management system, when data change is requested from the user terminal, changes the actual data to change an entity base table, an entity attribute table, an entity classification table, and an entity multilingual entity Attribute M) further includes a data management unit to store at least one of the tables, and the entity control unit may store change information of the actual data in the entity control table.

상기 데이터 관리 시스템은, 데이터 동기화 여부의 확인 결과, 상기 엔터티 검색 테이블이 상기 실제 데이터와 동기화되지 않은 것으로 확인되면, 데이터 빌더(Data Builder)를 호출하여 상기 실제 데이터 정보를 획득하는 데이터 관리부를 더 포함하며, 상기 엔터티 검색부는, 상기 획득된 실제 데이터 정보를 기초로 상기 엔터티 검색 테이블과의 데이터 동기화를 수행하고, 상기 엔터티 제어부는, 상기 엔터티 검색 테이블의 동기화 정보를 상기 엔터티 제어 테이블에 저장할 수 있다.The data management system further includes a data management unit that acquires the actual data information by calling a data builder when it is determined that the entity search table is not synchronized with the actual data as a result of checking whether data is synchronized or not. The entity search unit may perform data synchronization with the entity search table based on the obtained actual data information, and the entity control unit may store synchronization information of the entity search table in the entity control table.

상기 엔터티 제어부는, 상기 엔터티 제어 테이블을 통해 상기 실제 데이터의 변경 여부를 확인하고, 상기 엔터티 제어 테이블을 통해 데이터 사용 승인 여부를 확인할 수 있다.The entity control unit may check whether or not the actual data is changed through the entity control table, and may confirm whether to approve data use through the entity control table.

본 발명의 일 실시예에 따르면, 동기화 테이블을 통해 실제 데이터를 제공하는 방법은 데이터 관리에 대한 구조 변경 없이, 다양한 종류의 데이터베이스에 적용 가능하며, Oracle, MS/SQL, Maria 등의 데이터베이스에도 구조 변경 없이 적용 가능한 바, 데이터 관리 서비스의 사용성이 증대될 수 있다.According to an embodiment of the present invention, a method of providing actual data through a synchronization table can be applied to various types of databases without changing the structure of data management, and the structure is also changed to databases such as Oracle, MS/SQL, and Maria As it can be applied without, the usability of the data management service can be increased.

또한, 본 발명의 일 실시예에 따르면, 설정(Setup) 기반으로 필요한 속성만 동적으로 테이블이 생성되어, 엔터티(Entity) 별로 최대 6개의 테이블로 데이터를 관리할 수 있으므로, 데이터 관리 비용이 최소화 될 수 있다.In addition, according to an embodiment of the present invention, a table is dynamically generated only for required attributes based on setup, so that data can be managed by up to six tables per entity, thus minimizing data management costs. Can be.

또한, 본 발명의 일 실시예에 따르면, 엔터티 제어 테이블과 엔터티 검색 테이블을 제공하여, 일반 속성 n개를 1개의 레코드(Record)로 전환하고, 베이스(Base) 속성과 분류(Hierarchy) 속성 데이터를 연결하여 제공하고, 모든 데이터의 변경 정보를 엔터티 제어 테이블에서 최소 정보로 관리하고, 데이터 동기화 및 승인 완료 시 엔터티 제어 테이블에서 관련 정보를 삭제함으로써, 데이터 조회 성능을 개선하여, 최적화된 데이터 검색 서비스를 제공할 수 있다.In addition, according to an embodiment of the present invention, by providing an entity control table and an entity search table, n general attributes are converted into one record, and Base attribute and Hierarchy attribute data are converted. Provides connection, manages all data change information with minimum information in the entity control table, and deletes relevant information from the entity control table when data synchronization and approval is completed, thereby improving data search performance and providing optimized data search service. Can provide.

또한, 본 발명의 일 실시예에 따르면, 실제 데이터를 관리하는 6개의 테이블과 테이블 데이터를 관리하는 메커니즘을 구비하고, 데이터 관리의 구조 변경 없이 어떠한 데이터베이스에 적용 가능하여, MDM 설치 시 설정(Setup)을 통해 조정 할 수 있으며, 속성의 특성 별로 엔터티 베이스 테이블, 엔터티 속성 테이블, 엔터티 분류 테이블 및 엔터티 다국어 테이블인 4개의 테이블로 데이터를 관리하고, 2개의 엔터티 제어 테이블과 엔터티 검색 테이블을 분리하여 운영함으로써, 데이터 관리의 성능을 향상시킬 수 있다.In addition, according to an embodiment of the present invention, it is provided with six tables for managing actual data and a mechanism for managing table data, and can be applied to any database without changing the structure of data management. It can be adjusted through and manages data with four tables, the entity base table, the entity attribute table, the entity classification table, and the entity multilingual table for each attribute of the attribute, and operates by separating the two entity control tables and the entity search table. , Can improve the performance of data management.

또한, 본 발명의 일 실시예에 따르면, 모든 관리 프로세스가 단일 프로세스로 운영됨으로써, 신규 프로세스 적용 및 변경이 용이한 구조를 가지며, MDM 시스템 구축 시 시스템 변경 최소화로 데이터 정비에 주력할 수 있다.In addition, according to an embodiment of the present invention, since all management processes are operated as a single process, a new process can be easily applied and changed, and when building an MDM system, it is possible to focus on data maintenance by minimizing system changes.

본 발명의 효과는 상기한 효과로 한정되는 것은 아니며, 본 발명의 상세한 설명 또는 특허청구범위에 기재된 발명의 구성으로부터 추론 가능한 모든 효과를 포함하는 것으로 이해되어야 한다.It should be understood that the effects of the present invention are not limited to the above-described effects, and include all effects that can be deduced from the configuration of the invention described in the detailed description or claims of the present invention.

도 1은 본 발명의 일 실시예에 따른 데이터 관리 시스템을 도시한 도면이다.
도 2는 본 발명의 일 실시예에 따른 관리 테이블의 구성을 나타내는 도면이다.
도 3은 본 발명의 일 실시예에 따른 데이터 관리 시스템의 구성을 도시한 블록도이다.
도 4는 본 발명의 일 실시예에 따른 동기화 테이블을 통해 실제 데이터를 제공하는 과정을 도시한 도면이다.
도 5는 본 발명의 일 실시예에 따른 데이터 업로드의 처리 과정을 도시한 도면이다.
도 6은 본 발명의 일 실시예에 따른 데이터 다운로드의 처리 과정을 도시한 도면이다.
도 7은 본 발명의 다른 실시예에 따른 동기화 테이블을 통해 실제 데이터를 제공하는 과정을 도시한 도면이다.
1 is a view showing a data management system according to an embodiment of the present invention.
2 is a view showing the configuration of a management table according to an embodiment of the present invention.
3 is a block diagram showing the configuration of a data management system according to an embodiment of the present invention.
4 is a diagram showing a process of providing actual data through a synchronization table according to an embodiment of the present invention.
5 is a diagram illustrating a process of uploading data according to an embodiment of the present invention.
6 is a diagram illustrating a process of downloading data according to an embodiment of the present invention.
7 is a diagram illustrating a process of providing actual data through a synchronization table according to another embodiment of the present invention.

이하에서는 첨부한 도면을 참조하여 본 발명을 설명하기로 한다. 그러나 본 발명은 여러 가지 상이한 형태로 구현될 수 있으며, 따라서 여기에서 설명하는 실시예로 한정되는 것은 아니다. 그리고 도면에서 본 발명을 명확하게 설명하기 위해서 설명과 관계없는 부분은 생략하였으며, 명세서 전체를 통하여 유사한 부분에 대해서는 유사한 도면 부호를 붙였다.Hereinafter, the present invention will be described with reference to the accompanying drawings. However, the present invention may be implemented in various different forms, and thus is not limited to the embodiments described herein. In addition, in order to clearly describe the present invention in the drawings, parts irrelevant to the description are omitted, and like reference numerals are assigned to similar parts throughout the specification.

명세서 전체에서, 어떤 부분이 다른 부분과 "연결"되어 있다고 할 때, 이는 "직접적으로 연결"되어 있는 경우뿐 아니라, 그 중간에 다른 부재를 사이에 두고 "간접적으로 연결"되어 있는 경우도 포함한다. 또한 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 구비할 수 있다는 것을 의미한다.Throughout the specification, when a part is "connected" to another part, this includes not only "directly connected" but also "indirectly connected" with another member in between. . Also, when a part “includes” a certain component, this means that other components may be further provided instead of excluding other components, unless otherwise stated.

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

도 1은 본 발명의 일 실시예에 따른 데이터 관리 시스템을 도시한 도면이다.1 is a diagram illustrating a data management system according to an embodiment of the present invention.

도 1을 참조하면, 본 발명의 일 실시예에 따른 데이터 관리 시스템은 통신망을 통해 서로 통신 가능한 사용자 단말(100) 및 데이터 관리 시스템(200)을 포함할 수 있다.Referring to FIG. 1, a data management system according to an embodiment of the present invention may include a user terminal 100 and a data management system 200 capable of communicating with each other through a communication network.

먼저, 통신망은 유선 및 무선 등과 같은 그 통신 양태를 가리지 않고 다양하게 구성될 수 있는데, 예를 들어, 근거리 통신망(LAN: Local Area Network), 도시권 통신망(MAN: Metropolitan Area Network), 광역 통신망(WAN: Wide Area Network) 등 다양한 통신망으로 구성될 수 있다. First, the communication network may be variously configured regardless of its communication mode such as wired or wireless, for example, a local area network (LAN), a metropolitan area network (MAN), or a wide area network (WAN) : Wide Area Network).

사용자 단말(100)은 휴대폰, 스마트폰, PDA(Personal Digital Assistant), PMP(Portable Multimedia Player), 태블릿 PC 등과 같이 무선 통신망을 통하여 외부 서버와 연결될 수 있는 모든 종류의 핸드헬드(Handheld) 기반의 무선 통신 장치를 포함할 수 있으며, 이 외에도 데스크탑 PC, 태블릿 PC, 랩탑 PC, 셋탑 박스를 포함하는 IPTV와 같이, 네트워크를 통하여 외부 서버와 연결될 수 있는 통신 장치도 포함할 수 있다.The user terminal 100 is a handheld-based wireless of all kinds that can be connected to an external server through a wireless communication network, such as a mobile phone, smart phone, PDA (Personal Digital Assistant), PMP (Portable Multimedia Player), tablet PC, etc. It may include a communication device, and in addition, a communication device that can be connected to an external server through a network, such as a desktop PC, a tablet PC, a laptop PC, an IPTV including a set-top box.

사용자 단말(100)은 애플리케이션, 웹 브라우저 등을 통해 데이터 관리 시스템(200)에 접속하여, 데이터 관리 서비스를 제공받을 수 있다. 이 때, 데이터 관리 시스템(200)은 데이터 관리를 위한 작업 페이지를 제공하여, 사용자 단말(100)로 데이터 관리 서비스를 제공할 수 있다.The user terminal 100 may be provided with a data management service by accessing the data management system 200 through an application, a web browser, or the like. At this time, the data management system 200 may provide a work page for data management to provide a data management service to the user terminal 100.

사용자 단말(100)은 데이터 관리 시스템(200)으로부터 제공받은 작업 페이지를 화면에 표시할 수 있으며, 작업 페이지 상에서 사용자 인터페이스를 통해 데이터 조회, 데이터 변경 등을 요청할 수 있다.The user terminal 100 may display a job page provided from the data management system 200 on a screen, and request a data inquiry, data change, etc. through a user interface on the job page.

사용자 단말(100)은 데이터 조회 요청을 통해 검색된 데이터를 데이터 관리 시스템(200)으로부터 수신하여 화면에 표시할 수 있다.The user terminal 100 may receive the data searched through the data inquiry request from the data management system 200 and display it on the screen.

데이터 관리 시스템(200)은 데이터베이스에 저장된 데이터를 관리하는데 있어, 미리 정의된 정보 없이 필요 속성을 정의하고, 속성별 특성에 맞게 데이터의 관리 테이블을 매핑하는 방식을 통해 데이터를 관리할 수 있으며, 매핑에 따라 유의미한 테이블 및 컬럼 명으로 동적 생성할 수 있다.In managing the data stored in the database, the data management system 200 may define necessary attributes without predefined information, and manage data through a method of mapping a management table of data according to characteristics of each attribute, and mapping Depending on, it can be dynamically created with meaningful table and column names.

데이터 관리 시스템(200)은 관리 테이블을 통해 데이터를 관리할 수 있는데, 관리 테이블은 복수의 테이블로 구성될 수 있다.The data management system 200 may manage data through a management table, and the management table may be composed of a plurality of tables.

도 2는 본 발명의 일 실시예에 따른 관리 테이블의 구성을 나타내는 도면이다.2 is a view showing the configuration of a management table according to an embodiment of the present invention.

도 2를 참조하면, 관리 테이블은 엔터티 베이스(Entity Base) 테이블, 엔터티 속성(Entity Attribute) 테이블, 엔터티 분류(Entity Hierarchy) 테이블, 엔터티 다국어(Entity Attribute M) 테이블, 엔터티 제어(Entity Control) 테이블, 엔터티 검색 (Entity Search) 테이블 등으로 구성될 수 있다.Referring to FIG. 2, the management table includes an entity base table, an entity attribute table, an entity classification table, an entity entity table, and an entity control table. Entity search (Entity Search) table.

엔터티 베이스(Entity Base) 테이블은 필수 입력 속성에 대한 정보를 관리하는 테이블이고, 엔터티 속성(Entity Attribute) 테이블은 옵션 속성에 대한 정보를 관리하는 테이블이고, 엔터티 분류(Entity Hierarchy) 테이블은 데이터를 분류하기 위한 속성 정보를 관리하는 테이블이고, 엔터티 다국어(Entity Attribute M) 테이블은 다국어 관리가 필요한 속성 정보를 관리하는 테이블이고, 엔터티 제어(Entity Control) 테이블은 실제 데이터의 변경 및 승인완료 여부 등을 관리하는 테이블이고, 엔터티 검색 (Entity Search) 테이블은 엔터티 베이스 테이블, 엔터티 속성 테이블, 엔터티 분류 테이블의 연결 정보를 관리하는 테이블이다.The Entity Base table is a table that manages information about required input attributes, the Entity Attribute table is a table that manages information about optional attributes, and the Entity Hierarchy table categorizes data To manage attribute information, the entity multi-language (Entity Attribute M) table is a table that manages attribute information that requires multi-language management, and the entity control table manages whether actual data changes and approval is completed. Table and search for entities The (Entity Search) table is a table that manages connection information of the entity base table, entity attribute table, and entity classification table.

엔터티 베이스(Entity Base) 테이블, 엔터티 속성(Entity Attribute) 테이블, 엔터티 분류(Entity Hierarchy) 테이블, 엔터티 다국어(Entity Attribute M) 테이블을 통해 실제 데이터가 구성될 수 있으며, 엔터티 검색 (Entity Search) 테이블은 실제 데이터와 동기화된 테이블일 수 있다.Entity Base table, Entity Attribute table, Entity Hierarchy table, and Entity Attribute M table can be used to organize actual data and search for entities The (Entity Search) table may be a table synchronized with actual data.

엔터티 제어(Entity Control) 테이블은 최소화로 관리될 수 있다.The entity control table can be managed with minimal.

관리 테이블을 통해 데이터를 관리하는데 있어, 사용자 접점 테이블인 엔터티 베이스 테이블, 엔터티 검색 테이블을 기준으로, 유의미한 테이블 및 컬럼 명을 사용하여 직관적으로 정보의 구분이 가능할 수 있다.In managing data through the management table, it is possible to intuitively classify information using meaningful table and column names based on the user contact table, the entity base table and the entity search table.

또한, 관리 테이블에 대한 구조를 변경하지 않아도, 데이터베이스의 종류에 상관 없이, Oracle, MS/SQL, Maria 등의 데이터베이스에 관리 테이블의 적용이 가능할 수 있다.Also, even if the structure of the management table is not changed, the management table may be applied to databases such as Oracle, MS/SQL, and Maria, regardless of the type of database.

또한, 설정(Setup)을 기준으로 관리 테이블이 생성되어, 필요 속성만 관리될 수 있다.In addition, a management table is generated based on a setup, and only necessary attributes can be managed.

또한, 관리 테이블은 엔터티(Entity) 별 6개의 테이블로 관리되므로, 테이블 관리 비용이 최소화될 수 있다.In addition, since the management table is managed by 6 tables per entity, table management cost can be minimized.

또한, 별도의 동기화된 엔터티 검색 테이블을 제공하여, 일정한 조회 속도를 보장할 수 있다.In addition, by providing a separate synchronized entity search table, it is possible to guarantee a constant inquiry speed.

데이터 관리 시스템(200)은 MDM(Master Data Management) 데이터 관리 시, MDM Admin 단계, 자동화 Tool 단계, 데이터 사용자 단계 등의 절차를 통해 데이터를 관리할 수 있다.The data management system 200 may manage data through procedures such as an MDM Admin step, an Automation Tool step, and a data user step when managing MDM (Master Data Management) data.

MDM Admin 단계에서는 기준 정보가 설정(Setup)될 수 있는데, 엔터티(Entity)(예를 들면, 제품), 업무/속성 그룹, 속성(용어사전 포함), 도메인, 속성 업무 규칙, 엔터티(Entity) 유일성 조건, 분류체계/조직. 데이터 관리 권한, 데이터 사용 승인, 사용자 인터페이스 관련 설정(Setup), 검색 속성, 속성 화면 배치 등의 기준 정보가 설정될 수 있으며, 기준 정보의 설정을 통해 검색 조건이 설정될 수 있다.In the MDM Admin step, the reference information can be set (Entity), entity (for example, product), business/attribute group, attribute (including glossary), domain, attribute business rule, entity uniqueness Conditions, classification system/organization. Reference information such as data management authority, data use approval, user interface related setup (Setup), search property, property screen arrangement may be set, and search conditions may be set through setting of the reference information.

자동화 Tool 단계에서는 테이블과 사용자 인터페이스가 자동으로 생성될 수 있는데, 테이블 자동 생성에 있어, 물리적인 데이터 보관용 테이블을 생성할 수 있고, 사용자 인터페이스 자동 생성에 있어, Menu, Menu Role을 생성할 수 있다.Table and user interface can be automatically generated in the automation tool stage. In automatic table creation, a table for physical data storage can be created. In automatic user interface creation, menu and menu roles can be created. .

데이터 사용자 단계에서는 데이터가 관리될 수 있는데, 자동 생성된 사용자 인터페이스, 권한 정보 등을 참조하여 사용자가 데이터를 관리(다운로드/업로드 기능 포함)할 수 있도록, 데이터 관리 서비스를 제공할 수 있다. In the data user stage, data may be managed, and a data management service may be provided so that a user can manage data (including a download/upload function) by referring to an automatically generated user interface, authorization information, and the like.

데이터 관리 시스템(200)은 데이터 관리 서비스 제공 시, 데이터 관리를 위한 다양한 기능을 제공할 수 있는데, 데이터 관리(신규/변경), 암/복호화, 데이터 일괄 업로드, 데이터 다운로드, 데이터 업무 영역별 관리 등의 다양한 기능을 제공할 수 있다.When providing a data management service, the data management system 200 may provide various functions for data management, such as data management (new/change), encryption/decryption, data batch upload, data download, management by data work area, etc. It can provide various functions.

데이터 관리 시스템(200)은 사용자 단말(100)에서 실제 데이터에 대한 조회가 요청되면, 엔터티 제어 테이블을 통해 실제 데이터 변경 여부, 데이터 사용 승인 여부, 데이터 동기화 여부 등을 확인하고, 실제 데이터와 동기화된 테이블인 엔터티 검색 테이블을 통해 실제 데이터를 사용자 단말(100)로 제공할 수 있다.The data management system 200 checks whether the actual data is changed, whether to use the data, whether to use the data, whether to synchronize the data, etc. through the entity control table when the user terminal 100 is requested to query the actual data, and synchronized with the actual data Actual data may be provided to the user terminal 100 through an entity search table, which is a table.

도 3은 본 발명의 일 실시예에 따른 데이터 관리 시스템(200)의 구성을 도시한 블록도이다.3 is a block diagram showing the configuration of a data management system 200 according to an embodiment of the present invention.

도 3을 참조하면, 데이터 관리 시스템(200)은 엔터티 제어부(210), 엔터티 검색부(220) 및 데이터 관리부(230)를 포함할 수 있다.Referring to FIG. 3, the data management system 200 may include an entity control unit 210, an entity search unit 220, and a data management unit 230.

엔터티 제어부(210)는 엔터티 제어(Entity Control) 테이블을 관리할 수 있으며, 엔터티 검색부(220)는 엔터티 검색(Entity Search) 테이블을 관리할 수 있으며, 데이터 관리부(230)는 엔터티 베이스(Entity Base) 테이블, 엔터티 속성(Entity Attribute) 테이블, 엔터티 분류(Entity Hierarchy) 테이블 및 엔터티 다국어(Entity Attribute M) 테이블로 구성된 실제 데이터를 관리할 수 있다.The entity control unit 210 may manage the entity control table, the entity search unit 220 may manage the entity search table, and the data management unit 230 may include the entity base ) You can manage the actual data consisting of a table, an entity attribute table, an entity classification table, and an entity multi-language (Entity Attribute M) table.

이하에서는, 엔터티 제어부(210), 엔터티 검색부(220) 및 데이터 관리부(230)의 기능을, 동기화 테이블을 통해 실제 데이터를 제공하는 과정 순으로 설명하기로 한다.Hereinafter, functions of the entity control unit 210, the entity search unit 220, and the data management unit 230 will be described in the order of providing actual data through a synchronization table.

도 4는 본 발명의 일 실시예에 따른 동기화 테이블을 통해 실제 데이터를 제공하는 과정을 도시한 도면이다.4 is a diagram showing a process of providing actual data through a synchronization table according to an embodiment of the present invention.

도 4를 참조하면, 데이터 관리 시스템(200)은 사용자 단말(100)로 실제 데이터를 관리하기 위한 작업 페이지를 제공할 수 있으며, 사용자 단말(100)에는 실제 데이터 관리 화면이 표시될 수 있다.Referring to FIG. 4, the data management system 200 may provide a work page for managing actual data with the user terminal 100, and an actual data management screen may be displayed on the user terminal 100.

① 데이터 검색 요청 단계에서, 사용자 단말(100)은 실제 데이터 관리 화면(예를 들면, 30개 속성) 상에서 데이터 조회를 요청할 수 있으며, 엔터티 제어부(210)는 사용자 단말(100)로부터 데이터 검색 요청을 수신할 수 있다.① In the data search request step, the user terminal 100 may request data search on an actual data management screen (for example, 30 attributes), and the entity control unit 210 may request a data search from the user terminal 100. I can receive it.

② 실제 데이터 변경 여부 확인 단계에서, 엔터티 제어부(210)는 엔터티 제어 테이블을 통해 실제 데이터의 변경 여부를 확인할 수 있다.② In the step of checking whether the actual data has been changed, the entity control unit 210 may check whether the actual data has been changed through the entity control table.

엔터티 제어 테이블을 통해 실제 데이터의 변경 여부를 확인한 결과, 실제 데이터가 변경되지 않은 것으로 확인되면, ③ 데이터 사용 승인 여부 확인 단계에서, 엔터티 제어부(210)는 엔터티 제어 테이블을 통해 데이터 사용 승인 여부를 확인할 수 있다.As a result of confirming whether the actual data has been changed through the entity control table, if it is determined that the actual data has not been changed, in the step of confirming whether to use the data, the entity control unit 210 confirms whether to approve the data using the entity control table Can be.

엔터티 제어 테이블을 통해 데이터 사용 승인 여부를 확인한 결과, 데이터 사용이 승인된 것으로 확인되면, ④ 데이터 동기화 여부 확인 단계에서, 엔터티 제어부(210)는 엔터티 제어 테이블을 통해 데이터 동기화 여부를 확인할 수 있다.As a result of confirming whether or not to use the data through the entity control table, it is confirmed that the use of the data is approved. ④ In the data synchronization check step, the entity control unit 210 may check whether the data is synchronized through the entity control table.

즉, 사용자 단말(100)의 실제 데이터 관리 화면 상에서 실제 데이터에 대한 조회가 요청되면, 엔터티 제어부(210)는 엔터티 제어 테이블을 통해 실제 데이터 변경 여부, 데이터 사용 승인 여부, 데이터 동기화 여부 등을 확인할 수 있다.That is, when a query for the actual data is requested on the actual data management screen of the user terminal 100, the entity control unit 210 may check whether the actual data is changed, whether to use the data, whether to use the data, or not, through the entity control table. have.

엔터티 제어 테이블을 통해 데이터 동기화 여부를 확인한 결과, 엔터티 검색 테이블이 실제 데이터와 동기화된 것으로 확인되면, 엔터티 검색부(220)는 엔터티 검색 테이블을 통해 조회 요청된 데이터를 검색할 수 있으며, ⑧ 검색 데이터 전송 단계에서, 검색된 데이터를 사용자 단말(100)로 전송할 수 있다.As a result of checking whether data is synchronized through the entity control table, if it is determined that the entity search table is synchronized with the actual data, the entity search unit 220 can search the requested data through the entity search table, and ⑧ search data In the transmitting step, the searched data may be transmitted to the user terminal 100.

즉, 엔터티 검색 테이블이 실제 데이터와 동기화되어 있는 상태이면, 데이터 검색 요청에 의해 바로 엔터티 검색 테이블로 접근 가능하며, 엔터티 검색 테이블을 통해 실제 데이터를 사용자 단말(100)로 제공할 수 있다.That is, when the entity search table is in synchronization with the actual data, the entity search table can be directly accessed by a data search request, and the actual data can be provided to the user terminal 100 through the entity search table.

엔터티 검색 테이블은 실제 데이터와 동기화된 엔터티 동기화 테이블이며, 실제 데이터를 기반으로 만들어진 가상 테이블인 뷰(View)로 구성될 수 있다.The entity search table is an entity synchronization table synchronized with real data, and may be configured with a view, which is a virtual table created based on real data.

즉, 엔터티 검색 테이블은 저장장치 내에 물리적으로 존재하지 않지만, 논리적으로만 존재하면서도 실제 데이터와 동일하게 사용될 수 있는 가상 테이블인 뷰(View)로, 어드레스 포인트(Address Point) 정보를 포함할 수 있다.That is, the entity lookup table is a view that is a virtual table that does not exist physically in the storage device but exists only logically and can be used in the same way as the actual data, and may include address point information.

엔터티 검색 테이블은 실제 데이터의 속성(예를 들면, 30대 속성)에 대한 동기화 테이블로, 관련 속성 정보(엔터티 베이스 테이블, 엔터티 분류 테이블 등)를 어드레스 포인트 정보로만 가지고 있을 수 있다.The entity search table is a synchronization table for attributes of actual data (for example, attributes in the 30s), and may have relevant attribute information (entity base table, entity classification table, etc.) only as address point information.

엔터티 검색 테이블은 엔터티 속성(Entity Attribute) 테이블에서 검색 조건으로 설정된 속성 값을 레코드(Record)로 변환한 정보를 포함할 수 있는데, 예를 들어, MDM ID, 식별코드, MDM 조직 코드, 분류체계ID 정보 등을 포함할 수 있다.The entity search table may include information obtained by converting an attribute value set as a search condition in the entity attribute table into a record, for example, MDM ID, identification code, MDM organization code, classification system ID Information, and the like.

엔터티 제어 테이블을 통해 데이터 동기화 여부를 확인한 결과, 엔터티 검색 테이블이 실제 데이터와 동기화되지 않은 것으로 확인되면, ⑤ Data Builder 호출 단계에서, 데이터 관리부(230)는 데이터 빌더(Data Builder)를 호출할 수 있으며, ⑥ 동기화를 위해 실제 데이터 정보 획득 단계에서, 데이터 관리부(230)는 엔터티 베이스 테이블, 엔터티 속성 테이블, 엔터티 분류 테이블 및 엔터티 다국어 테이블로 구성된 실제 데이터에서, 엔터티 검색 테이블과의 동기화를 위해 실제 데이터 정보를 획득할 수 있다.As a result of checking whether the data is synchronized through the entity control table, if it is confirmed that the entity search table is not synchronized with the actual data, ⑤ in the Data Builder call step, the data management unit 230 may call the Data Builder, , ⑥ In the step of acquiring the actual data information for synchronization, the data management unit 230 uses actual data information for synchronization with the entity search table in the actual data consisting of the entity base table, the entity attribute table, the entity classification table, and the entity multilingual table. Can be obtained.

⑦ 데이터 동기화 단계에서, 엔터티 검색부(220)는 데이터 관리부(230)에서 획득한 실제 데이터 정보를 기초로, 엔터티 검색 테이블과의 데이터 동기화를 수행할 수 있다.⑦ In the data synchronization step, the entity search unit 220 may perform data synchronization with the entity search table based on actual data information acquired by the data management unit 230.

엔터티 검색 테이블과 실제 데이터의 동기화 수행이 완료되면, 엔터티 제어부(210)는 엔터티 검색 테이블의 동기화 정보를 엔터티 제어 테이블에 저장할 수 있으며, 추후 엔터티 제어 테이블에 저장된 동기화 정보를 이용하여 데이터 동기화 여부를 확인할 수 있다.When the synchronization of the entity search table and the actual data is completed, the entity control unit 210 may store synchronization information of the entity search table in the entity control table, and later check whether data is synchronized using the synchronization information stored in the entity control table. Can be.

데이터 동기화 여부를 확인하여, 데이터 동기화가 되어 있지 않으면, 실제 데이터 정보를 획득하여 엔터티 검색 테이블과의 데이터 동기화를 수행하는 데이터 동기화 과정은 반복적으로 수행될 수 있는데, ⑪ Scheduler에 의해 반복 수행 단계에서, 데이터 관리 시스템(200)의 스케줄러(Schedule)에 의해 데이터 동기화 과정이 주기적으로 반복하여 수행될 수 있다.Checking whether the data is synchronized or not, if the data is not synchronized, the data synchronization process of obtaining the actual data information and performing data synchronization with the entity search table can be performed repeatedly. 에서 In the iterative execution step by the scheduler, The data synchronization process may be periodically repeated by the scheduler of the data management system 200.

사용자 단말(100)의 실제 데이터 관리 화면 상에서, 데이터 검색 이외에, 데이터 신규 등록, 데이터 변경 등의 작업이 요청될 수 있는데, 데이터 신규 등록 및 데이터 변경은 엔터티 제어 테이블과 실제 데이터의 물리적인 테이블에 바로 저장될 수 있다.On the actual data management screen of the user terminal 100, in addition to data retrieval, operations such as new data registration and data change may be requested. Data new registration and data change are directly applied to the entity control table and the physical table of actual data. Can be saved.

즉, 사용자 단말(100)로부터 데이터 변경이 요청되면, ⑨ 실제 데이터 변경 정보 알림 단계에서, 엔터티 제어부(210)는 실제 데이터의 변경 정보를 엔터티 제어 테이블에 저장할 수 있으며, ⑩ 실제 데이터 변경 딘계에서, 데이터 관리부(230)는 실제 데이터를 변경하여, 엔터티 베이스 테이블, 엔터티 속성 테이블, 엔터티 분류 테이블 및 엔터티 다국어 테이블 중 적어도 하나에 변경된 정보를 저장할 수 있다.That is, when data change is requested from the user terminal 100, ⑨ in the actual data change information notification step, the entity control unit 210 may store the change information of the actual data in the entity control table, and ⑩ in the real data change Dean system, The data management unit 230 may change the actual data to store the changed information in at least one of the entity base table, the entity attribute table, the entity classification table, and the entity multilingual table.

본 발명의 일 실시예에 따르면, 사용자 단말(100)의 실제 데이터 관리 화면 상에서 데이터 조회 시, 엔터테 제어 테이블을 통해 실제 데이터 변경 여부, 데이터 사용 승인 여부, 데이터 동기화 여부 등을 확인하고, 동기화 테이블인 엔터티 검색 테이블을 통해 실제 데이터를 사용자 단말(100)로 제공할 수 있다.According to an embodiment of the present invention, when querying data on the actual data management screen of the user terminal 100, it is checked whether the actual data is changed, whether to use data, whether to use data, whether to synchronize data, etc. The actual data may be provided to the user terminal 100 through the in-entity search table.

도 5는 본 발명의 일 실시예에 따른 데이터 업로드의 처리 과정을 도시한 도면이다.5 is a diagram illustrating a process of uploading data according to an embodiment of the present invention.

도 5를 참조하면, 데이터 관리 시스템(200)은 메타(Meta) 정보를 저장하는 데이터베이스를 별도로 구비하고 있으며, ① 개인별 양식 Meta 정보 전송 단계에서, 데이터 관리 시스템(200)은 개인별 양식 메타 정보를 사용자 단말(100)로 전송할 수 있다.Referring to FIG. 5, the data management system 200 is separately provided with a database for storing meta information, and ① in the step of transmitting individual form meta information, the data management system 200 uses individual form meta information. It can be transmitted to the terminal 100.

사용자 단말(100)은 데이터 업로드를 위한 작업 페이지를 데이터 관리 시스템(200)으로부터 제공받아 화면에 표시할 수 있으며, 데이터 업로드 작업 페이지에는 자동 생성된 사용자 인터페이스가 포함될 수 있다.The user terminal 100 may receive a job page for data upload from the data management system 200 and display it on the screen, and the data upload job page may include an automatically generated user interface.

② Upload format을 내려 받음 단계에서, 사용자 단말(100)은 업로드 포맷을 요청하여, 다운받을 수 있으며, ③ 내려 받은 양식에 데이터 준비 단계에서, 사용자 단말(100)은 다운받은 업로드 포맷 양식에 맞게 데이터를 준비할 수 있다.② In the step of downloading the upload format, the user terminal 100 may request and download the upload format, and ③ in the data preparation step of the downloaded form, the user terminal 100 may select the upload format according to the downloaded data. Can prepare.

④ 데이터 Upload 단계에서, 사용자 단말(100)은 데이터 업로드를 요청할 수 있으며, ⑤ Entity 데이터 처리(생성/변경) API를 호출하여 데이터 일괄 처리 함 단계에서, 데이터 관리 시스템(200)은 데이터 저장을 위해 별도로 구비된 데이터베이스에 업로드 요청된 데이터를 일괄 처리하여 저장할 수 있다.④ In the data upload step, the user terminal 100 may request data upload, and ⑤ in the step of batch processing the data by calling the Entity data processing (creation/change) API, the data management system 200 for data storage The requested data can be batch processed and stored in a separate database.

데이터 관리 시스템(200)은 일괄 데이터 처리를 위해, 엔터티(Entity)별 별도의 화면을 자동 생성하여 사용자 단말(100)로 제공할 수 있다.The data management system 200 may automatically generate a separate screen for each entity and provide it to the user terminal 100 for batch data processing.

개인별 업로드(Upload) 양식은 설정(Setup)된 엔터티(Entity)의 속성 정보를 기준으로, 컬럼 업로드(Upload) 순서 및 속성 개수가 임의로 정의될 수 있다.In the individual upload form, the column upload order and the number of properties may be arbitrarily defined based on the property information of an established entity.

사용자 단말(100)의 화면으로 데이터가 업로드된 후에는 일반 화면과 동일하게 업로드된 데이터를 추가, 수정, 삭제 등 변경할 수 있다.After the data is uploaded to the screen of the user terminal 100, the uploaded data can be added, modified, deleted, and the like as in the normal screen.

데이터 확인(Validation)은 엔터티(Entity) 속성에 정의한 업무규칙과 동일하게 적용될 수 있으며, 속성 관리 화면과 동일한 확인(Validation) 과정을 수행할 수 있고, 속성 정의에 따라 확인(Validation)된 값만 삽입 가능할 수 있다.Data validation can be applied in the same way as the business rules defined in the entity properties, and the same validation process as the property management screen can be performed, and only the value validated according to the property definition can be inserted. Can be.

본 발명의 일 실시예에 따르면, 개인별로 업로드(Upload) 양식을 적용하여 일괄적으로 데이터를 처리할 수 있으며, 데이터의 일괄 생성, 데이터의 일괄 변경이 가능할 수 있다.According to an embodiment of the present invention, data can be collectively processed by applying an upload form for each individual, and it is possible to collectively generate data and collectively change data.

도 6은 본 발명의 일 실시예에 따른 데이터 다운로드의 처리 과정을 도시한 도면이다.6 is a diagram illustrating a process of downloading data according to an embodiment of the present invention.

도 6을 참조하면, ① 검색 조건 입력 및 Download 양식 선택 단계에서, 사용자 단말(100)에 검색 조건이 입력되고, 다운로드(Download) 양식이 선택될 수 있다.Referring to FIG. 6, ① in the search condition input and download form selection step, the search conditions are input to the user terminal 100, and a download form may be selected.

데이터 관리 시스템(200)은 메타(Meta) 정보를 저장하는 데이터베이스와 데이터 조회를 위한 데이터베이스를 별도로 구비하고 있으며, ② Download 양식의 Meta 정보 전송 단계에서, 데이터 관리 시스템(200)은 메타(Meta) 정보 데이터베이스에서 다운로드(Download) 양식의 메타(Meta) 정보를 사용자 단말(100)로 전송할 수 있으며, ② 검색 조건에 맞게 데이터 전송 단계에서, 데이터 관리 시스템(200)은 데이터 조회 데이터베이스에서 검색 조건에 따른 데이터를 사용자 단말(100)로 전송할 수 있다.The data management system 200 is separately provided with a database for storing meta information and a database for data inquiry. ② In the step of transmitting meta information in the download form, the data management system 200 includes meta information. Meta information in a download form from the database may be transmitted to the user terminal 100, and ② in the data transmission step in accordance with the search conditions, the data management system 200 performs data according to the search conditions in the data inquiry database. To the user terminal 100.

③ 데이터 Download 단계에서, 사용자 단말(100)은 데이터 관리 시스템(200)으로부터 수신된 데이터를 다운로드(Download) 할 수 있다.③ In the data download step, the user terminal 100 may download data received from the data management system 200.

데이터 다운로드를 위한 속성 정의 시, 검색 조건으로 등록된 모든 조건을 사용할 수 있으므로, 조회 조건에 따라 다양한 형태의 결과를 얻을 수 있으며, 검색 조건의 일관성을 유지하기 위해, 엔터티(Entity) 그룹 조회 화면과 동일하게 구성된 화면을 자동으로 생성할 수 있다.When defining attributes for data download, all conditions registered as search conditions can be used, so various types of results can be obtained according to the search conditions, and to maintain the consistency of search conditions, the Entity Group inquiry screen and The same configured screen can be automatically generated.

다운로드(Download) 양식도 업로드(Upload) 양식과 같이, 개인별로 적용 가능하고, 공용으로 전화하여 사용할 수도 있다.Like the Upload form, the Download form is applicable to each individual, and can be used by calling the public.

다운로드(Download)되는 데이터에도 데이터 관리 권한이 일관되게 적용되며, 권한이 없으면 데이터 조회가 불가능하게 처리할 수 있다.Data management authority is consistently applied to downloaded data, and without authority, data inquiry is impossible.

본 발명의 일 실시예에 따르면, 검색 조건의 설정(Setup)을 활용하여, 그리드(Grid) 형태로 조회된 데이터를 일괄적으로 다운로드(Download) 할 수 있다.According to an embodiment of the present invention, by using the setup of search conditions (Setup), it is possible to collectively download (Download) the searched data in the form of a grid.

도 7은 본 발명의 다른 실시예에 따른 동기화 테이블을 통해 실제 데이터를 제공하는 과정을 도시한 도면이다.7 is a diagram illustrating a process of providing actual data through a synchronization table according to another embodiment of the present invention.

도 7을 참조하면, 데이터 관리 시스템(200)은 사용자 단말(100)로 실제 데이터를 관리하기 위한 작업 페이지를 제공할 수 있으며, 사용자 단말(100)에는 실제 데이터 관리 화면이 표시될 수 있다.Referring to FIG. 7, the data management system 200 may provide a work page for managing actual data with the user terminal 100, and the actual data management screen may be displayed on the user terminal 100.

① 데이터 검색 요청 또는 실제 데이터 변경 요청 단계에서, 사용자 단말(100)은 실제 데이터 관리 화면 상에서 데이터 조회를 요청하거나, 실제 데이터 변경을 요청할 수 있으며, 데이터 관리 시스템(200)은 사용자 단말(100)로부터 데이터 검색 요청 또는 실제 데이터 변경 요청을 수신할 수 있다.① In the data retrieval request or actual data change request step, the user terminal 100 may request data inquiry on the actual data management screen, or request to change the actual data, and the data management system 200 may receive a request from the user terminal 100. A request for data retrieval or an actual data change request can be received.

② 데이터 변경 상태, 데이터 동기화 여부, 데이터 사용승인 완료 확인 단계에서, 데이터 관리 시스템(200)은 엔터티 제어 테이블을 통해 데이터 변경 상태, 데이터 동기화 여부, 데이터 사용승인 완료 여부 등을 확인할 수 있다.② In the data change status, data synchronization status, and data usage approval completion confirmation step, the data management system 200 may check data change status, data synchronization status, data usage approval completion, etc. through the entity control table.

엔터티 제어 테이블을 통해 데이터 동기화 여부를 확인한 결과, 엔터티 검색 테이블이 실제 데이터와 동기화된 것으로 확인되면, 데이터 관리 시스템(200)은 실제 데이터와 동기화된 테이블인 검색 조건 테이블을 통해 조회 요청된 데이터를 검색할 수 있으며, ④ 검색 데이터 전송 단계에서, 검색된 데이터를 사용자 단말(100)로 전송할 수 있다.As a result of checking whether data is synchronized through the entity control table, when it is determined that the entity search table is synchronized with the actual data, the data management system 200 searches for the requested data through the search condition table, which is a table synchronized with the actual data. In the step of transmitting search data, the searched data may be transmitted to the user terminal 100.

엔터티 제어 테이블을 통해 데이터 동기화 여부를 확인한 결과, 엔터티 검색 테이블이 실제 데이터와 동기화되지 않은 것으로 확인되면, 데이터 관리 시스템(200)은 데이터 빌더(Data Builder)를 호출하여, 엔터티 베이스 테이블, 엔터티 속성 테이블, 엔터티 분류 테이블 및 엔터티 다국어 테이블로 구성된 실제 데이터에서, 데이터 동기화를 위해 실제 데이터 정보를 획득할 수 있다.As a result of checking whether the data is synchronized through the entity control table, when it is determined that the entity search table is not synchronized with the actual data, the data management system 200 calls the data builder, the entity base table, and the entity attribute table , From actual data consisting of an entity classification table and an entity multilingual table, real data information may be obtained for data synchronization.

③ 데이터 동기화 단계에서, 데이터 관리 시스템(200)은 데이터 동기화를 위해 획득한 실제 데이터 정보를 기초로, 검색 조건 테이블과의 데이터 동기화를 수행할 수 있다.③ In the data synchronization step, the data management system 200 may perform data synchronization with the search condition table based on actual data information acquired for data synchronization.

데이터 관리 시스템(200)은 사용자 단말(100)로 데이터 사용 승인을 위한 작업 페이지를 제공할 수 있으며, 데이터 사용 승인을 위한 작업 페이지 상에서 업무 영역별 데이터 사용 승인이 완료(예를 들면, 과거에 대한 승인)되면, ⑤ 업무 영역별 데이터 사용 승인 완료 단계에서, 데이터 관리 시스템(200)은 데이터 사용 승인 완료 정보를 엔터티 제어 테이블에 저장할 수 있으며, 추후 엔터티 제어 테이블에 저장된 데이터 사용 승인 완료 정보를 이용하여 데이터 사용 승인 여부를 확인할 수 있다.The data management system 200 may provide a work page for approval of data use to the user terminal 100, and data use approval for each work area is completed on the work page for data use approval (eg, for the past Once approved), ⑤ In the data usage approval completion step for each work area, the data management system 200 may store the data usage approval completion information in the entity control table, and later use the data usage approval completion information stored in the entity control table. You can check whether or not to use the data.

사용자 단말(100)의 실제 데이터 관리 화면 상에서 실제 데이터 변경이 요청되면, 데이터 관리 시스템(200)은 실제 데이터를 변경하여, 엔터티 베이스 테이블, 엔터티 속성 테이블, 엔터티 분류 테이블 및 엔터티 다국어 테이블 중 적어도 하나에 변경된 정보를 저장할 수 있고, 데이터 변경 상태 동기화 정보를 엔터티 제어 테이블에 저장할 수 있으며, 추후 엔터티 제어 테이블에 저장된 데이터 변경 상태 동기화 정보를 이용하여 데이터 변경 상태 여부를 확인할 수 있다.When an actual data change is requested on the actual data management screen of the user terminal 100, the data management system 200 changes the actual data to at least one of the entity base table, the entity attribute table, the entity classification table, and the entity multilingual table. The changed information can be stored, data change status synchronization information can be stored in the entity control table, and data change status synchronization information stored in the entity control table can be checked later.

사용자 단말(100)의 데이터 사용 승인을 위한 작업 페이지 상에서, 업무 영역별로 결재선 적용이 가능하며, 업무 영역별로 적용되는 결재선 정보는 MDM 제어 옵션에 설정할 수 있다.On the work page for approval of data use of the user terminal 100, payment lines can be applied for each work area, and payment line information applied for each work area can be set in the MDM control option.

데이터 관리 시스템(200)은 엔터티 제어 테이블을 통해 업무 영역별로 데이터 변경 상태, 데이터 동기화 여부, 데이터 사용승인 완료 여부를 관리할 수 있다.The data management system 200 may manage data change status, data synchronization status, and data usage approval completion for each work area through the entity control table.

데이터 관리 시스템(200)은 데이터 빌더(Data Builder)를 호출하여, 데이터 빌더에 의해 엔터티 제어, 검색 및 실제 데이터인 엔터티 관리용 테이블에 대한 데이터 동기화를 관리할 수 있다.The data management system 200 may call a data builder, and manage data synchronization for the entity control, search, and real data management table by the data builder.

실제 데이터인 엔터티 관리용 테이블과 엔터티 제어 테이블 간의 상호 동기화는 데이터 조회, 데이터 사용 승인 및 데이터 빌더 호출로 인한 프로세스 수행 시 마다 수행되어, 엔터티 제어 테이블에 동기화 정보를 갱신하여 저장할 수 있다.Inter-synchronization between the entity management table, which is the actual data, and the entity control table is performed each time a process is executed due to data inquiry, data usage approval, and data builder call, and synchronization information can be updated and stored in the entity control table.

데이터 관리 시스템(200)은 데이터 동기화와 데이터 사용 승인이 완료되면, 엔터티 제어 테이블의 부하를 줄이기 위해, 관련 제어 정보를 처리한 후 엔터티 제어 테이블에서 삭제할 수 있으며, 자동화 프로세스에 의해 실제 데이터의 변경 이력을 별도로 저장할 수 있다.When data synchronization and data use approval is completed, the data management system 200 may process related control information and delete it from the entity control table to reduce the load on the entity control table, and the history of actual data change by the automation process Can be stored separately.

이와 같이, 본 발명의 일 실시예에 따르면, 동기화 테이블을 통해 실제 데이터를 제공하는 방법은 데이터 관리에 대한 구조 변경 없이, 다양한 종류의 데이터베이스에 적용 가능하며, Oracle, MS/SQL, Maria 등의 데이터베이스에도 구조 변경 없이 적용 가능한 바, 데이터 관리 서비스의 사용성이 증대될 수 있다.As described above, according to an embodiment of the present invention, a method of providing actual data through a synchronization table can be applied to various types of databases without changing the structure of data management, and databases such as Oracle, MS/SQL, Maria, etc. Edo can be applied without changing the structure, so the usability of the data management service can be increased.

또한, 본 발명의 일 실시예에 따르면, 설정(Setup) 기반으로 필요한 속성만 동적으로 테이블이 생성되어, 엔터티(Entity) 별로 최대 6개의 테이블로 데이터를 관리할 수 있으므로, 데이터 관리 비용이 최소화 될 수 있다.In addition, according to an embodiment of the present invention, a table is dynamically generated only for required attributes based on setup, so that data can be managed by up to six tables per entity, thus minimizing data management costs. Can be.

또한, 본 발명의 일 실시예에 따르면, 엔터티 제어 테이블과 엔터티 검색 테이블을 제공하여, 일반 속성 n개를 1개의 레코드(Record)로 전환하고, 베이스(Base) 속성과 분류(Hierarchy) 속성 데이터를 연결하여 제공하고, 모든 데이터의 변경 정보를 엔터티 제어 테이블에서 최소 정보로 관리하고, 데이터 동기화 및 승인 완료 시 엔터티 제어 테이블에서 관련 정보를 삭제함으로써, 데이터 조회 성능을 개선하여, 최적화된 데이터 검색 서비스를 제공할 수 있다.In addition, according to an embodiment of the present invention, by providing an entity control table and an entity search table, n general attributes are converted into one record, and Base attribute and Hierarchy attribute data are converted. Provides connection, manages all data change information with minimum information in the entity control table, and deletes related information from the entity control table when data synchronization and approval is completed, thereby improving data search performance and providing optimized data search service. Can provide.

또한, 본 발명의 일 실시예에 따르면, 실제 데이터를 관리하는 6개의 테이블과 테이블 데이터를 관리하는 메커니즘을 구비하고, 데이터 관리의 구조 변경 없이 어떠한 데이터베이스에 적용 가능하여, MDM 설치 시 설정(Setup)을 통해 조정 할 수 있으며, 속성의 특성 별로 엔터티 베이스 테이블, 엔터티 속성 테이블, 엔터티 분류 테이블 및 엔터티 다국어 테이블인 4개의 테이블로 데이터를 관리하고, 2개의 엔터티 제어 테이블과 엔터티 검색 테이블을 분리하여 운영함으로써, 데이터 관리의 성능을 향상시킬 수 있다.In addition, according to an embodiment of the present invention, it is provided with six tables for managing actual data and a mechanism for managing table data, and can be applied to any database without changing the structure of data management. It can be adjusted through and manages data with four tables, the entity base table, the entity attribute table, the entity classification table, and the entity multilingual table for each attribute of the attribute, and operates by separating the two entity control tables and the entity search table , Can improve the performance of data management.

또한, 본 발명의 일 실시예에 따르면, 모든 관리 프로세스가 단일 프로세스로 운영됨으로써, 신규 프로세스 적용 및 변경이 용이한 구조를 가지며, MDM 시스템 구축 시 시스템 변경 최소화로 데이터 정비에 주력할 수 있다.In addition, according to an embodiment of the present invention, since all management processes are operated as a single process, a new process can be easily applied and changed, and when building an MDM system, it is possible to focus on data maintenance by minimizing system changes.

전술한 본 발명의 설명은 예시를 위한 것이며, 본 발명이 속하는 기술분야의 통상의 지식을 가진 자는 본 발명의 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 쉽게 변형이 가능하다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다. 예를 들어, 단일형으로 설명되어 있는 각 구성 요소는 분산되어 실시될 수도 있으며, 마찬가지로 분산된 것으로 설명되어 있는 구성 요소들도 결합된 형태로 실시될 수 있다.The above description of the present invention is for illustration only, and a person having ordinary knowledge in the technical field to which the present invention pertains can understand that it can be easily modified to other specific forms without changing the technical spirit or essential features of the present invention. will be. Therefore, it should be understood that the above-described embodiments are illustrative in all respects and not restrictive. For example, each component described as a single type may be implemented in a distributed manner, and similarly, components described as distributed may be implemented in a combined form.

본 발명의 범위는 후술하는 특허청구범위에 의하여 나타내어지며, 특허청구범위의 의미 및 범위 그리고 그 균등 개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 발명의 범위에 포함되는 것으로 해석되어야 한다.The scope of the present invention is indicated by the following claims, and all changes or modifications derived from the meaning and scope of the claims and their equivalent concepts should be interpreted to be included in the scope of the present invention.

100 : 사용자 단말
200 : 데이터 관리 시스템
210 : 엔터티 제어부
220 : 엔터티 검색부
230 : 데이터 관리부
100: user terminal
200: data management system
210: entity control
220: entity search unit
230: data management department

Claims (12)

데이터 관리 시스템에서 동기화 테이블을 통해 데이터를 제공하기 위한 방법에 있어서,
(a) 사용자 단말로부터 데이터 조회가 요청되면, 엔터티 제어(Entity Control) 테이블을 통해 데이터 동기화 여부를 확인하는 단계; 및
(b) 데이터 동기화 여부의 확인 결과, 엔터티 검색(Entity Search) 테이블이 실제 데이터와 동기화된 것으로 확인되면, 상기 엔터티 검색 테이블을 통해 상기 조회 요청된 데이터를 검색하여, 상기 검색된 데이터를 상기 사용자 단말로 전송하는 단계를 포함하고,
상기 (a) 단계는,
상기 엔터티 제어 테이블을 통해 상기 실제 데이터의 변경 여부를 확인하고, 상기 엔터티 제어 테이블을 통해 데이터 사용 승인 여부를 확인하는 단계를 포함하는, 동기화 테이블을 통한 실제 데이터 제공 방법.
A method for providing data through a synchronization table in a data management system,
(a) when data inquiry is requested from a user terminal, checking whether data is synchronized through an entity control table; And
(b) As a result of checking whether data is synchronized, if it is determined that the entity search table is synchronized with the actual data, the requested data is searched through the entity search table, and the searched data is transferred to the user terminal. Including the step of transmitting,
Step (a) is,
And checking whether the actual data has been changed through the entity control table and confirming whether to use the data through the entity control table.
제1항에 있어서,
상기 엔터티 검색 테이블은, 뷰(View)로 어드레스 포인트(Address Point) 정보를 포함하는, 동기화 테이블을 통한 실제 데이터 제공 방법.
According to claim 1,
The entity search table includes address point information as a view, and a method for providing actual data through a synchronization table.
제1항에 있어서,
상기 엔터티 검색 테이블은, 엔터티 속성(Entity Attribute) 테이블에서 검색 조건으로 설정된 속성 값을 레코드(Record)로 변환한 정보를 포함하는, 동기화 테이블을 통한 실제 데이터 제공 방법.
According to claim 1,
The entity search table includes information obtained by converting an attribute value set as a search condition in an entity attribute table into a record, and providing actual data through a synchronization table.
제1항에 있어서,
상기 사용자 단말로부터 데이터 변경이 요청되면, 상기 실제 데이터의 변경 정보를 상기 엔터티 제어 테이블에 저장하고, 상기 실제 데이터를 변경하여 엔터티 베이스(Entity Base) 테이블, 엔터티 속성(Entity Attribute) 테이블, 엔터티 분류(Entity Hierarchy) 테이블 및 엔터티 다국어(Entity Attribute M) 테이블 중 적어도 하나에 저장하는 단계를 더 포함하는, 동기화 테이블을 통한 실제 데이터 제공 방법.
According to claim 1,
When data change is requested from the user terminal, change information of the actual data is stored in the entity control table, and the actual data is changed to change an entity base table, an entity attribute table, and an entity classification ( A method of providing actual data through a synchronization table, further comprising storing in at least one of an Entity Hierarchy table and an Entity Attribute M table.
제1항에 있어서,
데이터 동기화 여부의 확인 결과, 상기 엔터티 검색 테이블이 상기 실제 데이터와 동기화되지 않은 것으로 확인되면, 데이터 빌더(Data Builder)를 호출하여 상기 실제 데이터 정보를 획득하는 단계; 및
상기 획득된 실제 데이터 정보를 기초로, 상기 엔터티 검색 테이블과의 데이터 동기화를 수행하고, 상기 엔터티 검색 테이블의 동기화 정보를 상기 엔터티 제어 테이블에 저장하는 단계를 더 포함하는, 동기화 테이블을 통한 실제 데이터 제공 방법.
According to claim 1,
A result of checking whether data is synchronized, if it is determined that the entity search table is not synchronized with the actual data, calling a data builder to obtain the actual data information; And
Based on the obtained actual data information, performing data synchronization with the entity search table, and further comprising storing synchronization information of the entity search table in the entity control table, providing actual data through the synchronization table Way.
삭제delete 사용자 단말로부터 데이터 조회가 요청되면, 엔터티 제어(Entity Control) 테이블을 통해 데이터 동기화 여부를 확인하는 엔터티 제어부; 및
데이터 동기화 여부의 확인 결과, 엔터티 검색(Entity Search) 테이블이 실제 데이터와 동기화된 것으로 확인되면, 상기 엔터티 검색 테이블을 통해 상기 조회 요청된 데이터를 검색하여, 상기 검색된 데이터를 상기 사용자 단말로 전송하는 엔터티 검색부를 포함하고,
상기 엔터티 제어부는, 상기 엔터티 제어 테이블을 통해 상기 실제 데이터의 변경 여부를 확인하고, 상기 엔터티 제어 테이블을 통해 데이터 사용 승인 여부를 확인하는, 데이터 관리 시스템.
An entity control unit checking whether data is synchronized through an entity control table when data inquiry is requested from the user terminal; And
As a result of checking whether data is synchronized, if it is determined that the entity search table is synchronized with actual data, an entity that searches the requested data through the entity search table and transmits the searched data to the user terminal Including a search unit,
The entity control unit checks whether or not the actual data is changed through the entity control table, and checks whether or not to use the data through the entity control table, a data management system.
제7항에 있어서,
상기 엔터티 검색 테이블은, 뷰(View)로 어드레스 포인트(Address Point) 정보를 포함하는, 데이터 관리 시스템.
The method of claim 7,
The entity retrieval table includes address point information as a view, a data management system.
제7항에 있어서,
상기 엔터티 검색 테이블은, 엔터티 속성(Entity Attribute) 테이블에서 검색 조건으로 설정된 속성 값을 레코드(Record)로 변환한 정보를 포함하는, 데이터 관리 시스템.
The method of claim 7,
The entity search table includes information obtained by converting an attribute value set as a search condition in an entity attribute table into a record.
제7항에 있어서,
상기 사용자 단말로부터 데이터 변경이 요청되면, 상기 실제 데이터를 변경하여 엔터티 베이스(Entity Base) 테이블, 엔터티 속성(Entity Attribute) 테이블, 엔터티 분류(Entity Hierarchy) 테이블 및 엔터티 다국어(Entity Attribute M) 테이블 중 적어도 하나에 저장하는 데이터 관리부를 더 포함하며,
상기 엔터티 제어부는, 상기 실제 데이터의 변경 정보를 상기 엔터티 제어 테이블에 저장하는, 데이터 관리 시스템.
The method of claim 7,
When data change is requested from the user terminal, at least one of an entity base table, an entity attribute table, an entity classification table, and an entity multi-language (Entity Attribute M) table is changed by changing the actual data. Further comprising a data management unit to store in one,
The entity control unit stores the change information of the actual data in the entity control table, a data management system.
제7항에 있어서,
데이터 동기화 여부의 확인 결과, 상기 엔터티 검색 테이블이 상기 실제 데이터와 동기화되지 않은 것으로 확인되면, 데이터 빌더(Data Builder)를 호출하여 상기 실제 데이터 정보를 획득하는 데이터 관리부를 더 포함하며,
상기 엔터티 검색부는, 상기 획득된 실제 데이터 정보를 기초로 상기 엔터티 검색 테이블과의 데이터 동기화를 수행하고,
상기 엔터티 제어부는, 상기 엔터티 검색 테이블의 동기화 정보를 상기 엔터티 제어 테이블에 저장하는, 데이터 관리 시스템.
The method of claim 7,
As a result of checking whether data is synchronized, if it is determined that the entity search table is not synchronized with the actual data, a data management unit that acquires the actual data information by calling a data builder is further included.
The entity search unit performs data synchronization with the entity search table based on the obtained actual data information,
The entity control unit stores the synchronization information of the entity search table in the entity control table, a data management system.
삭제delete
KR1020180169101A 2018-12-26 2018-12-26 Method for providing actual data through synchronized table and data managing system KR102121975B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020180169101A KR102121975B1 (en) 2018-12-26 2018-12-26 Method for providing actual data through synchronized table and data managing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020180169101A KR102121975B1 (en) 2018-12-26 2018-12-26 Method for providing actual data through synchronized table and data managing system

Publications (1)

Publication Number Publication Date
KR102121975B1 true KR102121975B1 (en) 2020-06-11

Family

ID=71070430

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020180169101A KR102121975B1 (en) 2018-12-26 2018-12-26 Method for providing actual data through synchronized table and data managing system

Country Status (1)

Country Link
KR (1) KR102121975B1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050059871A (en) * 2003-12-15 2005-06-21 한국전자통신연구원 Data synchronization method between terminals with a server
JP2011118689A (en) * 2009-12-03 2011-06-16 Univ Of Tokyo Retrieval method and system
KR20110097117A (en) * 2010-02-24 2011-08-31 계명대학교 산학협력단 Embedded data synchronization agent for activesync-based mobile device and method
KR20120106863A (en) * 2009-12-22 2012-09-26 노키아 코포레이션 Method and apparatus for utilizing a scalable data structure
JP2014085874A (en) * 2012-10-24 2014-05-12 Ntt Docomo Inc Information search device, information search system, and information search method
US20150019540A1 (en) * 2013-07-15 2015-01-15 Microsoft Corporation Retrieval of attribute values based upon identified entities

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050059871A (en) * 2003-12-15 2005-06-21 한국전자통신연구원 Data synchronization method between terminals with a server
JP2011118689A (en) * 2009-12-03 2011-06-16 Univ Of Tokyo Retrieval method and system
KR20120106863A (en) * 2009-12-22 2012-09-26 노키아 코포레이션 Method and apparatus for utilizing a scalable data structure
KR20110097117A (en) * 2010-02-24 2011-08-31 계명대학교 산학협력단 Embedded data synchronization agent for activesync-based mobile device and method
JP2014085874A (en) * 2012-10-24 2014-05-12 Ntt Docomo Inc Information search device, information search system, and information search method
US20150019540A1 (en) * 2013-07-15 2015-01-15 Microsoft Corporation Retrieval of attribute values based upon identified entities

Similar Documents

Publication Publication Date Title
US8938436B2 (en) System for and method of providing reusable software service information based on natural language queries
US20200265103A1 (en) Systems and methods for issue tracking systems
US11798208B2 (en) Computerized systems and methods for graph data modeling
KR101283019B1 (en) Method of generating saas appication and server performing the same
US20120278334A1 (en) Database System
CN111460506A (en) Data access control method and device
CN109241384B (en) Scientific research information visualization method and device
US20210232563A1 (en) Techniques and architectures for data field lifecycle management
CN109587233A (en) Cloudy Container Management method, equipment and computer readable storage medium
JP4287464B2 (en) System infrastructure configuration development support system and support method
KR102121975B1 (en) Method for providing actual data through synchronized table and data managing system
JP5567676B2 (en) System and method for providing an electronic business card by retrieving storage means according to one or more criteria
US9866537B2 (en) Systems and methods for long universal resource locator compression
CN111045928A (en) Interface data testing method, device, terminal and storage medium
KR102198686B1 (en) Method for creating business screen and system for performing the same
US20140195908A1 (en) Uniform value help and value check
JP7422111B2 (en) Program, information processing device and information processing method
JP7366168B2 (en) Program, information processing device, information processing system, information processing method
JP6366457B2 (en) Information sharing apparatus and information sharing method
JP7176140B1 (en) Program, information processing device, information processing method
US11966770B2 (en) Collaboration across isolated virtual environments
JP7249453B1 (en) Contract management program, information processing device, information processing system, information processing method
JP7249452B1 (en) CONTRACT CONCLUSION PROGRAM, INFORMATION PROCESSING DEVICE, INFORMATION PROCESSING SYSTEM, INFORMATION PROCESSING METHOD
JP2024065540A (en) Regulation management program, information processing device, manufacturing method, and information processing method
JP2023179029A (en) Program, information processing device, information processing system, and information processing method

Legal Events

Date Code Title Description
E701 Decision to grant or registration of patent right
GRNT Written decision to grant