KR101152852B1 - The database management system using a snap entity model - Google Patents

The database management system using a snap entity model Download PDF

Info

Publication number
KR101152852B1
KR101152852B1 KR1020090041689A KR20090041689A KR101152852B1 KR 101152852 B1 KR101152852 B1 KR 101152852B1 KR 1020090041689 A KR1020090041689 A KR 1020090041689A KR 20090041689 A KR20090041689 A KR 20090041689A KR 101152852 B1 KR101152852 B1 KR 101152852B1
Authority
KR
South Korea
Prior art keywords
snap
object model
data
database management
snap object
Prior art date
Application number
KR1020090041689A
Other languages
Korean (ko)
Other versions
KR20100122676A (en
Inventor
김지암
Original Assignee
이홍재
(주)유알피시스템
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 이홍재, (주)유알피시스템 filed Critical 이홍재
Priority to KR1020090041689A priority Critical patent/KR101152852B1/en
Publication of KR20100122676A publication Critical patent/KR20100122676A/en
Application granted granted Critical
Publication of KR101152852B1 publication Critical patent/KR101152852B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions

Landscapes

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

Abstract

본 발명은 스냅객체모델을 사용한 데이터베이스관리시스템 및 데이터베이스관리방법에 관한 것이다. 더 자세하게는 새로운 순차컬럼(예:p_sq)만으로 상하위 구조 파악이 용이한 데이터를 저장하는 코드대비부와 상위데이터정보의 식별자를 저장하는 자기순환관계부로 구성된 스냅객체모델을 사용한 데이터베이스관리시스템 및 데이터베이스관리방법에 관한 것이다.  The present invention relates to a database management system and a database management method using a snap object model. More specifically, database management system and database management using a snap object model consisting of a code contrast section that stores data that can easily identify the upper and lower structures only by a new sequential column (eg p_sq), and a self-circulation relationship section that stores identifiers of upper data information. It is about a method.

본 발명은 제 1 관점으로서 스냅객체모델을 사용한 데이터베이스관리시스템에 있어서, 새로운 순차컬럼(예:p_sq)만으로 상하위 구조 파악이 용이한 데이터를 저장하는 코드대비부와 상위데이터정보의 식별자를 저장하는 자기순환관계부로 이루어진 스냅객체모델로 구성된 스냅객체데이터베이스를 포함하는 것을 특징으로 하는 스냅객체모델을 사용한 데이터베이스관리방법이 제시된다. The present invention relates to a database management system using a snap object model as a first aspect, comprising: a code comparison unit for storing data easily identifying upper and lower structures only by a new sequential column (for example, p_sq) and a identifier for storing identifiers of upper data information. A method for managing a database using a snap object model, comprising a snap object database composed of a snap object model composed of a circular relation part, is presented.

스냅객체모델, 코드대비부, 순환관계부, 자기순환엔티티 Snap Object Model, Code Contrast, Circular Relations, Self-Circulating Entity

Description

스냅객체모델을 사용한 데이터베이스관리시스템{The database management system using a snap entity model}The database management system using a snap entity model}

본 발명은 스냅객체모델을 사용한 데이터베이스관리시스템 및 데이터베이스관리방법에 관한 것이다. 더 자세하게는 새로운 순차컬럼(예:p_sq)만으로 상하위 구조 파악이 용이한 데이터를 저장하는 코드대비부와 상위데이터정보의 식별자를 저장하는 자기순환관계부로 구성된 스냅객체모델을 사용한 데이터베이스관리시스템 및 데이터베이스관리방법에 관한 것이다.The present invention relates to a database management system and a database management method using a snap object model. More specifically, database management system and database management using a snap object model consisting of a code contrast section that stores data that can easily identify the upper and lower structures only by a new sequential column (eg p_sq), and a self-circulation relationship section that stores identifiers of upper data information. It is about a method.

현재 IT기반 시스템 구축 시 순환관계를 적용한 부서관리 기법 및 제조업에서의 BOM(bill of material)구조의 관리기법을 포함한 순환(recursive)구조는 과거 코드대비법에서 자기순환(self recursive)구조로 진화되었다. 하지만 새로운 자기순환구조기법은 거의 과거 방식에서 양산되는 많은 문제점을 보완하는 관리기법이기는 하지만 그 구조상 많은 퍼포먼스의 부하를 양산하고 있다.Currently, the recursive structure including department management technique that applied the cyclic relationship when constructing IT-based system and the management method of bill of material (BOM) structure in manufacturing industry has evolved from the code preparation method to the self recursive structure. . However, the new self-circulating structure technique is a management technique that compensates for many of the problems produced in the past, but it generates a lot of performance loads.

또한 시스템을 구현하는 개발자들이 SQL을 구사함에 있어서 충분한 능력을 보유하지 않으면 전혀 잘못된 결과를 도출 하는게 현실이다. 실제로 중급자들도 모르는 경우가 많이 있다. 그래서 이러한 환경에서 벗어나고자 하는 열망을 담아 스 냅객체모델(Snap Entity Model)을 사용하여 데이터를 관리하는 시스템을 구현하게 되었다. 코드대비법과 자기순환구조의 장점을 혼용함으로써 이러한 문제를 해결할 수 있는 방법이 스냅객체모델(Snap Entity Model)이다.Also, if the developers who implement the system do not have sufficient ability to use SQL, the reality is that they will produce wrong results. In fact, there are a lot of intermediate people do not know. So, with the desire to escape from this environment, we implemented a system to manage data using the Snap Entity Model. The Snap Entity Model is a way to solve this problem by combining the advantages of code contrast and self-circulation.

코드 대비법이란 과거에 부서관리시 사용하던 기법으로써 부서코드(예:ID)에 상속 개념을 가지고 가며 퍼포먼스는 상당히 뛰어난 기법이었으나 부서 개편시 많은 문제점을 양산하였다. 일례로 부서 이동시 이동된 부서가 새로운 부서코드를 부여 받아야 했기 때문에 해당 부서코드가 바뀌게 되고 그 하위의 모든 부서는 새로운 부서코드체제로 개편되어야만 했다. 따라서 부서를 사용하는 모든 데이터베이스 부서코드는 부서 개편시 새로운 부서코드로 모두 변경을 해야 하는 위험을 안아야 하는 게 현실이었다.The code preparation method is a technique used in department management in the past, and has inherited the concept of department code (eg, ID). For example, when a department was moved, the department had to be assigned a new department code, so the department code had to be changed and all the departments below it had to be reorganized into a new department code system. Therefore, the reality was that all database department codes using departments had to be changed to new department codes when departments were reorganized.

이른바 흔히 사용하는 두개의 엔티티(Entity)간의 관계 (1:M) 순환(recursive)관계를 ID끼리 상속관계를 가짐으로서 하나의 엔티티(Entity)로 해결하였다. 장점은 수행속도가 빠르고 식별자 만으로 구조파악이 용이하다. 또한 시스템 개발시 상당히 간편하다. 단점은 구조변경시 식별자 및 하위식별자 변경으로 인하여 상당한 위험을 초래하고, 과거의 모든 엔티티(Entity)의 식별자가 변경된 식별자로 변환되어야 한다. 도 1은 코드대비법을 이용한 구축예이다.The so-called relationship between two commonly used entities (1: M) was solved as an entity by having inheritance relations between IDs. The advantage is that the execution speed is fast and the structure is easy to identify with only the identifier. It is also quite simple when developing a system. Disadvantages incur significant risks due to the change of identifiers and sub-identifiers when restructuring, and the identifiers of all past entities must be converted to changed identifiers. 1 is a construction example using a code comparison method.

자기순환(self recursive)구조란 코드대비법의 단점을 해소한 이론으로써 상위부서와 하위부서를 한 레코드(record)에 관리하여 부서개편시 관계만 변경하는 즉 상위부서만 바꾸어 주는 관리기법이다. 도 2는 자기순환(self recursive)구조를 이용한 구축예이다. 이러한 구조는 코드대비법의 단점을 일거에 해소하였다. 하지 만 이 구조의 본질상 내부적으로 지속적인 조인을 양산하며 많은 성능의 부하를 양산하였다.The self recursive structure is a theory that solves the shortcomings of the code preparation method and manages the upper and lower departments in one record so that only the upper department is changed when the department is reorganized. 2 is an example of construction using a self recursive structure. This structure eliminates the shortcomings of the code comparison method. However, due to the inherent nature of this structure, it has produced a large number of performance loads with internally continuous joins.

그리고 SQL에서 이 구조를 사용하기 위해서 CONNECT BY라는 새로운 SQL이 탄생하였고 이는 곧 개발자들의 상당한 SQL 구사능력을 필요로 하게 되었다. 현실에서 SQL구사능력의 문제로 인하여 시스템에 전혀 의도치 못한 결과를 양산하고, 개발기간의 연장이 불가피하고, 또는 모르고 넘어가는게 현실이었다. 이러한 문제로 인하여 시스템 개발시 상당한 문제점을 가지고 있는게 모든 회사의 현실적인 고민이다. 장점으로는 구조가 변경되어도 식별자는 변하지 않으며 변경데이터 적용이 간단하고, 또한 데이터의 유연성으로 관리가 용이하다. 단점으로는 내부적인 메커니즘이 조인을 위주로 하여 수행되어 속도가 저하되고, 개발시 상당한 기술력이 필요하고, 사용이 불편하여 잘못 사용시 의도하지 않는 결과를 초래하기 쉽다. 그리고 이런 entity는 대부분 시조 entity로써 모든 entity에 기초가 되기 때문에 많은 부하를 양산하는 주범이었다. 그래서 더 많은 비용을 들여 튜닝을 하기도 한다.And to use this structure in SQL, a new SQL called CONNECT BY was born, which soon required a great deal of SQL skills for developers. In reality, due to the problem of the ability to use SQL, it was inevitable to produce unintended results in the system and to extend the development period. Due to these problems, it is a practical concern for all companies to have significant problems in system development. Advantageously, even if the structure is changed, the identifier does not change, and the application of change data is simple, and the flexibility of the data makes it easy to manage. Disadvantages are that the internal mechanism is carried out mainly on joins, so that the speed is slowed down, considerable technical skills are required in development, and it is inconvenient to use, resulting in unintended consequences. And most of these entities were the ancestors and were the main culprit of mass production because they were based on all entities. So it's more expensive to tune in.

상기와 같은 종래기술의 문제점을 해결하기 위하여, 코드대비부와 자기순환관계부로 구성된 스냅객체모델을 사용한 데이터베이스관리시스템 및 스냅객체모델을 사용한 데이터베이스관리방법을 제공하는데 목적이 있다.In order to solve the problems of the prior art as described above, an object of the present invention is to provide a database management system using a snap object model composed of a code preparation unit and a self-circulation relationship unit and a database management method using a snap object model.

상기한 목적을 달성하기 위한 기술적 사상으로서, 제 1 관점으로서 스냅객체모델을 사용한 데이터베이스관리시스템에 있어서,새로운 순차칼럼만으로 상하위 구조 파악이 용이한 데이터를 저장하는 코드대비부와; 상위데이터정보의 식별자를 저장하는 자기순환관계부로 이루어진 스냅객체모델로 구성된 스냅객체데이터베이스를 포함하는 것을 특징으로 하는 스냅객체모델을 사용한 데이터베이스관리시스템이 제시된다.As a technical idea for achieving the above object, In the database management system using a snap object model as a first aspect, Code comparison unit for storing data that is easy to grasp the structure of the upper and lower structure only by a new sequential column; A database management system using a snap object model is provided that includes a snap object database composed of a snap object model composed of a self-circulation relationship unit storing identifiers of higher data information.

상기 제 1 관점에 있어서,In the first aspect,

상기 스냅객체데이터베이스는, 상위데이터정보의 식별자를 저장하는 칼럼을 가지면서 기초데이터를 저장하는 자기순환엔티티를 더 포함하고, 상기 기초데이터에 변경이 가해지는 순간 상기 스냅객체모델에도 데이터가 생성되는 것을 특징으로 하고,The snap object database further includes a self-circulating entity for storing basic data while having a column for storing identifiers of higher data information, and the data is also generated in the snap object model when a change is made to the basic data. Features,

상기 제 1 관점에 있어서,In the first aspect,

상기 스냅객체모델은,새로운 순차칼럼이 상하위를 표시하는 순서인 것을 특징으로 하고,The snap object model is characterized in that the new sequential column in the order of displaying the top and bottom,

상기 제 1 관점에 있어서,In the first aspect,

상기 스냅객체모델은, 데이터를 정렬하기 위해서 소팅시 새로운 순차칼럼을 이용한 힌트를 사용하는 것을 특징으로 하고,The snap object model is characterized by using a hint using a new sequential column when sorting to sort the data,

상기 제 1 관점에 있어서,In the first aspect,

상기 스냅객체모델은, 상하위데이터의 개편일자 순서로 상하위데이터가 생성되는 것을 특징으로 한다.The snap object model is characterized in that the upper and lower data is generated in the order of reorganization date of the upper and lower data.

제 2 관점으로서, 스냅객체모델을 사용한 데이터베이스관리방법에 있어서, 자기순환엔티티에 데이터를 생성하는 1단계와; 데이터이동수단이 상기 자기순환엔티티에 생성된 데이터를 기초로 상기 스냅객체모델에 데이터를 생성하는 2단계를 포함하고, 상기 스냅객체모델은 새로운 순차칼럼만으로 상하위 구조 파악이 용이한 데이터를 저장하는 코드대비부와 상위데이터정보의 식별자를 저장하는 자기순환관계부로 구성된 것을 특징으로 하는 스냅객체모델을 사용한 데이터베이스관리방법이 제시된다.In a second aspect, there is provided a database management method using a snap object model, comprising the steps of: generating data in a self-circulating entity; A data moving means includes two steps of generating data in the snap object model based on the data generated in the self-circulating entity, wherein the snap object model stores data in which the upper and lower structures can be easily identified only by a new sequential column; A database management method using a snap object model is provided, which comprises a contrasting unit and a self-circulating relationship unit storing identifiers of upper data information.

상기 제 2 관점에 있어서,In the second aspect,

상기 스냅객체모델은, 상하위데이터의 개편일자 순서로 상하위데이터가 생성되는 것을 특징으로 한다.The snap object model is characterized in that the upper and lower data is generated in the order of reorganization date of the upper and lower data.

클러스터링팩터(clustering factor)의 적용으로 인한 Hit Ratio의 최고의 효율성으로 인해서 모든 SQL의 성능이 증대되고, CONNECT BY문의 미사용으로 인하여 개발상의 편리성이 있고, 현재 개발중인 시스템에 전혀 영향없이 적용가능한 효과 가 있다.Due to the highest efficiency of the Hit Ratio due to the application of the clustering factor, the performance of all SQLs is increased, and the convenience of development is possible due to the non-use of the CONNECT BY statement. have.

또한 스냅객체(Snap Entity)의 빠른 생성이 가능하고, 인라인뷰 없이 다른 엔티티와 조인이 가능한 효과가 있고, 개발기간의 단축이 보장된다. 새로운 순차컬럼(예:p_sq)이 조직도를 펼치는 순서이며 개편일자별로 모든 조직이 생성되므로 다양한 쿼리가 가능하고, 모델링시 필요한 많은 인덱스가 불필요하고, 소팅(Sorting)의 부하가 감소하는 효과가 있다.In addition, it is possible to quickly create a snap entity, join with other entities without an inline view, and reduce development time. Since the new sequential column (eg p_sq) expands the organization chart and all organizations are created by reorganization date, various queries are possible, many indexes required for modeling are unnecessary, and sorting load is reduced.

이하에서는 첨부한 도면을 참조하면서 본 발명의 실시예에 대한 구성 및 작용을 상세하게 설명하기로 한다.DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, configurations and operations of embodiments of the present invention will be described in detail with reference to the accompanying drawings.

스냅객체모델(snap entity model)을 사용한 데이터베이스 관리기법은 현재 관리기법의 많은 단점을 해소하고자 만들어진 모델로써 코드(CODE)대비법과 자기순환(SELF RECURSIVE)기법을 혼용함으로써 두개의 장점을 동시에 이용하고 서로의 단점을 보완하는 구조로써 본질은 자기순환엔티티(self recursive entity)이며 스냅(snap)으로 존재하는 엔티티(entity)는 코드대비법을 사용하는 스냅객체모델(snap entity model)이다.The database management technique using the snap entity model is a model designed to solve many of the shortcomings of the current management technique. It uses both the code contrast method and the SELF RECURSIVE technique to take advantage of the two advantages simultaneously. As a structure to compensate for the shortcomings, the essence is a self-recursive entity, and the entity that exists as a snap is a snap entity model using code contrast.

실제 기초데이터는 자기순환엔티티(self recursive entity)에서 관리하며 동시에 기초데이터가 변경이 가해지는 순간 스토어드프로시저나 트리거에 의하여 스냅객체모델(snap entity model)의 데이터도 새로 생성이 된다.  The actual basic data is managed by a self recursive entity. At the same time, the data of the snap entity model is newly generated by a stored procedure or trigger when the basic data is changed.

즉 이력개념이 적용된다는 것이다.(스냅모델이 모든 기초데이터를 포함하는 것도 가능하다)In other words, the concept of history is applied (it is also possible for a snap model to include all basic data).

따라서 모든 시스템개발자(system developer)나 설계가(modeler), 프로젝트관리자(project manager)들은 시스템(system)개발시 실제로 사용하는 SQL은 기존의간단한 엔티티를 사용하는 것처럼 스냅객체모델(snap entity model)에 접근하여 사용하면 된다. 이건 곧 connect by 라는 SQL이 사라지는 효과를 가져옴으로써 내부적인 조인이 발생하지 않음으로써 성능이 획기적으로 개선되며 동시에 개발자들은 부담없이 손쉬운 SQL을 사용할 수 있다. 단지 connect by가 사용되는 곳은 자기순환엔티티(self recursive entity)를 스냅객체모델(snap entity)로 변환하는 순간(예:부서개편)만 적용된다.Therefore, all system developers, modelers, and project managers use SQL in the snap entity model as if they were actually using simple entities. Approach it and use it. This shortens the effect of the connect by SQL, which eliminates internal joins, which greatly improves performance and allows developers to easily use SQL. Where connect by is used only at the moment of converting a self recursive entity into a snap entity (eg reorganization).

그리고 또 하나의 장점은 스냅객체(snap entity)모델은 Hit Ratio가 상당히 좋다는 점이다. 이건 기존의 코드대비법을 사용하는 엔티티(entity)와는 구별되는 면으로써 클러스터와 비슷한 성능(보통 10배이상)을 가진다는 점이다. 왜냐하면 스냅객체(snap entity)모델은 자기순환엔티티(self recursive entity)가 변경되는 순간 현재 유효한 데이터들을 모두 같은 순간(일자)으로 새로운 데이터를 생성하기 때문이며 이러한 데이터는 변경이 거의 없어 같은 일자의 데이터들은 모두 연이은 공간에 존재하기 때문에 성능을 더욱더 증대시키는 효과를 가져온다.Another advantage is that the Snap Entity model has a pretty good Hit Ratio. This is distinguished from the entity using the conventional code comparison method, and has similar performance to the cluster (usually more than 10 times). This is because the snap entity model creates new data at the same instant (date) with the current valid data as soon as the self recursive entity changes. Since they all exist in consecutive spaces, the effect is to increase performance even further.

그리고 이러한 엔티티(entity)는 모두 시조 엔티티(entity)의 성격을 가지고 있기 때문에 main entity, active entity등의 많은 엔티티(entity)들에 상당한 파급효과를 가져오며 이러한 엔티티(entity)들의 가공된 정보를 창출하는 SQL이 사용하기 편리해지게 된다. 만일 데이터의 본질적인 변경이 일어나더라도 최근 데이터 중의 하나일 경우가 확실하므로 이러한 경우도 그 이후의 데이터를 지우고 다시 생 성하면 된다. 이때 상당히 빠른 데이터 삽입(Insert)성능이 나온다. And since all of these entities have the characteristics of eponymous entities, they have a significant ripple effect on many entities such as main entities, active entities, and generate processed information of these entities. This makes SQL easier to use. If there is an intrinsic change in the data, it is certain that it is one of the most recent data, so in such a case, delete the data afterwards and regenerate it. This results in a fairly fast Insert performance.

단. 주의할 점은 확장성을 고려하여 새로운 순차컬럼(예:p_sq)을 만들 시 확장성을 고려하여 유형코드+순차(sq) 또는 순차(sq)를 기초로 생성을 해야 하며 유형(예,AA:부문,BB:본부…)문자접두어를 두문자 이상으로 하여 레벨(LEVLE)간의 문자간격을 확장성을 고려하여 넓히는게 타당하다. 예로서 레벨 1은 AA001, AA010, AA020.., 레벨 2는 BB001, BB010, BB020 등으로 구성하면 향후 확장성,안정성,재사용성에도 전혀 문제가 없을 것이다.only. Note that when creating a new sequential column (e.g. p_sq) in consideration of scalability, it should be generated based on the type code + sequential (sq) or sequential (sq) in consideration of scalability. Division, BB: Headquarters…) It is reasonable to expand the character spacing between levels (LEVLE) in consideration of the scalability by using two or more character prefixes. For example, if level 1 consists of AA001, AA010, AA020 .., and level 2 consists of BB001, BB010, BB020, etc., there will be no problem in scalability, stability, and reusability in the future.

도 3은 스냅객체모델(snap entity model)을 사용한 데이터베이스의 일 예이다. 스냅객체모델(snap entity model)을 사용한 데이터베이스관리시스템은 코드대비부(예:p_sq)와 자기순환관계부로 구성된 스냅객체모델을 사용한다. 상기 코드대비부는 새로운순차컬럼(예:p_sq)만으로 상하위 구조 파악이 용이한 데이터를 저장한다. 상기 자기순환관계부는 상위데이터정보를 포함하는 개념이다. 여기서 p_sq가 코드대비부에 해당하고, ID(부서코드),P_ID(상위부서코드)가 자기순환관계부에 해당한다.3 is an example of a database using a snap entity model. A database management system using a snap entity model uses a snap object model that consists of a code counterpart (eg p_sq) and a self-circulating relationship part. The code contrast unit stores data that is easy to grasp upper and lower structures only with a new sequential column (for example, p_sq). The self-circulating relationship unit is a concept including higher data information. Here, p_sq corresponds to the code comparison unit, and ID (department code) and P_ID (upper department code) correspond to the self-circulation relationship part.

도 4는 스냅객체모델을 사용했을 경우 Hit Ratio와 클러스터링 팩터(clustering factor)가 극대화 되는 예이다. 접근하는 데이터가 캐쉬메모리에 존재하는 비율인 Hit Ratio가 증대되어 성능이 증대된다. 데이터량도 일정하기 때문에 클러스터(cluster)로 변환가능하다. 4 illustrates an example in which the hit ratio and the clustering factor are maximized when the snap object model is used. The performance is improved by increasing the Hit Ratio, which is the ratio of accessing data to the cache memory. Since the amount of data is also constant, it can be converted into a cluster.

도 5는 다양한 가공컬럼들의 사용으로 시스템성능이 극대화 되는 예이다.5 is an example in which the system performance is maximized by using various processing columns.

실시 예를 들어가며 스냅객체모델(Snap Entity Model)을 사용한 데이터베이 스관리시스템을 설명한다. 부서개편은 종류별로 부서의 생성,부서의 이동,부서의 폐쇄가 발생되는 일련의 경우가 생길 경우를 이야기 한다. 예를 들면 XXX 라는 회사에서 2008년 09월 10일 현재 a라는 부서는 상위 부서로써 b라는 부서를 가지고 있으며 하위부서로써 c라는 부서를 가지고 있다. a라는 부서가 d라는 부서의 하위부서로 이동하여 조직이 개편되면 개편된 일자를 가지고 현재 개편된 조직만 상위조직을 업데이트(update) 또는 삽입(Insert)을 하여 데이타를 관리하게 된다. 조직개편의 행위가 엔티티(entity)에 반영이 끝나면 개편일자를 가지고 개편당시의 모든조직을 connect by 구문을 이용하여 순차를 가지고 상하관계를 조합하여 개편당시의 모든 모습을 새로운 엔티티(entity)에 해당일자로 코드(code)대비법에서 사용하는 개념으로 코드대비부(예:p_sq)에 새로운 순차데이터를 만들어내어 스냅객체(snap entity)모델에 저장하게 된다. 따라서 connect by 구문을 사용하는 예는 단 한번 조직 개편시 스냅객체(snap entity)모델을 추출하는 경우만 사용한다. 그래서 모든 조직과 관계된 조인이나 공급자 서브쿼리 또는 확인자 서브쿼리시 모든 SQL은 스냅객체(snap entity)모델을 대상으로 하여 간단한 SQL만 사용하며 I/O효율과 성능을 극대화하게 된다.An example will be described to describe a database management system using a Snap Entity Model. Department reorganization refers to the case where a series of cases occur by division creation, department movement, and department closure by type. For example, as of September 10, 2008, a company named XXX has a department named b as its parent and a department c as its lower. When a department moves to a subordinate department of d and the organization is reorganized, only the currently reorganized organization updates or inserts the parent organization to manage the data. Once the behavior of the reorganization is reflected in the entity, all the organizations at the time of the reorganization with the reorganization date are connected in sequence using the connect by statement, and all aspects at the time of reorganization correspond to the new entity. As a concept used in the code contrast method, new sequential data is created in the code contrast part (eg p_sq) and stored in a snap entity model. Therefore, the example of using connect by statement is only used to extract the snap entity model when reorganizing. Therefore, when joining or supplier subqueries or resolver subqueries related to all organizations, all SQLs use the simple entity model for the snap entity model and maximize I / O efficiency and performance.

일례로 조직도를 그릴때 이후에 나오겠지만 현재 사용하고 있는 SQL에는 정확한 조직도를 펼치기가 힘들고 SQL이 어려우며 스냅객체(snap entity)모델에서 사용하는 SQL과는 극명한 차이를 한눈에 확인 할 수 있다.For example, when the organization chart is drawn later, it is difficult to expand the exact organization chart, the SQL is difficult, and the clear difference with the SQL used in the snap entity model can be seen at a glance.

제조업체에서 사용되는 BOM(Bill Of Material)구조에서는 더더욱 이러한 관리기법이 필요할 것이다. 스냅객체(Snap Entity)모델의 장점으로써 클러스터링 팩 터(clustering factor)를 가지고 있지만 처음부터 클러스터(cluster)로 지정하는 것도 가능하다. 그리고 업데이트(update)는 거의 일어나지 않을 것이며 모두 삽입(Insert)이 될 것이므로 굳이 클러스터(Cluster)를 사용하지 않아도 계속적으로 클러스터링 팩터(Clustering Factor)를 유지할 것이다.The bill of material (BOM) structure used by manufacturers will further require this management technique. The advantage of the Snap Entity model is that it has a clustering factor, but it is also possible to designate a cluster from the beginning. And since the update will rarely happen and all will be Insert, it will continue to maintain the Clustering Factor even without using Cluster.

굳이 최근 데이터 중에서 사용자의 실수로 부서개편 정보를 다시 수정해야 한다면 스냅객체(Snap Entity)모델은 삭제(Delete)와 삽입(Insert)을 사용하면 되고 이 또한 성능이 뛰어날 정도로 빠르게 만들어 낼 수 있다. 이는 오라클9i부터 제공하는 계층정보를 찾아오는 SYS_PATH함수를 이용해서 가능하다. 그리고 과거 부서정보 개편변경은 기존 자기순환구조에서도 주의를 요하는 것은 마찬가지 이다.If you have to revise the reorganization information by mistake of your recent data, you can use the Snap Entity model to delete and insert. This is done using the SYS_PATH function, which retrieves the hierarchy information provided by Oracle9i. And the reorganization of departmental information in the past requires the same attention in the existing self-circulation structure.

이후부터는 부서개편시 스냅객체(Snap Entity)모델을 만드는 SQL을 구체적으로 살펴보자. 아래에는 스냅객체(Snap Entity)모델을 만드는 SQL과 이를 BOM구조에 응용한 SQL이다.After that, let's take a closer look at SQL that creates Snap Entity model for department reorganization. Below is the SQL to create the Snap Entity model and the SQL applied to the BOM structure.

단 . 여기서 스냅모델에서 개편일자를 찾아오는 것은 한건이므로 함수를 사용한다. 사용하는 함수는 예를 들어 F_ID_YMD(XX)로 한다.only . Since retrieval date from the snap model is one thing, we use a function. The function to be used is, for example, F_ID_YMD (XX).

-insert into snap_entity-insert into snap_entity

SELECT uid(pk), replace(Sys_connect_by_path(a.sq,'-'),'-','') p_sq, a.* SELECT uid (pk), replace (Sys_connect_by_path (a.sq, '-'), '-', '') p_sq, a. *

FROM 부서테이블 a FROM department table a

where :v3 between a.sta_ymd and a.end_ymd where: v3 between a.sta_ymd and a.end_ymd

and a.회사코드 = :v1 and a.Company Code =: v1

CONNECT BY PRIOR a.org_cd = a.super_org_cd CONNECT BY PRIOR a.org_cd = a.super_org_cd

and :v3 between a.sta_ymd and a.end_ymd and: v3 between a.sta_ymd and a.end_ymd

and a.회사코드=:v1 and a.Company code =: v1

START WITH a.상위부서코드 = :v2 START WITH a.parent department code =: v2

and :v3 between a.sta_ymd and a.end_ymdand: v3 between a.sta_ymd and a.end_ymd

and a.회사코드=:v1and a.Company code =: v1

- 응용 : BOM 구조Application: BOM Structure

insert into snap_entity insert into snap_entity

SELECT uid(pk), replace(Sys_connect_by_path(a.sq,'-'),'-','') p_sq, replace(Sys_connect_by_path(a.수량,'-'),'-','') qty, a.* SELECT uid (pk), replace (Sys_connect_by_path (a.sq, '-'), '-', '') p_sq, replace (Sys_connect_by_path (a.quantity, '-'), '-', '') qty, a. *

FROM 자재테이블 a FROM Material Table a

where …..where… ..

다음으로는 자기순환구조에 의한 SQL과 스냅객체(Snap Entity Model)모델을 사용한 SQL의 구체적인 적용방법을 살펴보자. 아래에는 자기순환구조에 의한 조회 SQL과 스냅객체(Snap Entity Model)모델을 사용한 조회 SQL이 나타나 있다.Next, let's take a look at the specific application of SQL using the self-circulating structure and the Snap Entity Model model. The following shows query SQL using self-circulating structure and Query SQL using Snap Entity Model model.

-- 자기순환구조에 의한 조회 SQL-Query SQL by Self-Circulation Structure

select level lvl,a.* select level lvl, a. *

from 부서테이블 a from Department table a

where :v3(조회일자) between a.개편시작일 and a.개편종료일where: v3 (view date) between a.revision start date and a.revision end date

and a.회사코드 = :v2(회사코드)and a.Company Code =: v2 (Company Code)

connect by prior a.부서코드 = a.상위부서코드 connect by prior a.Department code = a.Top department code

and :v3(조회일자) between a.개편시작일 and a.개편종료일and: v3 (view date) between a.revision start date and a.revision end date

and a.회사코드 = :v2(회사코드)and a.Company Code =: v2 (Company Code)

start with 상위부서 코드 = :v1(상위부서코드)start with parent code =: v1 (parent code)

and :v3(조회일자) between a.개편시작일 and a.개편종료일and: v3 (view date) between a.revision start date and a.revision end date

and a.회사코드 = :v2(회사코드)and a.Company Code =: v2 (Company Code)

-- 스냅객체(Snap Entity Model)모델을 사용한 조회 SQL-Query SQL using Snap Entity Model

select /*+index_asc(a idx_psq)*/select / * + index_asc (a idx_psq) * /

a.*        a. *

from snap_entity a from snap_entity a

where a.개편일자 =F_ID_YMD(XX)where a.Revision date = F_ID_YMD (XX)

and a.p_sq > ''and a.p_sq> ''

and a.회사코드 = :v2(회사코드)and a.Company Code =: v2 (Company Code)

위의 두개의 쿼리를 비교해 보면 자기순환구조에 의한 조회 SQL(첫번째 쿼리)은 내부적으로 많은 셀프(self)조인을 발생시키며 데이터가 많을수록 클러스터링 팩터가 좋지 않으면 속도는 기하급수적으로 감소한다. 즉 많은 디스크암(Disk Arm)의 이동으로 인하여 데이터 로딩속도가 늦어진다. 그리고 같은 레벨별로 순차를 표시하는 것도 상당히 어렵다. 그렇지만 스냅객체모델(Snap Entity Model)을 사용한 조회 SQL(두번째 쿼리)은 서브쿼리가 단 하나의 인덱스만 바로 읽고 그리고 디스크 클러스터링 팩터의 양호로 인하여 속도보장이 확실하며 이러한 문제를 단번에 해결한다.Comparing the above two queries, the self-circulating lookup SQL (first query) generates a lot of self joins internally, and the more data, the worse the clustering factor, and the speed decreases exponentially. That is, the data loading speed slows down due to the movement of many disk arms. It is also very difficult to display the sequence by the same level. However, the query SQL (second query) using the Snap Entity Model ensures that the subquery reads just one index directly and that speed is guaranteed due to the good disk clustering factor, which solves this problem at once.

아래에는 자기순환구조에 의한 상위조직명 찾는 SQL과 스냅객체모델(Snap Entity Model)을 사용한 상위조직명 찾는 SQL이 나타나 있다.Shown below is the SQL to find the name of the parent organization by the self-circulation structure and the SQL to find the name of the parent organization using the Snap Entity Model.

-- 자기순환구조에 의한 상위조직명 찾는 SQL-SQL to find parent organization name by self-circulation structure

select a.상위부서명 select a.parent signature

from 부서테이블 afrom Department table a

where a.부서코드 = (select b.상위부서코드 where a.Department code = (select b.Top department code

from 부서테이블 b                      from department table b

where b.부서코드 = :v1(부서코드)                      where b.Department code =: v1

and :v3(조회일자) between b.개편시작일 and b.개편종료일                and: v3 (view date) between b.restart date and b.rename end date

and b.회사코드 = :v2(회사코드))                      and b.Company Code =: v2 (Company Code))

and :v3(조회일자) between a.개편시작일 and a.개편종료일and: v3 (view date) between a.revision start date and a.revision end date

and a.회사코드 = :v2(회사코드)and a.Company Code =: v2 (Company Code)

-- 스냅객체모델(Snap Entity Model)을 사용한 상위조직명 찾는 SQLSQL to find parent organization name using Snap Entity Model

select /*+ index_desc( a idx_psq) */select / * + index_desc (a idx_psq) * /

a.상위부서명          a.Top Signature

from snap_entity a from snap_entity a

where a.p_sq < :v4(화면에서 들어온 새로운 순차컬럼의 값) where a.p_sq <: v4 (the value of the new sequential column from the screen)

and a.회사코드 = :v2(회사코드)and a.Company Code =: v2 (Company Code)

and a.개편일자 =F_ID_YMD(XX)and a.Revision date = F_ID_YMD (XX)

and a.rownum =1and a.rownum = 1

아래에는 상위부서 모두를 찾을때를 보여준다. 아래에는 자기순환구조에 의한 상위조직명 찾는 SQL과 스냅객체(Snap Entity Model)모델을 사용한 상위조직명 찾는 SQL의 다른예가 나타나 있다.The following shows when to find all of the parent departments. Below are other examples of SQL searching for the parent organization name using self-circulating structure and SQL for finding the parent organization name using the Snap Entity Model model.

-- 자기순환구조에 의한 상위조직명 찾는 SQL-SQL to find parent organization name by self-circulation structure

select a.* select a. *

from 부서테이블 afrom Department table a

where :v3(조회일자) between a.개편시작일 and a.개편종료일where: v3 (view date) between a.revision start date and a.revision end date

and a.회사코드 = :v2(회사코드)and a.Company Code =: v2 (Company Code)

connect by prior a.상위부서코드 = a.부서코드 connect by prior a.Department Code = a.Department Code

and :v3(조회일자) between a.개편시작일 and a.개편종료일and: v3 (view date) between a.revision start date and a.revision end date

and a.회사코드 = :v2(회사코드)and a.Company Code =: v2 (Company Code)

start with 부서코드 = :v1(부서코드)start with department code =: v1 (department code)

and :v3(조회일자) between a.개편시작일 and a.개편종료일and: v3 (view date) between a.revision start date and a.revision end date

and a.회사코드 = :v2(회사코드)and a.Company Code =: v2 (Company Code)

-- 스냅객체(Snap Entity Model)모델을 사용한 상위조직명 찾는 SQL-SQL to find parent organization name using Snap Entity Model model

select a.* select a. *

from snap_entity afrom snap_entity a

where a.p_sq between :v5(최상위부서 순차컬럼) where a.p_sq between: v5 (Top-sequential column)

and :v6(해당부서코드에 해당하는 새로운 순차컬럼)           and: v6 (new sequential column corresponding to that department code)

and a.회사코드 = :v2(회사코드)and a.Company Code =: v2 (Company Code)

and a.개편일자 =F_ID_YMD(XX)and a.Revision date = F_ID_YMD (XX)

아래는 자기순환구조에 의한 하위부서 찾는 SQL과 스냅객체(Snap Entity Model)모델을 사용한 하위부서 찾는 SQL이다.Below are the SQL searching for the subordinate departments using self-circulating structure and the SQL searching for the subordinate department using the Snap Entity Model model.

-- 자기순환구조에 의한 하위부서 찾는 SQL-SQL searching for subdepartment by self-circulation structure

select a.* select a. *

from 부서테이블 afrom Department table a

where a.회사코드 = :v2(회사코드)where a.company code =: v2 (company code)

and :v3(조회일자) between a.개편시작일 and a.개편종료일and: v3 (view date) between a.revision start date and a.revision end date

connect by prior a.부서코드 = a.상위부서코드 connect by prior a.Department code = a.Top department code

and a.회사코드 = :v2(회사코드)and a.Company Code =: v2 (Company Code)

and :v3(조회일자) between a.개편시작일 and a.개편종료일and: v3 (view date) between a.revision start date and a.revision end date

start with 부서코드 = :v1(부서코드)start with department code =: v1 (department code)

and a.회사코드 = :v2(회사코드)and a.Company Code =: v2 (Company Code)

and :v3(조회일자) between a.개편시작일 and a.개편종료일and: v3 (view date) between a.revision start date and a.revision end date

-- 스냅객체(Snap Entity Model)모델을 사용한 하위부서 찾는 SQLSQL finding subdepartments using the Snap Entity Model model

select a.* select a. *

from snap_entity afrom snap_entity a

where a.p_sq like :v5(해당부서코드에 해당하는 새로운 순차컬럼) ||‘%’ where a.p_sq like: v5 (new sequential column for corresponding department code) || ‘%’

and a.회사코드 = :v2(회사코드)and a.Company Code =: v2 (Company Code)

and a.개편일자 =F_ID_YMD(XX)and a.Revision date = F_ID_YMD (XX)

도 6은 기존의 자기순환구조와 본 발명인 스냅객체(Snap Entity)모델을 사용하여 데이터베이스를 관리하는 시스템을 사용했을 때의 데이터를 읽는 순서와 SQL문을 비교하고 있다. 자기순환구조의 경우에는 디스크상에 일렬로 데이터들이 정렬되어 있지 않아 디스크를 이동하면서 데이터를 읽어 들어야 하나 본 발명인 스냅객체(Snap Entity)모델을 사용하여 데이터베이스를 관리하는 시스템에서는 데이더들이 상하위구조로 정렬되어 있어 디스크의 이동없이 데이터를 읽을수 있다.FIG. 6 compares the data reading order and the SQL statement when using a system for managing a database using the existing self-circulating structure and the present invention's Snap Entity model. In the self-circulating structure, data is not arranged in a line on the disk. Therefore, data must be read while moving the disk. It is arranged so that data can be read without moving the disk.

도 7은 기존의 자기순환구조와 본 발명인 스냅객체(Snap Entity)모델을 사용하여 데이터베이스를 관리하는 시스템을 사용했을 때, 하위그룹을 전개하지 않을 때와 특정의 행을 추출하지 않을 때의 SQL문을 비교하고 있다. 본 발명인 스냅객체(Snap Entity)모델을 사용하여 데이터베이스를 관리하는 시스템의 SQL문이 connect by라는 문을 사용하지 않아 성능이 더 우수하다.FIG. 7 illustrates the SQL statement when a subgroup is not expanded and a specific row is not extracted when using a system for managing a database using an existing self-circulation structure and the present invention, the Snap Entity model. Are comparing. The SQL statement of the system that manages the database using the present Snap Entity model does not use the connect by statement, which is superior in performance.

도 8은 본 발명인 스냅객체(Snap Entity)모델을 제조업체에서 사용되는 BOM(Bill Of Material)구조에 적용했을 때의 적용예이다. FIG. 8 is an example of application to the present invention when applying the Snap Entity model to a Bill of Material (BOM) structure used by a manufacturer.

현재의 BOM(Bill Of Material)구조에서는In the current Bill of Material structure

FOR m IN (select id, level lvl, qty FOR m IN (select id, level lvl, qty

from bom                 from bom

where ....                where ....

connect by prior id = p_id                 connect by prior id = p_id

and ....                and ....

start with p_id = *                start with p_id = *

and ....)                 and ....)

) LOOP               ) LOOP

상기 FOR문안의 SQL이 connect by를 사용하고 있으나 여기에 스냅객체모델을 적용했을 경우에는 도시된 바와 같이 아래의 FOR문안의 SQL이 connect by를 사용하고 있지 않아 성능면에서 우수하다.If the SQL in the FOR statement uses connect by, but the snap object model is applied to it, the SQL in the FOR statement below does not use connect by, which is excellent in terms of performance.

FOR m IN (select id, level lvl, qty FOR m IN (select id, level lvl, qty

from bom                 from bom

where p_sq like 'AA001%'                where p_sq like 'AA001%'

and ...)                 and ...)

) LOOP               ) LOOP

도 9는 본 발명인 스냅객체(Snap Entity)모델을 사용하여 데이터베이스를 관리하는 시스템을 사용했을 때의 프로젝트 관리모습의 일예를 보여주고 있다. 도 8 을 근거로 결론을 내려보면 앞에서 SQL적용사례를 비교해 보면 개발자들은 SQL을 단순화 하면서 SQL의 적정성을 고민할 이유가 없고 데이터의 정확성만이 고려대상으로 바뀌게 된다. 즉 아주 편리한 개발환경이 된다. 그렇다면 무슨 방법을 택하여 프로젝트를 진행할 것인지가 명확해진다. 이런 스냅객체(Snap Entity)모델을 BOM구조에도 적용하게 되면 수량계산시 아주 편리한 기초를 제공할 것이다.Figure 9 shows an example of the project management when using the system for managing a database using the present invention Snap Entity (Snap Entity) model. As a conclusion based on FIG. 8, when comparing the SQL application examples, developers have no reason to consider SQL adequacy while simplifying SQL, and only the accuracy of the data is considered. This is a very convenient development environment. If so, it will be clear which way to proceed. Applying this Snap Entity model to the BOM structure will provide a very convenient basis for quantity calculations.

이상으로 첨부된 도면을 참조하여 본 발명의 실시예를 설명하였으나, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자는 본 발명의 그 기술적 사상이나 필수적인 특징을 변경하지 않고 다른 구체적인 형태로 실시될 수 있다는 것을 이해할 수 있을 것이다. 따라서 이상에서 기술한 실시예는 모든 면에서 예시적인 것이며 한정적이 아닌 것이다.Although the embodiments of the present invention have been described above with reference to the accompanying drawings, those skilled in the art to which the present invention pertains may be embodied in other specific forms without changing the technical spirit or essential features of the present invention. You will understand that. The embodiments described above are therefore to be considered in all respects as illustrative and not restrictive.

도 1은 코드대비법을 이용한 구축예이다.1 is a construction example using a code comparison method.

도 2는 자기순환(self recursive)구조를 이용한 구축예이다.2 is an example of construction using a self recursive structure.

도 3은 스냅객체모델(snap entity model)을 사용한 데이터베이스의 일 예이다.3 is an example of a database using a snap entity model.

도 4는 스냅객체모델을 사용했을 경우 Hit Ratio와 클러스터링 팩터(clustering factor)가 극대화 되는 예이다.4 illustrates an example in which the hit ratio and the clustering factor are maximized when the snap object model is used.

도 5는 다양한 가공컬럼들의 사용으로 시스템성능이 극대화 되는 예이다.5 is an example in which the system performance is maximized by using various processing columns.

도 6은 기존의 자기순환구조와 본 발명인 스냅객체(Snap Entity)모델을 사용하여 데이터베이스를 관리하는 시스템을 사용했을 때의 데이터를 읽는 순서와 SQL문을 비교하고 있다.FIG. 6 compares the data reading order and the SQL statement when using a system for managing a database using the existing self-circulating structure and the present invention's Snap Entity model.

도 7은 기존의 자기순환구조와 본 발명인 스냅객체(Snap Entity)모델을 사용하여 데이터베이스를 관리하는 시스템을 사용했을 때, 하위그룹을 전개하지 않을때와 특정의 행을 추출하지 않을 때의 SQL문을 비교하고 있다.FIG. 7 illustrates the SQL statement when a subgroup is not expanded and a specific row is not extracted when using a system for managing a database using an existing self-circulating structure and the present invention, the Snap Entity model. Are comparing.

도 8은 본 발명인 스냅객체(Snap Entity)모델을 제조업체에서 사용되는 BOM(Bill Of Material)구조에 적용했을 때의 적용예이다. FIG. 8 is an example of application to the present invention when applying the Snap Entity model to a Bill of Material (BOM) structure used by a manufacturer.

도 9는 본 발명인 스냅객체(Snap Entity)모델을 사용하여 데이터베이스를 관리하는 시스템을 사용했을 때의 프로젝트 관리모습의 일예를 보여주고 있다.Figure 9 shows an example of the project management when using the system for managing a database using the present invention Snap Entity (Snap Entity) model.

< 도면의 주요부호에 대한 설명 ><Description of Major Symbols in Drawing>

Claims (7)

스냅객체모델을 사용한 데이터베이스관리시스템에 있어서,In the database management system using the snap object model, 유형코드와 순차(sq), 또는 순차(sq)를 기초로 이루어지는 새로운 순차칼럼(p_sq)을 생성하여 저장하기 위한 코드대비부와;A code preparation unit for generating and storing a new sequential column p_sq based on the type code and the sequence sq or the sequence sq; 상위데이터정보의 식별자를 저장하는 자기순환관계부로 이루어진 스냅객체모델로 구성된 스냅객체데이터베이스를 포함하는 것을 특징으로 하는 스냅객체모델을 사용한 데이터베이스관리시스템.A database management system using a snap object model, characterized in that it comprises a snap object database consisting of a snap object model consisting of a self-circulation relationship unit for storing identifiers of upper data information. 청구항 1에 있어서,The method according to claim 1, 상기 스냅객체데이터베이스는,The snap object database, 상위데이터정보의 식별자를 저장하는 칼럼을 가지면서 기초데이터를 저장하는 자기순환엔티티를 더 포함하고,It further comprises a self-circulating entity for storing the basic data while having a column for storing the identifier of the upper data information, 상기 기초데이터에 변경이 가해지는 순간 상기 스냅객체모델에도 데이터가 생성되는 것을 특징으로 하는 스냅객체모델을 사용한 데이터베이스관리시스템.And a data is also generated in the snap object model as soon as a change is made to the basic data. 청구항 1 또는 2에 있어서,The method according to claim 1 or 2, 상기 스냅객체모델은,The snap object model, 새로운 순차칼럼이 상하위를 표시하는 순서인 것을 특징으로 하는 스냅객체모델을 사용한 데이터베이스관리시스템.A database management system using a snap object model, characterized in that the new sequential column is in the order of displaying the top and bottom. 청구항 1 또는 2에 있어서,The method according to claim 1 or 2, 상기 스냅객체모델은,The snap object model, 데이터를 정렬하기 위해서 소팅시 새로운 순차칼럼을 이용한 힌트를 사용하는 것을 특징으로 하는 스냅객체모델을 사용한 데이터베이스관리시스템.A database management system using a snap object model that uses hints using new sequential columns when sorting to sort data. 청구항 1 또는 2에 있어서,The method according to claim 1 or 2, 상기 스냅객체모델은,The snap object model, 상하위데이터의 개편일자 순서로 상하위데이터가 생성되는 것을 특징으로 하는 스냅객체모델을 사용한 데이터베이스관리시스템.A database management system using a snap object model, characterized in that the upper and lower data is generated in the order of reorganization date of the upper and lower data. 스냅객체모델을 사용한 데이터베이스관리방법에 있어서,In the database management method using the snap object model, 자기순환엔티티에 데이터를 생성하는 1단계와;Generating data in the self-circulating entity; 데이터이동수단이 상기 자기순환엔티티에 생성된 데이터를 기초로 상기 스냅객체모델에 데이터를 생성하는 2단계를 포함하고,And a data moving means for generating data in the snap object model based on the data generated in the self-circulating entity. 상기 스냅객체모델은 유형코드와 순차(sq), 또는 순차(sq)를 기초로 이루어지는 새로운 순차칼럼(p_sq)을 생성하여 저장하기 위한 코드대비부와 상위데이터정보의 식별자를 저장하는 자기순환관계부로 구성된 것을 특징으로 하는 스냅객체모델을 사용한 데이터베이스관리방법.The snap object model includes a code comparison unit for generating and storing a new sequential column (p_sq) based on a type code and a sequence (sq) or a sequence (sq) and a self-circulation relation unit for storing identifiers of upper data information. Database management method using a snap object model characterized in that the configuration. 청구항 6에 있어서,The method of claim 6, 상기 스냅객체모델은,The snap object model, 상하위데이터의 개편일자 순서로 상하위데이터가 생성되는 것을 특징으로 하는 스냅객체모델을 사용한 데이터베이스관리방법.Database management method using a snap object model, characterized in that the upper and lower data is generated in the order of reorganization date of the upper and lower data.
KR1020090041689A 2009-05-13 2009-05-13 The database management system using a snap entity model KR101152852B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020090041689A KR101152852B1 (en) 2009-05-13 2009-05-13 The database management system using a snap entity model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020090041689A KR101152852B1 (en) 2009-05-13 2009-05-13 The database management system using a snap entity model

Publications (2)

Publication Number Publication Date
KR20100122676A KR20100122676A (en) 2010-11-23
KR101152852B1 true KR101152852B1 (en) 2012-06-14

Family

ID=43407528

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020090041689A KR101152852B1 (en) 2009-05-13 2009-05-13 The database management system using a snap entity model

Country Status (1)

Country Link
KR (1) KR101152852B1 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050055600A (en) * 2003-12-08 2005-06-13 지멘스 악티엔게젤샤프트 Method for producing result images for an examination object

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050055600A (en) * 2003-12-08 2005-06-13 지멘스 악티엔게젤샤프트 Method for producing result images for an examination object

Also Published As

Publication number Publication date
KR20100122676A (en) 2010-11-23

Similar Documents

Publication Publication Date Title
US7970728B2 (en) Dynamically building and populating data marts with data stored in repositories
US9218409B2 (en) Method for generating and using a reusable custom-defined nestable compound data type as database qualifiers
US20090259683A1 (en) System and method for business object modeling
CN102918530B (en) Data mart automation
US20070299867A1 (en) Method and System for Defining a Heirarchical Structure
US20020156811A1 (en) System and method for converting an XML data structure into a relational database
WO1999000745A1 (en) Data repository with user accessible and modifiable reuse criteria
US10282198B2 (en) Mechanisms to persist hierarchical object relations
US9495475B2 (en) Method of representing an XML schema definition and data within a relational database management system using a reusable custom-defined nestable compound data type
US20050182785A1 (en) Smart database
KR20060095452A (en) Data model for object-relational data
US6823334B2 (en) Metadata system for managing data mining environments
Conradi et al. Towards a uniform version model for software configuration management
Stonebraker et al. Database decay and how to avoid it
JP2006524376A (en) Generic database schema
US7809757B2 (en) XML based object-relationship mapping for different object type
Tiwari et al. Pattern warehouse: context based modeling and quality issues
Tiwari et al. Contextual snowflake modelling for pattern warehouse logical design
KR101152852B1 (en) The database management system using a snap entity model
CN112800143A (en) Structure of data object and method for dynamically managing data object
CN104636471A (en) Procedure code finding method and device
CN117648376A (en) SQL contract implementation method based on Fabric
Leonard Spring boot persistence best practices: Optimize Java persistence performance in spring boot applications
Regardt et al. Anchor Modeling: An Agile Modeling Technique Using the Sixth Normal Form for Structurally and Temporally Evolving Data
US11204908B2 (en) Augmentation playback

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
N231 Notification of change of applicant
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20150528

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20160414

Year of fee payment: 5

FPAY Annual fee payment

Payment date: 20180529

Year of fee payment: 7

FPAY Annual fee payment

Payment date: 20190605

Year of fee payment: 8