KR102214696B1 - Optimization techniques for database queries - Google Patents
Optimization techniques for database queries Download PDFInfo
- Publication number
- KR102214696B1 KR102214696B1 KR1020190052491A KR20190052491A KR102214696B1 KR 102214696 B1 KR102214696 B1 KR 102214696B1 KR 1020190052491 A KR1020190052491 A KR 1020190052491A KR 20190052491 A KR20190052491 A KR 20190052491A KR 102214696 B1 KR102214696 B1 KR 102214696B1
- Authority
- KR
- South Korea
- Prior art keywords
- filter condition
- query
- condition
- sub
- filter
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2453—Query optimisation
- G06F16/24534—Query rewriting; Transformation
- G06F16/24542—Plan optimisation
- G06F16/24544—Join order optimisation
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Operations Research (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
본 개시의 몇몇 실시예에 따른, 컴퓨터 판독가능 저장 매체에 저장된 컴퓨터 프로그램으로서, 상기 컴퓨터 프로그램은 데이터베이스 서버의 프로세서로 하여금 데이터베이스 쿼리에 대한 최적화(Optimization) 동작들을 수행하기 위한 명령들을 포함하며, 상기 동작들은: 적어도 하나의 조인(Join) 연산이 포함된 쿼리를 수신하는 동작; 상기 쿼리가 동일 조인(Equi Join) 연산을 포함하는 경우, 상기 동일 조인 연산에 사용된 복수의 표현(Expression)을 추출하는 동작; 상기 복수의 표현을 포함하는 EQC(Equivalent Class) 리스트를 생성하는 동작; 상기 쿼리에 포함된 적어도 하나의 제 1 필터 조건 중에서, 상기 EQC 리스트에 포함된 상기 복수의 표현과 관련된 적어도 하나의 제 2 필터 조건을 추출하는 동작; 상기 적어도 하나의 제 2 필터 조건을 포함하는 제 1 리스트를 생성하는 동작; 상기 EQC 리스트를 이용하여 상기 제 1 리스트에 포함된 상기 적어도 하나의 제 2 필터 조건을 분석하여, 제 3 필터 조건을 생성하는 동작; 상기 제 3 필터 조건을 포함하는 제 2 리스트를 생성하는 동작; 및 상기 제 3 필터 조건을 이용하여 생성된 적어도 하나의 제 4 필터 조건을 상기 쿼리에 추가하는 동작;을 포함할 수 있다.A computer program stored in a computer-readable storage medium according to some embodiments of the present disclosure, wherein the computer program includes instructions for causing a processor of a database server to perform optimization operations for a database query, the operation They are: receiving a query including at least one join operation; Extracting a plurality of expressions used in the same join operation when the query includes an equal join operation; Generating an EQC (Equivalent Class) list including the plurality of expressions; Extracting at least one second filter condition related to the plurality of expressions included in the EQC list from among at least one first filter condition included in the query; Generating a first list including the at least one second filter condition; Generating a third filter condition by analyzing the at least one second filter condition included in the first list by using the EQC list; Generating a second list including the third filter condition; And adding at least one fourth filter condition generated by using the third filter condition to the query.
Description
본 개시는 데이터베이스 쿼리에 대한 최적화(Optimization) 동작들을 수행하는 데이터베이스 서버 및 컴퓨터 판독가능 저장 매체에 저장된 컴퓨터 프로그램에 관한 것이다.The present disclosure relates to a database server and a computer program stored in a computer readable storage medium for performing optimization operations on a database query.
기업의 비즈니스는 폭발적인 데이터의 증가와 다양한 환경 및 플랫폼의 등장으로 빠르게 확장되고 있다. 새로운 비즈니스 환경이 도래함에 따라서, 보다 더 효율적이고 유연한 데이터 서비스와 정보의 처리, 데이터 관리 기능이 필요하게 되었다. 이러한 변화에 맞춰서 기업 비지니스 구현의 기반이되는 고성능, 고가용성 및 확장성의 문제를 해결하기 위한 데이터베이스에 대한 연구가 계속되고 있다.Corporate business is rapidly expanding due to the explosive increase in data and the emergence of various environments and platforms. With the advent of a new business environment, more efficient and flexible data services, information processing, and data management functions are required. In line with these changes, research on databases to solve the problems of high performance, high availability and scalability, which are the basis of corporate business implementation, is continuing.
데이터베이스 관리 시스템(DBMS)에서 데이터들은 데이터 저장소에 저장될 수 있다. 관계형 데이터베이스 관리 시스템(RDBMS)에서는 이러한 데이터 저장소는 테이블로 지칭될 수 있다. 이러한 테이블은 하나 이상의 로우(row)들을 포함하고 하나 이상의 로우들 각각은 하나 이상의 컬럼들을 포함할 수 있다.In a database management system (DBMS), data can be stored in a data store. In a relational database management system (RDBMS), this data store may be referred to as a table. Such a table may include one or more rows, and each of the one or more rows may include one or more columns.
데이터베이스가 수많은 양의 데이터를 포함하고 있는 경우, 사용자가 관심있어 하는 데이터를 리트리브하기 위한 쿼리를 수행하는데 있어서 상대적으로 긴 시간이 소요될 수 있다. 데이터베이스가 쿼리에 응답하는데 시간이 많이 소요되는 경우에는 데이터베이스의 성능에 있어서 악영향을 미칠 수 있다.When the database contains a large amount of data, it may take a relatively long time to perform a query for retrieving data of interest to the user. If the database takes a long time to respond to a query, the performance of the database may be adversely affected.
클라이언트로부터 발행된 쿼리를 처리하는 방식과 관련하여 복수의 수행 알고리즘들(또는 플랜들)이 고려될 수 있다. 각각의 수행 알고리즘은 상이한 속성들을 갖기 때문에, 해당 쿼리를 처리하기 이전에, 해당 쿼리를 처리하는데 가장 적합한 알고리즘을 결정하는 것이 필요하다.A plurality of execution algorithms (or plans) may be considered in terms of how to process queries issued from clients. Since each execution algorithm has different properties, it is necessary to determine the most suitable algorithm for processing the query before processing the query.
따라서, 클라이언트로부터 발행된 쿼리에 대한 최적화의 필요성이 당업계에 존재할 수 있다.Thus, there may be a need in the art for optimization of queries issued from clients.
본 개시는 전술한 배경기술에 대응하여 안출된 것으로, 데이터베이스 쿼리에 대한 최적화 동작을 수행하는 데이터베이스 서버 및 컴퓨터 프로그램을 제공하는 것을 목적으로 한다.The present disclosure has been devised in response to the above-described background technology, and an object of the present disclosure is to provide a database server and a computer program that optimizes a database query.
본 개시의 기술적 과제들은 이상에서 언급한 기술적 과제로 제한되지 않으며, 언급되지 않은 또 다른 기술적 과제들은 아래의 기재로부터 당업자에게 명확하게 이해될 수 있을 것이다.The technical problems of the present disclosure are not limited to the technical problems mentioned above, and other technical problems that are not mentioned will be clearly understood by those skilled in the art from the following description.
전술한 바와 같은 과제를 해결하기 위한 본 개시의 몇몇 실시예에 따라, 컴퓨터 판독가능 저장 매체에 저장된 컴퓨터 프로그램이 개시된다. 상기 컴퓨터 프로그램은 데이터베이스 서버의 프로세서로 하여금 데이터베이스 쿼리에 대한 최적화(Optimization) 동작들을 수행하기 위한 명령들을 포함하며, 상기 동작들은: 적어도 하나의 조인(Join) 연산이 포함된 쿼리를 수신하는 동작; 상기 쿼리가 동일 조인(Equi Join) 연산을 포함하는 경우, 상기 동일 조인 연산에 사용된 복수의 표현(Expression)을 추출하는 동작; 상기 복수의 표현을 포함하는 EQC(Equivalent Class) 리스트를 생성하는 동작; 상기 쿼리에 포함된 적어도 하나의 제 1 필터 조건 중에서, 상기 EQC 리스트에 포함된 상기 복수의 표현과 관련된 적어도 하나의 제 2 필터 조건을 추출하는 동작; 상기 적어도 하나의 제 2 필터 조건을 포함하는 제 1 리스트를 생성하는 동작; 상기 EQC 리스트를 이용하여 상기 제 1 리스트에 포함된 상기 적어도 하나의 제 2 필터 조건을 분석하여, 제 3 필터 조건을 생성하는 동작; 상기 제 3 필터 조건을 포함하는 제 2 리스트를 생성하는 동작; 및 상기 제 3 필터 조건을 이용하여 생성된 적어도 하나의 제 4 필터 조건을 상기 쿼리에 추가하는 동작;을 포함할 수 있다.According to some embodiments of the present disclosure for solving the problems as described above, a computer program stored in a computer-readable storage medium is disclosed. The computer program includes instructions for causing a processor of a database server to perform optimization operations on a database query, the operations including: receiving a query including at least one join operation; Extracting a plurality of expressions used in the same join operation when the query includes an equal join operation; Generating an EQC (Equivalent Class) list including the plurality of expressions; Extracting at least one second filter condition related to the plurality of expressions included in the EQC list from among at least one first filter condition included in the query; Generating a first list including the at least one second filter condition; Generating a third filter condition by analyzing the at least one second filter condition included in the first list by using the EQC list; Generating a second list including the third filter condition; And adding at least one fourth filter condition generated by using the third filter condition to the query.
또한, 상기 적어도 하나의 제 2 필터 조건은, 상기 복수의 표현 중 제 1 표현이 사용된 제 1 서브 필터 조건 및 상기 복수의 표현 중 제 2 표현이 사용된 제 2 서브 필터 조건을 갖고, 상기 EQC 리스트를 이용하여 상기 제 1 리스트에 포함된 상기 적어도 하나의 제 2 필터 조건을 분석하여, 제 3 필터 조건을 생성하는 동작은, 상기 제 1 서브 필터 조건 및 상기 제 2 서브 필터 조건을 비교하는 동작; 및 상기 제 1 서브 필터 조건 및 상기 제 2 서브 필터 조건의 비교 결과에 기초하여, 제 3 필터 조건을 생성하는 동작;을 포함할 수 있다.In addition, the at least one second filter condition has a first sub-filter condition in which a first expression is used among the plurality of expressions and a second sub-filter condition in which a second expression is used among the plurality of expressions, and the EQC The operation of generating a third filter condition by analyzing the at least one second filter condition included in the first list using a list includes comparing the first sub-filter condition and the second sub-filter condition. ; And generating a third filter condition based on a comparison result of the first sub-filter condition and the second sub-filter condition.
또한, 상기 제 1 서브 필터 조건 및 상기 제 2 서브 필터 조건의 비교 결과에 기초하여, 제 3 필터 조건을 생성하는 동작은, 상기 제 1 서브 필터 조건이 상기 제 2 서브 필터 조건을 포함하는 경우, 상기 제 2 서브 필터 조건의 상기 제 2 표현을 블라인드 파라미터로 변경하여, 상기 제 3 필터 조건을 생성하는 동작; 및 상기 제 2 서브 필터 조건이 상기 제 1 서브 필터 조건을 포함하는 경우, 상기 제 1 서브 필터 조건의 상기 제 1 표현을 상기 블라인드 파라미터로 변경하여, 상기 제 3 필터 조건을 생성하는 동작;을 포함할 수 있다.In addition, the operation of generating a third filter condition based on the comparison result of the first sub-filter condition and the second sub-filter condition may include, when the first sub-filter condition includes the second sub-filter condition, Generating the third filter condition by changing the second expression of the second sub-filter condition into a blind parameter; And when the second sub-filter condition includes the first sub-filter condition, generating the third filter condition by changing the first expression of the first sub-filter condition to the blind parameter. can do.
또한, 상기 제 3 필터 조건을 이용하여 생성된 적어도 하나의 제 4 필터 조건을 상기 쿼리에 추가하는 동작은, 상기 제 3 필터 조건의 상기 블라인드 파라미터에 상기 EQC 리스트에 포함된 상기 복수의 표현 중 적어도 하나의 표현을 대입하여, 상기 적어도 하나의 제 4 필터 조건을 생성하는 동작;을 포함할 수 있다.In addition, the operation of adding at least one fourth filter condition generated using the third filter condition to the query may include at least one of the plurality of expressions included in the EQC list in the blind parameter of the third filter condition. And generating the at least one fourth filter condition by substituting one expression.
또한, 상기 제 3 필터 조건을 이용하여 생성된 적어도 하나의 제 4 필터 조건을 상기 쿼리에 추가하는 동작은, 상기 제 3 필터 조건을 이용하여 상기 쿼리에 추가할 적어도 하나의 제 5 필터 조건을 생성하는 동작; 상기 제 1 리스트에 포함된 상기 적어도 하나의 제 2 필터 조건과 상기 적어도 하나의 제 5 필터 조건을 비교하는 동작; 및 상기 적어도 하나의 제 2 필터 조건과 상기 적어도 하나의 제 5 필터 조건을 비교한 결과에 기초하여, 상기 적어도 하나의 제 4 필터 조건을 생성하는 동작;을 포함할 수 있다.In addition, adding at least one fourth filter condition generated by using the third filter condition to the query includes generating at least one fifth filter condition to be added to the query using the third filter condition Action; Comparing the at least one second filter condition and the at least one fifth filter condition included in the first list; And generating the at least one fourth filter condition based on a result of comparing the at least one second filter condition with the at least one fifth filter condition.
또한, 상기 적어도 하나의 제 2 필터 조건과 상기 적어도 하나의 제 5 필터 조건을 비교한 결과에 기초하여, 상기 적어도 하나의 제 4 필터 조건을 생성하는 동작은, 상기 적어도 하나의 제 2 필터 조건과 상기 적어도 하나의 제 5 필터 조건을 비교하여 동일 필터 조건과 비동일 필터 조건을 구분하는 동작; 및 상기 비동일 필터 조건을 상기 적어도 하나의 제 4 필터 조건으로 인식하는 동작;을 포함할 수 있다.Further, based on a result of comparing the at least one second filter condition and the at least one fifth filter condition, the operation of generating the at least one fourth filter condition may include the at least one second filter condition and Comparing the at least one fifth filter condition to distinguish between the same filter condition and the non-identical filter condition; And recognizing the non-identical filter condition as the at least one fourth filter condition.
또한, 상기 동작들은, 상기 제 2 필터 조건이 상기 제 4 필터 조건을 포함하는 경우, 상기 제 2 필터 조건을 상기 쿼리 내의 상기 동일 조인 연산에서 삭제하는 동작; 및 상기 제 2 필터 조건이 상기 제 4 필터 조건을 포함하지 않는 경우, 상기 제 2 필터 조건을 상기 쿼리 내의 상기 동일 조인 연산에서 유지시키는 동작;을 더 포함할 수 있다.Further, the operations may include, when the second filter condition includes the fourth filter condition, deleting the second filter condition from the same join operation in the query; And when the second filter condition does not include the fourth filter condition, maintaining the second filter condition in the same join operation in the query.
또한, 상기 적어도 하나의 제 4 필터 조건을 상기 쿼리에 추가하는 동작은, 상기 적어도 하나의 조인 연산이 포함된 쿼리 내에 상기 적어도 하나의 제 4 필터 조건을 반영시킴으로써, 상기 쿼리를 재기록(rewriting) 하는 동작;을 포함할 수 있다.In addition, the operation of adding the at least one fourth filter condition to the query includes reflecting the at least one fourth filter condition in the query including the at least one join operation, thereby rewriting the query. Operation; may include.
또한, 상기 제 1 필터 조건, 상기 제 2 필터 조건, 상기 제 3 필터 조건 및 상기 제 4 필터 조건 각각은, 적어도 하나의 표현과 특정 값의 비교 조건, 적어도 하나의 표현과 특정 값의 동일 조건 및 적어도 하나의 표현과 특정 값의 비동일 조건 중 적어도 하나를 포함할 수 있다.In addition, each of the first filter condition, the second filter condition, the third filter condition, and the fourth filter condition is a comparison condition of at least one expression and a specific value, a condition that is the same between at least one expression and a specific value, and It may include at least one of at least one expression and a non-equal condition of a specific value.
전술한 바와 같은 과제를 해결하기 위한 본 개시의 몇몇 실시예에 따라, 데이터베이스 서버가 개시된다. 상기 데이터베이스 서버는: 적어도 하나의 조인(Join) 연산이 포함된 쿼리를 수신하는 통신부; 및 상기 쿼리를 최적화(Optimization)하는 프로세서;를 포함하고, 상기 프로세서는, 상기 쿼리가 동일 조인(Equi Join) 연산을 포함하는 경우, 상기 동일 조인 연산에 사용된 복수의 표현(Expression)을 추출하고, 상기 복수의 표현을 포함하는 EQC(Equivalent Class) 리스트를 생성하고, 상기 쿼리에 포함된 적어도 하나의 제 1 필터 조건 중에서, 상기 EQC 리스트에 포함된 상기 복수의 표현과 관련된 적어도 하나의 제 2 필터 조건을 추출하고, 상기 적어도 하나의 제 2 필터 조건을 포함하는 제 1 리스트를 생성하고, 상기 EQC 리스트를 이용하여 상기 제 1 리스트에 포함된 상기 적어도 하나의 제 2 필터 조건을 분석하여, 제 3 필터 조건을 생성하고, 상기 제 3 필터 조건을 포함하는 제 2 리스트를 생성하고, 상기 제 3 필터 조건을 이용하여 생성된 적어도 하나의 제 4 필터 조건을 상기 쿼리에 추가할 수 있다.According to some embodiments of the present disclosure for solving the problems as described above, a database server is disclosed. The database server includes: a communication unit for receiving a query including at least one join operation; And a processor for optimizing the query, wherein the processor extracts a plurality of expressions used for the same join operation when the query includes an equal join operation, and , At least one second filter related to the plurality of expressions included in the EQC list from among at least one first filter condition included in the query, generating an EQC (Equivalent Class) list including the plurality of expressions A condition is extracted, a first list including the at least one second filter condition is generated, and the at least one second filter condition included in the first list is analyzed using the EQC list, and a third A filter condition may be generated, a second list including the third filter condition may be generated, and at least one fourth filter condition generated by using the third filter condition may be added to the query.
또한, 상기 적어도 하나의 제 2 필터 조건은, 상기 복수의 표현 중 제 1 표현이 사용된 제 1 서브 필터 조건 및 상기 복수의 표현 중 제 2 표현이 사용된 제 2 서브 필터 조건을 갖고, 상기 프로세서는, 제 3 필터 조건을 생성하는 경우, 상기 제 1 서브 필터 조건 및 상기 제 2 서브 필터 조건을 비교하고, 상기 제 1 서브 필터 조건 및 상기 제 2 서브 필터 조건의 비교 결과에 기초하여, 제 3 필터 조건을 생성할 수 있다.In addition, the at least one second filter condition has a first sub-filter condition in which a first expression is used among the plurality of expressions and a second sub-filter condition in which a second expression is used among the plurality of expressions, and the processor When the third filter condition is generated, the first sub-filter condition and the second sub-filter condition are compared, and based on the comparison result of the first sub-filter condition and the second sub-filter condition, a third Filter conditions can be created.
또한, 상기 프로세서는, 상기 제 1 서브 필터 조건이 상기 제 2 서브 필터 조건을 포함하는 경우, 상기 제 2 서브 필터 조건의 상기 제 2 표현을 블라인드 파라미터로 변경하여, 상기 제 3 필터 조건을 생성하고, 상기 제 2 서브 필터 조건이 상기 제 1 서브 필터 조건을 포함하는 경우, 상기 제 1 서브 필터 조건의 상기 제 1 표현을 상기 블라인드 파라미터로 변경하여, 상기 제 3 필터 조건을 생성할 수 있다.In addition, the processor, when the first sub-filter condition includes the second sub-filter condition, changes the second expression of the second sub-filter condition to a blind parameter to generate the third filter condition, and , When the second sub-filter condition includes the first sub-filter condition, the third filter condition may be generated by changing the first expression of the first sub-filter condition to the blind parameter.
또한, 상기 프로세서는, 상기 제 3 필터 조건을 이용하여 생성된 적어도 하나의 제 4 필터 조건을 상기 쿼리에 추가하는 경우, 상기 제 3 필터 조건의 상기 블라인드 파라미터에 상기 EQC 리스트에 포함된 상기 복수의 표현 중 적어도 하나의 표현을 대입하여, 상기 적어도 하나의 제 4 필터 조건을 생성할 수 있다.In addition, when the processor adds at least one fourth filter condition generated using the third filter condition to the query, the plurality of the plurality of EQCs included in the EQC list in the blind parameter of the third filter condition The at least one fourth filter condition may be generated by substituting at least one of the expressions.
또한, 상기 프로세서는, 상기 제 3 필터 조건을 이용하여 생성된 적어도 하나의 제 4 필터 조건을 상기 쿼리에 추가하는 경우, 상기 제 3 필터 조건을 이용하여 상기 쿼리에 추가할 적어도 하나의 제 5 필터 조건을 생성하고, 상기 제 1 리스트에 포함된 상기 적어도 하나의 제 2 필터 조건과 상기 적어도 하나의 제 5 필터 조건을 비교하고, 상기 적어도 하나의 제 2 필터 조건과 상기 적어도 하나의 제 5 필터 조건을 비교한 결과에 기초하여, 상기 적어도 하나의 제 4 필터 조건을 생성할 수 있다.In addition, the processor, when adding at least one fourth filter condition generated using the third filter condition to the query, at least one fifth filter to be added to the query using the third filter condition Create a condition, compare the at least one second filter condition and the at least one fifth filter condition included in the first list, and the at least one second filter condition and the at least one fifth filter condition The at least one fourth filter condition may be generated based on the comparison result.
또한, 상기 프로세서는, 상기 적어도 하나의 제 2 필터 조건과 상기 적어도 하나의 제 5 필터 조건을 비교한 결과에 기초하여, 상기 적어도 하나의 제 4 필터 조건을 생성하는 경우, 상기 적어도 하나의 제 2 필터 조건과 상기 적어도 하나의 제 5 필터 조건을 비교하여 동일 필터 조건과 비동일 필터 조건을 구분하고, 상기 비동일 필터 조건을 상기 적어도 하나의 제 4 필터 조건으로 인식할 수 있다.Further, the processor may generate the at least one fourth filter condition based on a result of comparing the at least one second filter condition and the at least one fifth filter condition, the at least one second filter condition The filter condition and the at least one fifth filter condition may be compared to distinguish between the same filter condition and the non-identical filter condition, and the non-identical filter condition may be recognized as the at least one fourth filter condition.
또한, 상기 프로세서는, 상기 제 2 필터 조건이 상기 제 4 필터 조건을 포함하는 경우, 상기 제 2 필터 조건을 상기 쿼리 내의 상기 동일 조인 연산에서 삭제하고, 상기 제 2 필터 조건이 상기 제 4 필터 조건을 포함하지 않는 경우, 상기 제 2 필터 조건을 상기 쿼리 내의 상기 동일 조인 연산에서 유지시킬 수 있다.Further, the processor, when the second filter condition includes the fourth filter condition, deletes the second filter condition from the same join operation in the query, and the second filter condition is the fourth filter condition If not included, the second filter condition may be maintained in the same join operation in the query.
또한, 상기 프로세서는, 상기 적어도 하나의 제 4 필터 조건을 상기 쿼리에 추가하는 경우, 상기 적어도 하나의 조인 연산이 포함된 쿼리 내에 상기 적어도 하나의 제 4 필터 조건을 반영시킴으로써, 상기 쿼리를 재기록(rewriting) 할 수 있다.In addition, the processor, when adding the at least one fourth filter condition to the query, rewrites the query by reflecting the at least one fourth filter condition in the query including the at least one join operation ( rewriting) can be done.
또한, 상기 제 1 필터 조건, 상기 제 2 필터 조건, 상기 제 3 필터 조건 및 상기 제 4 필터 조건 각각은, 적어도 하나의 표현과 특정 값의 비교 조건, 적어도 하나의 표현과 특정 값의 동일 조건 및 적어도 하나의 표현과 특정 값의 비동일 조건 중 적어도 하나를 포함할 수 있다.In addition, each of the first filter condition, the second filter condition, the third filter condition, and the fourth filter condition is a comparison condition of at least one expression and a specific value, a condition that is the same between at least one expression and a specific value, and It may include at least one of at least one expression and a non-equal condition of a specific value.
본 개시에서 얻을 수 있는 기술적 해결 수단은 이상에서 언급한 해결 수단들로 제한되지 않으며, 언급하지 않은 또 다른 해결 수단들은 아래의 기재로부터 본 개시가 속하는 기술분야에서 통상의 지식을 가진 자에게 명확하게 이해될 수 있을 것이다.Technical solutions obtainable in the present disclosure are not limited to the above-mentioned solutions, and other solutions that are not mentioned are clearly to those of ordinary skill in the technical field to which the present disclosure belongs from the following description. It will be understandable.
본 개시는 동일 조인 연산에 포함된 표현을 이용하여 데이터베이스 쿼리를 위한 최적화(Optimization) 동작들을 수행하는 데이터베이스 서버 및 컴퓨터 프로그램을 제공할 수 있다.The present disclosure may provide a database server and a computer program that perform optimization operations for a database query using an expression included in the same join operation.
본 개시에서 얻을 수 있는 효과는 이상에서 언급한 효과로 제한되지 않으며, 언급하지 않은 또 다른 효과들은 아래의 기재로부터 본 개시가 속하는 기술분야에서 통상의 지식을 가진 자에게 명확하게 이해될 수 있을 것이다.The effects obtainable in the present disclosure are not limited to the effects mentioned above, and other effects not mentioned will be clearly understood by those of ordinary skill in the art from the following description. .
다양한 양상들이 이제 도면들을 참조로 기재되며, 여기서 유사한 참조 번호들은 총괄적으로 유사한 구성요소들을 지칭하는데 이용된다. 이하의 실시예에서, 설명 목적을 위해, 다수의 특정 세부사항들이 하나 이상의 양상들의 총체적 이해를 제공하기 위해 제시된다. 그러나, 그러한 양상(들)이 이러한 구체적인 세부사항들 없이 실시될 수 있음은 명백할 것이다.
도 1은 본 개시의 몇몇 실시예에 따른 데이터베이스 서버의 블록 구성도를 도시한다.
도 2는 본 개시의 몇몇 실시예에 따른 데이터베에스 서버가 클라이언트로부터 수신한 쿼리를 처리하는 방법의 일례를 설명하기 위한 흐름도이다.
도 3은 본 개시의 몇몇 실시예에 따른 쿼리, EQC 리스트, 제 1 리스트, 제 2 리스트 및 제 5 필터 조건의 일례를 설명하기 위한 도면이다.
도 4는 본 개시의 몇몇 실시예에 따른 데이터베이스 서버가 제 2 필터 조건을 생성하는 방법의 일례를 설명하기 위한 흐름도이다.
도 5는 본 개시의 몇몇 실시예에 따른 데이터베이스 서버가 제 4 필터 조건을 인식하는 방법의 일례를 설명하기 위한 흐름도이다.
도 6은 본 개시의 몇몇 실시예에 따른 데이터베이스 서버가 제 2 필터 조건을 관리하는 방법의 일례를 설명하기 위한 흐름도이다.
도 7은 본 개시의 몇몇 실시예들이 구현될 수 있는 예시적인 컴퓨팅 환경에 대한 간략하고 일반적인 개략도를 도시한다.Various aspects are now described with reference to the drawings, wherein like reference numbers are used collectively to refer to like elements. In the examples that follow, for illustrative purposes, a number of specific details are presented to provide a holistic understanding of one or more aspects. However, it will be apparent that such aspect(s) may be practiced without these specific details.
1 is a block diagram of a database server according to some embodiments of the present disclosure.
2 is a flowchart illustrating an example of a method of processing a query received from a client by a database server according to some embodiments of the present disclosure.
3 is a diagram for describing an example of a query, an EQC list, a first list, a second list, and a fifth filter condition according to some embodiments of the present disclosure.
4 is a flowchart illustrating an example of a method of generating a second filter condition by a database server according to some embodiments of the present disclosure.
5 is a flowchart illustrating an example of a method for the database server to recognize a fourth filter condition according to some embodiments of the present disclosure.
6 is a flowchart illustrating an example of a method of managing a second filter condition by a database server according to some embodiments of the present disclosure.
7 shows a simplified and general schematic diagram of an exemplary computing environment in which some embodiments of the present disclosure may be implemented.
다양한 실시예들 및/또는 양상들이 이제 도면들을 참조하여 개시된다. 하기 설명에서는 설명을 목적으로, 하나 이상의 양상들의 전반적 이해를 돕기 위해 다수의 구체적인 세부사항들이 개시된다. 그러나, 이러한 양상(들)은 이러한 구체적인 세부사항들 없이도 실행될 수 있다는 점 또한 본 개시의 기술 분야에서 통상의 지식을 가진 자에게 감지될 수 있을 것이다. 이후의 기재 및 첨부된 도면들은 하나 이상의 양상들의 특정한 예시적인 양상들을 상세하게 기술한다. 하지만, 이러한 양상들은 예시적인 것이고 다양한 양상들의 원리들에서의 다양한 방법들 중 일부가 이용될 수 있으며, 기술되는 설명들은 그러한 양상들 및 그들의 균등물들을 모두 포함하고자 하는 의도이다. 구체적으로, 본 명세서에서 사용되는 "실시예", "예", "양상", "예시" 등은 기술되는 임의의 양상 또는 설계가 다른 양상 또는 설계들보다 양호하다거나, 이점이 있는 것으로 해석되지 않을 수도 있다.Various embodiments and/or aspects are now disclosed with reference to the drawings. In the following description, for illustrative purposes, a number of specific details are disclosed to aid in an overall understanding of one or more aspects. However, it will also be appreciated by those of ordinary skill in the art that this aspect(s) may be practiced without these specific details. The following description and the annexed drawings set forth in detail certain illustrative aspects of one or more aspects. However, these aspects are exemplary and some of the various methods in the principles of the various aspects may be used, and the descriptions described are intended to include all such aspects and their equivalents. Specifically, as used herein, "an embodiment", "example", "aspect", "example" and the like are not construed as having any aspect or design being better or advantageous than other aspects or designs. May not.
또한, 다양한 양상들 및 특징들이 하나 이상의 장치들, 단말들, 서버들, 디바이스들, 컴포넌트들 및/또는 모듈들 등을 포함할 수 있는 시스템에 의하여 제시될 것이다. 다양한 시스템들이, 추가적인 장치들, 단말들, 서버들, 디바이스들, 컴포넌트들 및/또는 모듈들 등을 포함할 수 있다는 점 그리고/또는 도면들과 관련하여 논의된 장치들, 단말들, 서버들, 디바이스들, 컴포넌트들, 모듈들 등의 전부를 포함하지 않을 수도 있다는 점 또한 이해되고 인식되어야 한다. In addition, various aspects and features will be presented by a system that may include one or more devices, terminals, servers, devices, components and/or modules, and the like. The devices, terminals, servers discussed in connection with the drawings, that various systems may include additional devices, terminals, servers, devices, components and/or modules, etc. It should also be understood and appreciated that it may not include all of devices, components, modules, etc.
본 명세서에서 사용되는 용어 "컴퓨터 프로그램" "컴포넌트", "모듈", "시스템" 등은 서로 호환가능하게 사용될 수 있으며, 그리고 컴퓨터-관련 엔티티, 하드웨어, 펌웨어, 소프트웨어, 소프트웨어 및 하드웨어의 조합, 또는 소프트웨어의 실행을 지칭한다. 예를 들어, 컴포넌트는 프로세서상에서 실행되는 처리과정(procedure), 프로세서, 객체, 실행 스레드, 프로그램, 및/또는 컴퓨터일 수 있지만, 이들로 제한되는 것은 아니다. 예를 들어, 컴퓨팅 장치에서 실행되는 애플리케이션 및 컴퓨팅 장치 모두 컴포넌트일 수 있다. 하나 이상의 컴포넌트는 프로세서 및/또는 실행 스레드 내에 상주할 수 있다. 일 컴포넌트는 하나의 컴퓨터 내에 로컬화 될 수 있다. 일 컴포넌트는 2개 이상의 컴퓨터들 사이에 분배될 수 있다.The terms "computer program" "component", "module", "system" and the like as used herein may be used interchangeably, and computer-related entities, hardware, firmware, software, a combination of software and hardware, or Refers to the execution of software. For example, a component may be, but is not limited to, a process executed on a processor, a processor, an object, an execution thread, a program, and/or a computer. For example, both an application running on a computing device and a computing device may be components. One or more components may reside within a processor and/or thread of execution. A component can be localized on a single computer. A component can be distributed between two or more computers.
또한, 이러한 컴포넌트들은 그 내부에 저장된 다양한 데이터 구조들을 갖는 다양한 컴퓨터 판독가능한 매체로부터 실행할 수 있다. 컴포넌트들은 예를 들어 하나 이상의 데이터 패킷들을 갖는 신호(예를 들면, 로컬 시스템, 분산 시스템에서 다른 컴포넌트와 상호작용하는 하나의 컴포넌트로부터의 데이터 및/또는 신호를 통해 다른 시스템과 인터넷과 같은 네트워크를 통해 전송되는 데이터)에 따라 로컬 및/또는 원격 처리들을 통해 통신할 수 있다.In addition, these components can execute from a variety of computer readable media having various data structures stored therein. Components can be, for example, via a signal with one or more data packets (e.g., data from one component interacting with another component in a local system, a distributed system, and/or signals through another system and a network such as the Internet. Depending on the data being transmitted), it may communicate via local and/or remote processes.
이하, 도면 부호에 관계없이 동일하거나 유사한 구성 요소는 동일한 참조 번호를 부여하고 이에 대한 중복되는 설명은 생략한다. 또한, 본 명세서에 개시된 실시예를 설명함에 있어서 관련된 공지 기술에 대한 구체적인 설명이 본 명세서에 개시된 실시예의 요지를 흐릴 수 있다고 판단되는 경우 그 상세한 설명을 생략한다. 또한, 첨부된 도면은 본 명세서에 개시된 실시예를 쉽게 이해할 수 있도록 하기 위한 것일 뿐, 첨부된 도면에 의해 본 명세서에 개시된 기술적 사상이 제한되지 않는다.Hereinafter, the same or similar components are assigned the same reference numerals regardless of the reference numerals, and redundant descriptions thereof will be omitted. In addition, in describing the embodiments disclosed in the present specification, when it is determined that detailed descriptions of related known technologies may obscure the subject matter of the embodiments disclosed in the present specification, detailed descriptions thereof will be omitted. In addition, the accompanying drawings are for easy understanding of the embodiments disclosed in the present specification, and the technical spirit disclosed in the present specification is not limited by the accompanying drawings.
본 명세서에서 사용된 용어는 실시예들을 설명하기 위한 것이며 본 개시를 제한하고자 하는 것은 아니다. 본 명세서에서, 단수형은 문구에서 특별히 언급하지 않는 한 복수형도 포함한다. 명세서에서 사용되는 "포함한다(comprises)" 및/또는 "포함하는(comprising)"은 언급된 구성요소 외에 하나 이상의 다른 구성요소의 존재 또는 추가를 배제하지 않는다.The terms used in the present specification are for describing exemplary embodiments and are not intended to limit the present disclosure. In this specification, the singular form also includes the plural form unless specifically stated in the phrase. As used in the specification, “comprises” and/or “comprising” do not exclude the presence or addition of one or more other elements other than the mentioned elements.
비록 제1, 제2 등이 다양한 소자나 구성요소들을 서술하기 위해서 사용되나, 이들 소자나 구성요소들은 이들 용어에 의해 제한되지 않음은 물론이다. 이들 용어들은 단지 하나의 소자나 구성요소를 다른 소자나 구성요소와 구별하기 위하여 사용하는 것이다. 따라서, 이하에서 언급되는 제1 소자나 구성요소는 본 개시의 기술적 사상 내에서 제2 소자나 구성요소 일 수도 있음은 물론이다.Although the first, second, etc. are used to describe various devices or components, it is a matter of course that these devices or components are not limited by these terms. These terms are only used to distinguish one device or component from another device or component. Therefore, it goes without saying that the first device or component mentioned below may be a second device or component within the spirit of the present disclosure.
다른 정의가 없다면, 본 명세서에서 사용되는 모든 용어(기술 및 과학적 용어를 포함)는 본 개시가 속하는 기술분야에서 통상의 지식을 가진 자에게 공통적으로 이해될 수 있는 의미로 사용될 수 있을 것이다. 또 일반적으로 사용되는 사전에 정의되어 있는 용어들은 명백하게 특별히 정의되어 있지 않는 한 이상적으로 또는 과도하게 해석되지 않는다.Unless otherwise defined, all terms (including technical and scientific terms) used in the present specification may be used as meanings that can be commonly understood by those of ordinary skill in the art to which this disclosure belongs. In addition, terms defined in a commonly used dictionary are not interpreted ideally or excessively unless explicitly defined specifically.
더불어, 용어 "또는"은 배타적 "또는"이 아니라 내포적 "또는"을 의미하는 것으로 의도된다. 즉, 달리 특정되지 않거나 문맥상 명확하지 않은 경우에, "X는 A 또는 B를 이용한다"는 자연적인 내포적 치환 중 하나를 의미하는 것으로 의도된다. 즉, X가 A를 이용하거나; X가 B를 이용하거나; 또는 X가 A 및 B 모두를 이용하는 경우, "X는 A 또는 B를 이용한다"가 이들 경우들 어느 것으로도 적용될 수 있다. 또한, 본 명세서에 사용된 "및/또는"이라는 용어는 열거된 관련 아이템들 중 하나 이상의 아이템의 가능한 모든 조합을 지칭하고 포함하는 것으로 이해되어야 한다. In addition, the term “or” is intended to mean an inclusive “or” rather than an exclusive “or”. That is, unless specified otherwise or is not clear from the context, "X employs A or B" is intended to mean one of the natural inclusive substitutions. That is, X uses A; X uses B; Or, when X uses both A and B, “X uses A or B” can be applied to either of these cases. In addition, the term "and/or" as used herein should be understood to refer to and include all possible combinations of one or more of the listed related items.
더불어, 본 명세서에서 사용되는 용어 "정보" 및 "데이터"는 종종 서로 상호교환 가능하도록 사용될 수 있다.In addition, the terms “information” and “data” as used herein may often be used interchangeably with each other.
이하의 설명에서 사용되는 구성 요소에 대한 접미사 “모듈” 및 “부”는 명세서 작성의 용이함만이 고려되어 부여되거나 혼용되는 것으로서 그 자체로 서로 구별되는 의미 또는 역할을 갖는 것은 아니다.The suffixes “module” and “unit” for constituent elements used in the following description are given or used interchangeably in consideration of only the ease of preparation of the specification, and do not have distinct meanings or roles by themselves.
본 개시의 목적 및 효과, 그리고 그것들을 달성하기 위한 기술적 구성들은 첨부되는 도면과 함께 상세하게 후술되어 있는 실시예들을 참조하면 명확해질 것이다. 본 개시를 설명하는데 있어서 공지 기능 또는 구성에 대한 구체적인 설명이 본 개시의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명을 생략할 것이다. 그리고 후술되는 용어들은 본 개시에서의 기능을 고려하여 정의된 용어들로서 이는 사용자, 운용자의 의도 또는 관례 등에 따라 달라질 수 있다.Objects and effects of the present disclosure, and technical configurations for achieving them will become apparent with reference to embodiments described in detail later with reference to the accompanying drawings. In describing the present disclosure, when it is determined that a detailed description of a well-known function or configuration may unnecessarily obscure the subject matter of the present disclosure, a detailed description thereof will be omitted. In addition, terms to be described later are terms defined in consideration of functions in the present disclosure and may vary according to the intention or custom of users or operators.
그러나 본 개시는 이하에서 개시되는 실시예들에 한정되는 것이 아니라 서로 다른 다양한 형태로 구현될 수 있다. 단지 본 실시예들은 본 개시가 완전하도록 하고, 본 개시가 속하는 기술분야에서 통상의 지식을 가진 자에게 개시의 범주를 완전하게 알려주기 위해 제공되는 것이며, 본 개시는 청구항의 범주에 의해 정의될 뿐이다. 그러므로 그 정의는 본 명세서 전반에 걸친 내용을 토대로 내려져야 할 것이다.However, the present disclosure is not limited to the embodiments disclosed below, and may be implemented in various different forms. The present embodiments are provided only to make the present disclosure complete, and to completely inform the scope of the disclosure to those of ordinary skill in the art to which the present disclosure belongs, and the present disclosure is only defined by the scope of the claims. . Therefore, the definition should be made based on the contents throughout this specification.
도 1은 본 개시의 몇몇 실시예에 따른 데이터베이스 서버(100)의 블록 구성도를 도시한다.1 is a block diagram of a
도 1을 참조하면, 데이터베이스 서버(100) 및 클라이언트(200)는 네트워크를 통해, 본 개시의 몇몇 실시예들에 따른 쿼리를 상호 송수신할 수 있다.Referring to FIG. 1, the
본 개시에서, 쿼리(query)는 데이터베이스 서버에서의 처리를 요청하는 임의의 요청 또는 명령을 의미하며, 예를 들어, DML(Data Manipulation Language), DDL(Data Definition Language) 및/또는 PL/SQL(Procedural Language/Structured Query Language) 등을 포함할 수 있다. 또한, 본 개시에서의 쿼리는 사용자/개발자 등으로부터 발행되는 임의의 요청을 의미할 수 있다. 또한, 쿼리는 클라이언트(200) 및/또는 데이터베이스 서버(100)에 인입되고 클라이언트(200) 및/또는 데이터베이스 서버(100)에서 처리되는 임의의 요청을 의미할 수 있다.In the present disclosure, a query refers to any request or command requesting processing in a database server, for example, Data Manipulation Language (DML), Data Definition Language (DDL), and/or PL/SQL ( Procedural Language/Structured Query Language), etc. may be included. In addition, a query in the present disclosure may mean an arbitrary request issued from a user/developer. In addition, the query may refer to an arbitrary request that is entered into the
본 개시의 몇몇 실시예들에 따른 네트워크는 공중전화 교환망(PSTN:Public Switched Telephone Network), xDSL(x Digital Subscriber Line), RADSL(Rate Adaptive DSL), MDSL(Multi Rate DSL), VDSL(Very High Speed DSL), UADSL(Universal Asymmetric DSL), HDSL(High Bit Rate DSL) 및 근거리 통신망(LAN) 등과 같은 다양한 유선 통신 시스템들을 사용할 수 있다.Networks according to some embodiments of the present disclosure include Public Switched Telephone Network (PSTN), x Digital Subscriber Line (xDSL), Rate Adaptive DSL (RADSL), Multi Rate DSL (MDSL), Very High Speed (VDSL). Various wired communication systems such as DSL), Universal Asymmetric DSL (UADSL), High Bit Rate DSL (HDSL), and local area network (LAN) can be used.
또한, 여기서 제시되는 네트워크는 CDMA(Code Division Multi Access), TDMA(Time Division Multi Access), FDMA(Frequency Division Multi Access), OFDMA(Orthogonal Frequency Division Multi Access), SC-FDMA(Single Carrier-FDMA) 및 다른 시스템들과 같은 다양한 무선 통신 시스템들을 사용할 수 있다.In addition, the network presented here is CDMA (Code Division Multi Access), TDMA (Time Division Multi Access), FDMA (Frequency Division Multi Access), OFDMA (Orthogonal Frequency Division Multi Access), SC-FDMA (Single Carrier-FDMA) and Various wireless communication systems such as other systems can be used.
본 개시의 실시예들에 따른 네트워크는 유선 및 무선 등과 같은 그 통신 양태를 가리지 않고 구성될 수 있으며, 단거리 통신망(PAN:Personal Area Network), 근거리 통신망(WAN:Wide Area Network) 등 다양한 통신망으로 구성될 수 있다. 또한, 상기 네트워크는 공지의 월드와이드웹(WWW:World Wide Web)일 수 있으며, 적외선(IrDA:Infrared Data Association) 또는 블루투스(Bluetooth)와 같이 단거리 통신에 이용되는 무선 전송 기술을 이용할 수도 있다.The network according to the embodiments of the present disclosure may be configured regardless of its communication mode, such as wired and wireless, and is composed of various communication networks such as a personal area network (PAN) and a wide area network (WAN). Can be. In addition, the network may be a known World Wide Web (WWW), and may use a wireless transmission technology used for short-range communication such as infrared (IrDA: Infrared Data Association) or Bluetooth (Bluetooth).
본 개시에서 설명된 기술들은 위에서 언급된 네트워크들뿐만 아니라, 다른 네트워크들에서도 사용될 수 있다.The techniques described in this disclosure may be used not only in the networks mentioned above, but also in other networks.
본 개시의 몇몇 실시예에 따르면, 데이터베이스 서버(100)는 통신부(110), 저장부(120) 및 프로세서(130)를 포함할 수 있다. 다만, 상술한 구성 요소들은 데이터베이스 서버(100)를 구현하는데 있어서 필수적인 것은 아니어서, 데이터베이스 서버(100)는 위에서 열거된 구성요소들 보다 많거나, 또는 적은 구성요소들을 가질 수 있다.According to some embodiments of the present disclosure, the
데이터베이스 서버(100)는, 예를 들어, 마이크로프로세서, 메인프레임 컴퓨터, 디지털 프로세서, 휴대용 디바이스 및 디바이스 제어기 등과 같은 임의의 타입의 컴퓨터 시스템 또는 컴퓨터 디바이스를 포함할 수 있다. 이러한 데이터베이스 서버(100)는 DBMS(Database Management System)를 포함할 수 있다.The
한편, 클라이언트(200)는, 예를 들어, PC(personal computer), 노트북(note book), 모바일 단말기(mobile terminal), 스마트 폰(smart phone), 태블릿 PC(tablet pc) 및 웨어러블 디바이스(wearable device) 등을 포함할 수 있으며, 유/무선 네트워크에 접속할 수 있는 모든 종류의 단말을 포함할 수 있다. 그리고, 클라이언트(200)는 데이터베이스 서버(100)로 쿼리를 전송할 수 있다.On the other hand, the
도 1에서는 1개의 데이터베이스 서버(100) 및 1개의 클라이언트(200)를 예시적으로 도시하고 있으나, 이보다 많은 데이터베이스 서버들(관리 장치들) 및 클라이언트(200)들 또한 본 발명의 범위에 포함될 수 있다는 점이 당해 출원 분야에 있어서 통상의 지식을 가진 자에게 명백할 것이다.1 illustrates one
데이터베이스 서버(100)의 통신부(110)는 데이터베이스 서버(100)와 통신 시스템 사이, 또는 데이터베이스 서버(100)와 클라이언트(200) 사이의 통신을 가능하게 하는 하나 이상의 모듈을 포함할 수 있다. 또한, 상기 통신부(110)는, 데이터베이스 서버(100)를 하나 이상의 네트워크에 연결하는 하나 이상의 모듈을 포함할 수 있다.The
본 개시의 몇몇 실시예에 따르면, 데이터베이스 서버(100)의 통신부(110)는 클라이언트(200)로부터 적어도 하나의 조인(Join) 연산이 포함된 쿼리를 수신할 수 있다.According to some embodiments of the present disclosure, the
이 경우, 데이터베이스 서버(100)의 프로세서(130)는 수신된 쿼리에 동일 조인(Equi Join) 연산이 포함되었는지 여부를 인식할 수 있다. 프로세서(130)는 수신된 쿼리에 동일 조인 연산이 포함되었다고 인식한 경우, 동일 조인 연산에 사용된 복수의 표현(Expression)을 추출할 수 있다. 그리고, 프로세서(130)는 복수의 표현을 포함하는 EQC(Equivalent Class) 리스트를 생성할 수 있다. In this case, the
본 개시에서 표현(Expression)은 데이터베이스 서버(100)가 수신하는 쿼리에 포함되는 표현식을 의미할 수 있다. 이러한 표현은, 데이터베이스의 영구저장매체에 저장되는 데이터 테이블(data table)의 테이블 식별 값 및 테이블 내의 컬럼(column) 또는 로우(row)의 식별 값을 포함할 수 있다. 예를 들어, 표현이 't1.C'인 경우, 데이터 테이블에서 1번 테이블의 C 컬럼을 의미할 수 있다.In the present disclosure, an expression may mean an expression included in a query received by the
본 개시에서 EQC 리스트는, 데이터베이스 서버(100)가 수신하는 쿼리에 포함된 표현들 중 동일 조건에 해당되는 표현들에 대한 리스트를 의미할 수 있다. 예를 들어, 쿼리에 포함된 동일 조건이 'A = B인 경우, 'A' 및 'B' 각각은 쿼리에 포함된 동일 조건에 해당되는 표현들이 될 수 있다. 이 경우, EQC 리스트에는 'A' 및 'B' 가 포함될 수 있다.In the present disclosure, the EQC list may mean a list of expressions corresponding to the same condition among expressions included in a query received by the
한편, 프로세서(130)는 쿼리에 포함된 적어도 하나의 제 1 필터 조건 중에서, EQC 리스트에 포함된 복수의 표현과 관련된 적어도 하나의 제 2 필터 조건을 추출할 수 있다. 여기서, 제 2 필터 조건은 제 1 필터 조건에 포함될 수 있다. 그리고, 프로세서(130)는 적어도 하나의 제 2 필터 조건을 포함하는 제 1 리스트를 생성할 수 있다.Meanwhile, the
본 개시에서 필터 조건은 쿼리에 포함된 적어도 하나의 표현 각각에 대한 조건을 의미한다. 구체적으로, 필터 조건은 쿼리에 포함된 적어도 하나의 표현이 포함된 테이블 내에서의 조건을 의미한다. 예를 들어, 필터 조건 't1.A > 4'는 1번 테이블(t1)에서 'A' 컬럼에 포함된 값에 대하여, '4'보다 큰 경우 만족되는 필터 조건일 수 있다.In the present disclosure, a filter condition means a condition for each of at least one expression included in a query. Specifically, a filter condition refers to a condition in a table that includes at least one expression included in the query. For example, the filter condition't1.A> 4'may be a filter condition that is satisfied when it is greater than '4' for a value included in the column'A' in table 1 t1.
상술한 프로세서(130)가 EQC 리스트 및 제 1 리스트를 생성하는 방법에 대한 설명은 도 2 및 도 3을 참조하여 자세히 후술한다.A description of the method of generating the EQC list and the first list by the above-described
프로세서(130)는 EQC 리스트를 이용하여 제 1 리스트에 포함된 적어도 하나의 제 2 필터 조건을 분석할 수 있다. 구체적으로, 프로세서(130)는 EQC 리스트에 포함된 표현과 관련된 제 3 필터 조건을 생성할 수 있다.The
구체적으로, 프로세서(130)는 제 2 필터 조건의 제 1 서브 필터 조건이 제 2 서브 필터 조건을 포함하는 경우, 제 2 서브 필터 조건의 제 2 표현을 블라인드 파라미터로 변경하여 제 3 필터 조건을 생성할 수 있다. 여기서, 제 1 서브 필터 조건은 쿼리에 포함된 동일 조인 연산에 사용된 복수의 표현 중 제 1 표현이 사용된 필터 조건을 의미할 수 있다. 또한, 제 2 서브 필터 조건은 상기 복수의 표현 중 제 2 표현이 사용된 필터 조건을 의미할 수 있다.Specifically, when the first sub-filter condition of the second filter condition includes the second sub-filter condition, the
본 개시에서, 블라인드 파라미터는 매개 변수를 의미한다. 구체적으로, 블라인드 파라미터는, 쿼리에 포함된 동일 조인 조건 및 필터 조건에 기초하여, 결합된 하나의 필터 조건에서 복수의 표현이 대입 가능한 위치에 삽입될 수 있다.In the present disclosure, the blind parameter means a parameter. Specifically, the blind parameter may be inserted at a position where a plurality of expressions can be substituted in one combined filter condition based on the same join condition and filter condition included in the query.
상술한 프로세서(130)가 제 3 필터 조건을 생성하는 방법에 대한 설명은 도 4를 참조하여 좀더 자세히 후술한다.A description of a method of generating the third filter condition by the above-described
한편, 프로세서(130)는 제 3 필터 조건을 포함하는 제 2 리스트를 생성할 수 있다. 그리고, 프로세서(130)는 제 3 필터 조건을 이용하여 생성된 적어도 하나의 제 4 필터 조건을 수신된 쿼리에 추가할 수 있다.Meanwhile, the
구체적으로, 프로세서(130)는 적어도 하나의 조인 연산이 포함된 쿼리 내에 제 4 필터 조건을 반영시킴으로써, 상기 쿼리를 재기록(rewriting)할 수 있다.Specifically, the
즉, 데이터베이스 서버(100)의 프로세서(130)는 클라이언트(200)로부터 수신한 쿼리를 상술한 바와 같이 최적화하여, 쿼리 익스큐터(Query Executor)로 전달할 수 있다.That is, the
쿼리 익스큐터는 최적화된 쿼리를 수신하여 처리함으로써, 쿼리 처리에 따른 부하가 감소될 수 있다. 따라서, 보다 효율적이고 정확한 쿼리 처리가 가능할 수 있다.The query executor receives and processes optimized queries, thereby reducing the load associated with query processing. Therefore, more efficient and accurate query processing may be possible.
상술한 프로세서(130)가 제 4 필터 조건을 수신된 쿼리에 추가하는 방법에 대한 설명은 도 5 및 도 6을 참조하여 자세히 후술한다.A description of how the
본 개시에서 제 1 필터 조건, 제 2 필터 조건, 제 3 필터 조건 및 제 4 필터 조건 각각은, 적어도 하나의 표현과 특정 값의 비교 조건, 적어도 하나의 표현과 특정 값의 동일 조건 및 적어도 하나의 표현과 특정 값의 비동일 조건 중 적어도 하나를 포함할 수 있다. 다만, 이에 한정되는 것은 아니다.In the present disclosure, each of the first filter condition, the second filter condition, the third filter condition, and the fourth filter condition is a comparison condition of at least one expression and a specific value, the same condition of at least one expression and a specific value, and at least one It may include at least one of an expression and a non-equal condition of a specific value. However, it is not limited thereto.
데이터베이스 서버(100)의 저장부(120)는 프로세서(130)의 동작을 위한 프로그램을 저장할 수 있고, 입/출력되는 데이터들을 임시 또는 영구 저장할 수도 있다. 저장부(120)는 플래시 메모리 타입(flash memory type), 하드디스크 타입(hard disk type), 멀티미디어 카드 마이크로 타입(multimedia card micro type), 카드 타입의 메모리(예를 들어 SD 또는 XD 메모리 등), 램(Random Access Memory, RAM), SRAM(Static Random Access Memory), 롬(Read-Only Memory, ROM), EEPROM(Electrically Erasable Programmable Read-Only Memory), PROM(Programmable Read-Only Memory), 자기 메모리, 자기 디스크, 광디스크 중 적 어도 하나의 타입의 저장매체를 포함할 수 있다. 이러한 저장부(120)는 프로세서(130)에 제어에 의하여 동작 될 수 있다.The
도 1 에서는 도시되지 않았지만, 데이터베이스 서버(100)의 저장부(120)는 메모리 및 영구저장매체를 포함할 수 있다. 즉, 데이터베이스 서버(100)는 버퍼 캐시를 포함하는 하나 이상의 메모리를 포함할 수 있다. 이 경우, DBMS는 상기 메모리 상에서 프로세서(130)에 의하여 동작될 수 있다.Although not shown in FIG. 1, the
여기서, 메모리는 동적 램(DRAM, dynamic random access memory), 정적 램(SRAM, static random access memory) 등의 랜덤 액세스 메모리(RAM)와 같은, 프로세서가 직접 접근하는 주된 저장 장치로서 전원이 꺼지면 저장된 정보가 순간적으로 지워지는 휘발성(volatile) 저장 장치를 의미할 수 있지만, 이들로 한정되는 것은 아니다. 이러한 메모리는 프로세서에 제어에 의하여 동작 될 수 있다.Here, the memory is the main storage device directly accessed by the processor, such as a random access memory (RAM) such as dynamic random access memory (DRAM) and static random access memory (SRAM), and stored information when the power is turned off. May mean a volatile storage device that is instantly erased, but is not limited thereto. Such a memory can be operated under control of the processor.
메모리는 데이터 값을 포함하는 데이터 테이블(data table)을 임시로 저장할 수 있다. 상기 데이터 테이블은 데이터 값을 포함할 수 있으며, 본 개시의 몇몇 실시예에서 상기 데이터 테이블의 데이터 값은 메모리로부터 영구 저장 매체에 기록될 수 있다. 추가적으로, 저장부(120)의 메모리는 버퍼 캐시를 포함하며, 상기 버퍼 캐시의 데이터 블록에는 데이터가 저장될 수 있다. 상기 데이터는 백그라운드 프로세스에 의하여 저장부(120)의 영구 저장 매체에 기록될 수 있다.The memory may temporarily store a data table including data values. The data table may include data values, and in some embodiments of the present disclosure, the data values of the data table may be recorded from a memory to a permanent storage medium. Additionally, the memory of the
영구 저장 매체는, 예를 들어 자기(magnetic) 디스크, 광학(optical) 디스크 및 광자기(magneto-optical) 저장 디바이스뿐만 아니라 플래시 메모리 및/또는 배터리-백업 메모리에 기초한 저장 디바이스와 같은, 임의의 데이터를 지속적으로 할 수 있는 비-휘발성(non-volatile) 저장 매체를 의미한다. 이러한 영구 저장 매체는 다양한 통신 수단을 통하여 데이터베이스 서버(100)의 프로세서(130) 및 메모리와 통신할 수 있다.Persistent storage media include, for example, any data, such as magnetic disks, optical disks, and magneto-optical storage devices as well as storage devices based on flash memory and/or battery-backup memory. It refers to a non-volatile storage medium capable of continuously performing. Such a permanent storage medium may communicate with the
추가적인 실시예에서, 이러한 영구 저장 매체는 데이터베이스 서버(100) 외부에 위치하여 데이터베이스 서버(100)와 통신이 가능할 수도 있다.In an additional embodiment, such a permanent storage medium may be located outside the
DBMS는 데이터베이스 서버(100)에서 필요한 데이터를 검색, 삽입, 수정 및/또는 삭제 등과 같은 동작들을 수행하는 것을 허용하기 위한 프로그램으로서, 전술한 바와 같이, 데이터베이스 서버(100)의 메모리에서 프로세서(130)에 의하여 구현될 수 있다.The DBMS is a program for allowing the
데이터베이스 서버(100)의 프로세서(130)는 통상적으로 데이터베이스 서버(100)의 전반적인 동작을 제어한다. 프로세서(130)는 위에서 살펴본 구성요소들을 통해 입력 또는 출력되는 신호, 데이터, 정보 등을 처리하거나 저장부(120)에 저장된 응용 프로그램을 구동함으로써, 사용자에게 적절한 정보 또는 기능을 제공 또는 처리할 수 있다.The
데이터베이스 서버(100)의 프로세서(130)는 저장부(120)에 저장된 응용 프로그램을 구동하기 위하여, 도 1과 함께 살펴본 구성요소들 중 적어도 일부를 제어할 수 있다. 나아가, 프로세서(130)는 상기 응용 프로그램의 구동을 위하여, 데이터베이스 서버(100)에 포함된 구성요소들 중 적어도 둘 이상을 서로 조합하여 동작시킬 수 있다.The
여기에 설명되는 다양한 실시예는 예를 들어, 소프트웨어, 하드웨어 또는 이들의 조합된 것을 이용하여 컴퓨터 또는 이와 유사한 장치로 읽을 수 있는 기록매체 및 저장매체 내에서 구현될 수 있다.Various embodiments described herein may be implemented in a recording medium and a storage medium that can be read by a computer or a similar device using, for example, software, hardware, or a combination thereof.
하드웨어적인 구현에 의하면, 여기에 설명되는 실시예는 ASICs (application specific integrated circuits), DSPs (digital signal processors), DSPDs (digital signal processing devices), PLDs (programmable logic devices), FPGAs (field programmable gate arrays, 프로세서(processors), 제어기(controllers), 마이크로 컨트롤러(micro-controllers), 마이크로 프로세서(microprocessors), 기타 기능 수행을 위한 전기적인 유닛 중 적어도 하나를 이용하여 구현될 수 있다. 일부의 경우에 본 명세서에서 설명되는 실시예들이 프로세서(130) 자체로 구현될 수 있다.According to hardware implementation, the embodiments described herein include application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable gate arrays (FPGAs), It may be implemented using at least one of processors, controllers, micro-controllers, microprocessors, and electrical units for performing other functions, in some cases herein. The described embodiments may be implemented by the
소프트웨어적인 구현에 의하면, 본 명세서에서 설명되는 절차 및 기능과 같은 실시예들은 별도의 소프트웨어 모듈들로 구현될 수 있다. 상기 소프트웨어 모듈들 각각은 본 명세서에서 설명되는 하나 이상의 기능 및 작동을 수행할 수 있다. 적절한 프로그램 언어로 쓰여진 소프트웨어 어플리케이션으로 소프트웨어 코드가 구현될 수 있다. 상기 소프트웨어 코드는 저장부(120)에 저장되고, 프로세서(130)에 의해 실행될 수 있다.According to the software implementation, embodiments such as procedures and functions described in the present specification may be implemented as separate software modules. Each of the software modules may perform one or more functions and operations described herein. The software code can be implemented as a software application written in an appropriate programming language. The software code may be stored in the
도 2는 본 개시의 몇몇 실시예에 따른 데이터베에스 서버가 클라이언트로부터 수신한 쿼리를 처리하는 방법의 일례를 설명하기 위한 흐름도이다. 도 3은 본 개시의 몇몇 실시예에 따른 쿼리, EQC 리스트, 제 1 리스트, 제 2 리스트 및 제 5 필터 조건의 일례를 설명하기 위한 도면이다.2 is a flowchart illustrating an example of a method of processing a query received from a client by a database server according to some embodiments of the present disclosure. 3 is a diagram for describing an example of a query, an EQC list, a first list, a second list, and a fifth filter condition according to some embodiments of the present disclosure.
도 2를 참조하면, 데이터베이스 서버(100)의 프로세서(130)는 통신부(110)를 통해 쿼리를 수신할 수 있다(S100). 구체적으로, 프로세서(130)는 도 3에 도시된 바와 같은 적어도 하나의 조인(Join) 연산이 포함된 쿼리(10)를 수신할 수 있다. 여기서, 적어도 하나의 조인(Join) 연산이 포함된 쿼리(10)는 동일 조인 연산(11) 및 제 1 필터 조건(12)을 포함할 수 있다. 다만, 이에 한정되는 것은 아니다.Referring to FIG. 2, the
다시 도 2를 참조하면, 프로세서(130)는 쿼리(10)에 동일 조인(Equi Join) 연산이 포함되었는지 여부를 인식할 수 있다(S200). 여기서, 동일 조인 연산은 쿼리에 사용되는 제 1 표현과 제 2 표현이 등가인 연산을 의미한다. 예를 들어, 도 3에 도시된 바와 같은 't1.C = t2.B'가 동일 조인 연산일 수 있다.Referring back to FIG. 2, the
프로세서(130)는 쿼리(10)에 동일 조인 연산이 포함되지 않았다고 인식한 경우(S200, No), 조인 연산에서 사용된 복수의 표현을 추출하지 않고, 그대로 처리되도록 쿼리를 유지시킬 수 있다.When it is recognized that the same join operation is not included in the query 10 (S200, No), the
한편, 프로세서(130)는 쿼리(10)에 동일 조인 연산이 포함되었다고 인식한 경우(S200, Yes), 동일 조인 연산에서 사용된 복수의 표현(Expression)을 추출할 수 있다. 그리고, 프로세서(130)는 복수의 표현을 포함하는 EQC(Equivalent Class) 리스트를 생성할 수 있다(S300).Meanwhile, when it is recognized that the query 10 includes the same join operation (S200, Yes), the
예를 들어, 도 3을 참조하면, 프로세서(130)는 쿼리(10)에 포함된 동일 조인 연산(11)인 't1.C = t2.B'를 인식할 수 있다. 또한, 프로세서(130)는 동일 조인 연산(11)에 사용된 표현인 't1.C' 및 't2.B'를 추출할 수 있다. 그리고, 프로세서(130)는 동일 조인 연산(11)에 사용된 표현인 't1.C' 및 't2.B'를 포함하는 EQC 리스트(20)를 생성할 수 있다.For example, referring to FIG. 3, the
다시 도 2를 참조하면, 데이터베이스 서버(100)의 프로세서(130)는 제 1 필터 조건 중에서, EQC 리스트에 포함된 복수의 표현과 관련된 적어도 하나의 제 2 필터 조건을 추출할 수 있다. 또한, 프로세서(130)는 적어도 하나의 제 2 필터 조건을 포함하는 제 1 리스트를 생성할 수 있다(S400).Referring back to FIG. 2, the
예를 들어, 도 3을 참조하면, 프로세서(130)는 쿼리(10)에 포함된 제 1 필터 조건(12) 중에서 EQC 리스트(20)에 포함된 표현(21)인 't1.C' 및 't2.B'와 관련된 제 2 필터 조건(31)을 추출할 수 있다. 즉, 프로세서(130)는 't2.B'와 관련된 필터인 't2.B = 3'를 추출할 수 있다. 또한, 프로세서(130)는 't1.C'와 관련된 필터인 't1.C > 2'를 추출할 수 있다. 그리고, 프로세서(130)는 추출한 필터인 't2.B = 3' 및 't1.C > 2'를 포함하는 제 1 리스트(30)를 생성할 수 있다.For example, referring to FIG. 3, the
다시 도 2를 참조하면, 데이터베이스 서버(100)의 프로세서(130)는 EQC 리스트를 이용하여 제 1 리스트에 포함된 적어도 하나의 제 2 필터 조건을 분석할 수 있다. 또한, 프로세서(130)는 제 2 필터 조건을 분석함에 따라, 제 3 필터 조건을 생성할 수 있다.Referring back to FIG. 2, the
예를 들어, 도 3을 참조하면, 프로세서(130)는 L-값(Left-value) 이 블라인드 파라미터(42)로 변경된 제 3 필터 조건(41)을 생성할 수 있다.For example, referring to FIG. 3, the
본 개시에서, L-값은 쿼리에 포함되는 필터 조건에서 표현(Expression)이 위치하는 값일 수 있다. 예를 들어, 쿼리에 포함되는 필터 조건이 'A = 3'인 경우, 'A'가 L-값일 수 있다. 한편, '3'은 R-값일 수 있다. 즉, 치환문(여기서, L-값이 블라인드 파라미터로 변경되는 제 3 필터 조건)의 왼쪽 값은 L-값(Left-Value)이고, 상기 치환문의 오른쪽 값은 R-값(Right-Value)일 수 있다.In the present disclosure, the L-value may be a value at which an expression is located in a filter condition included in a query. For example, when the filter condition included in the query is'A = 3','A' may be an L-value. Meanwhile, '3' may be an R-value. That is, the left value of the substitution statement (here, the third filter condition in which the L-value is changed to the blind parameter) is the L-value, and the right value of the substitution statement is the R-value. I can.
상술한 프로세서(130)가 제 3 필터 조건을 생성하는 방법에 대한 설명은 도 4를 참조하여 자세히 후술한다.A description of the method of generating the third filter condition by the above-described
다시 도 2를 참조하면, 데이터베이스 서버(100)의 프로세서(130)는 제 3 필터 조건을 포함하는 제 2 리스트를 생성할 수 있다(S500). 그리고, 프로세서(130)는 제 3 필터 조건을 이용하여 생성된 적어도 하나의 제 4 필터 조건을 쿼리에 추가할 수 있다(S600).Referring back to FIG. 2, the
예를 들어, 도 3을 참조하면, 프로세서(130)는 제 3 필터 조건(41)을 이용하여, 쿼리(10)에 추가할 제 5 필터 조건(50)을 생성할 수 있다. 또한, 프로세서(130)는 제 5 필터 조건 중에서 쿼리(10)에 추가할 제 4 필터 조건(60)을 결정할 수 있다.For example, referring to FIG. 3, the
구체적으로, 프로세서(130)는 제 5 필터 조건(50) 중 쿼리(10)에 포함된 제 1 필터 조건과 상이한 제 4 필터 조건(60)을 인식할 수 있다. 그리고, 프로세서(130)는 제 4 필터 조건(60)을 쿼리(10)에 추가할 수 있다.Specifically, the
즉, 프로세서(130)는 적어도 하나의 조인 연산이 포함된 쿼리(10) 내에 제 4 필터 조건(60)을 반영시킴으로써, 상기 쿼리(10)를 재기록(rewriting)할 수 있다.That is, the
도 4는 본 개시의 몇몇 실시예에 따른 데이터베이스 서버가 제 2 필터 조건을 생성하는 방법의 일례를 설명하기 위한 흐름도이다.4 is a flowchart illustrating an example of a method of generating a second filter condition by a database server according to some embodiments of the present disclosure.
먼저 도 2를 참조하면, 데이터베이스 서버(100)의 프로세서(130)는, 제 3 필터 조건을 포함하는 제 2 리스트를 생성하기 위하여, EQC 리스트를 이용하여 제 1 리스트에 포함된 적어도 하나의 제 2 필터 조건을 분석할 수 있다.First, referring to FIG. 2, the
구체적으로, 도 4를 참조하면, 프로세서(130)는 제 2 필터 조건이 가지는 제 1 서브 필터 조건 및 제 2 서브 필터 조건을 비교할 수 있다. 좀더 구체적으로, 프로세서(130)는 제 1 서브 필터 조건이 제 2 서브 필터 조건에 포함되는지 여부를 인식할 수 있다(S520).Specifically, referring to FIG. 4, the
본 개시에서, 제 1 조건이 제 2 조건을 포함한다는 의미는, 제 1 조건에 해당하는 제 1 범위가 제 2 조건에 해당하는 제 2 범위보다 큰 것을 의미할 수 있다. 일례로, 제 1 조건이 'A > 3'이고, 제 2 조건이 'A > 5'인 경우, 제 1 조건이 제 2 조건을 포함한다고 표현할 수 있다. 다른 일례로, 제 1 조건이 'B > 4'이고, 제 2 조건이 'B = 7'인 경우, 제 1 조건이 제 2 조건을 포함한다고 표현할 수 있다.In the present disclosure, the meaning that the first condition includes the second condition may mean that the first range corresponding to the first condition is larger than the second range corresponding to the second condition. For example, when the first condition is'A> 3'and the second condition is'A> 5', it may be expressed that the first condition includes the second condition. As another example, when the first condition is'B> 4'and the second condition is'B = 7', it may be expressed that the first condition includes the second condition.
프로세서(130)는 제 1 서브 필터 조건이 제 2 서브 필터 조건을 포함하는 경우(S520, Yes), 제 2 서브 필터 조건의 제 2 표현을 블라인드 파라미터로 변경하여 제 3 필터 조건을 생성할 수 있다(S530).When the first sub-filter condition includes the second sub-filter condition (S520, Yes), the
예를 들어, 프로세서(130)는 't1.C' 및 't2.B' 각각이 't1.C = t2.B'의 동일 조인 연산으로 동일하고, 제 1 서브 필터 조건이 't1.C > 2'이고, 제 2 서브 필터 조건이 't2.B = 3'인 경우, 제 1 서브 필터 조건이 제 2 서브 필터 조건을 포함한다고 인식할 수 있다.For example, in the
그리고, 프로세서(130)는 제 1 서브 필터 조건에 포함된 제 2 서브 필터 조건의 제 2 표현을 블라인드 파라미터(예컨대, '?')로 변경할 수 있다. 즉, 프로세서(130)는 제 2 서브 필터 조건인 't2.B = 3'의 제 2 표현인 't2.B'를 블라인드 파라미터로 변경하여, '? = 3'인 제 3 필터 조건을 생성할 수 있다.In addition, the
한편, 프로세서(130)는 제 1 서브 필터 조건이 제 2 서브 필터 조건에 포함되지 않는 경우(S520, No), 제 2 서브 필터 조건이 제 1 서브 필터 조건을 포함한다고 인식할 수 있다(S540). 그리고, 프로세서(130)는 제 1 서브 필터 조건의 제 1 표현을 블라인드 파라미터로 변경하여, 제 3 필터 조건을 생성할 수 있다(S550).Meanwhile, when the first sub-filter condition is not included in the second sub-filter condition (S520, No), the
예를 들어, 프로세서(130)는 't1.C' 및 't2.B' 각각이 't1.C = t2.B'의 동일 조인 연산으로 동일하고, 제 1 서브 필터 조건이 't2.C = 3'이고, 제 2 서브 필터 조건이 't1.B > 2'인 경우, 제 2 서브 필터 조건이 제 1 서브 필터 조건을 포함한다고 인식할 수 있다.For example, in the
그리고, 프로세서(130)는 제 2 서브 필터 조건에 포함된 제 1 서브 필터 조건의 제 1 표현을 블라인드 파라미터로 변경할 수 있다. 즉, 프로세서(130)는 제 1 서브 필터 조건인 't2.C = 3'의 제 1 표현인 't2.C'를 블라인드 파라미터로 변경하여, '? = 3'인 제 3 필터 조건을 생성할 수 있다.Further, the
한편, 프로세서(130)는 제 3 필터 조건을 포함하는 제 2 리스트를 생성할 수 있다. 그리고, 프로세서(130)는 제 2 리스트에 포함된 제 3 필터 조건을 이용하여, 제 4 필터 조건을 생성할 수 있다. 이 경우, 프로세서(130)는 제 4 필터 조건을 클라이언트(200)로부터 수신된 쿼리에 추가할 수 있다.Meanwhile, the
상술한 프로세서(130)가 제 4 필터 조건을 생성하는 방법에 대한 구체적은 설명은 이하 도 5를 참조하여 자세히 후술한다.A detailed description of the method of generating the fourth filter condition by the above-described
도 5는 본 개시의 몇몇 실시예에 따른 데이터베이스 서버가 제 4 필터 조건을 인식하는 방법의 일례를 설명하기 위한 흐름도이다.5 is a flowchart illustrating an example of a method for the database server to recognize a fourth filter condition according to some embodiments of the present disclosure.
먼저 도 2를 참조하면, 데이터베이스 서버(100)의 프로세서(130)는 제 2 리스트페 포함된 제 3 필터 조건을 이용하여 제 4 필터 조건 생성할 수 있다. 또한, 프로세서(130)는 제 4 필터 조건을 쿼리에 추가할 수 있다.First, referring to FIG. 2, the
구체적으로, 도 5를 참조하면, 데이터베이스 서버(100)의 프로세서(130)는 제 3 필터 조건을 이용하여 쿼리에 추가할 적어도 하나의 제 5 필터 조건을 생성할 수 있다(S610). 좀더 구체적으로, 프로세서(130)는 제 3 필터 조건의 블라인드 파라미터에 EQC 리스트에 포함된 적어도 하나의 표현을 대입하여, 제 5 필터 조건을 생성할 수 있다.Specifically, referring to FIG. 5, the
예를 들어, 프로세서(130)는, 제 3 필터 조건이 '? = 3'이고, EQC 리스트에 포함된 표현이 't1.C' 및 't2.B'인 경우, 제 3 필터 조건의 블라인드 파라미터 '?'에 't1.C' 및 't2.B' 각각을 대입하여, 제 5 필터 조건을 생성할 수 있다. 즉, 프로세서(130)는 't1.C = 3' 및 't2.B = 3'인 제 5 필터 조건을 생성할 수 있다.For example, the
다시 말해서, EQC 리스트에 포함된 복수의 표현들은, 서로 동일 조인 연산에 사용되었기 때문에, 상기 복수의 표현들 각각과 관련된 필터 조건에 기초하여 생성된 제 3 필터 조건에 부합할 수 있다.In other words, since the plurality of expressions included in the EQC list are used in the same join operation with each other, the third filter condition generated based on the filter condition associated with each of the plurality of expressions may be met.
따라서, EQC 리스트에 포함된 복수의 표현들이 제 3 필터 조건의 블라인드 파라미터에 대입되는 경우, 클라이언트(200)로부터 수신된 쿼리의 필터 조건의 결과와 동일한 결과를 도출하는 필터 조건이 될 수 있다.Accordingly, when a plurality of expressions included in the EQC list are substituted into the blind parameter of the third filter condition, it may be a filter condition that derives the same result as the result of the filter condition of the query received from the
구체적으로, 프로세서(130)는, 클라이언트(200)로부터 수신한 쿼리에 포함된 필터 조건에 대하여, 적어도 두 번의 연산 과정을 통해 도출되는 결과와 동일한 결과를 도출 가능한 새로운 필터 조건을 생성할 수 있다. 여기서, 새로운 필터 조건은 한 번의 연산 과정을 통해 상기 동일한 결과를 도출할 수 있다.Specifically, the
따라서, 프로세서(130)는 쿼리 처리에 따른 부하를 감소시킬 수 있다. 따라서, 보다 효율적이고 정확한 쿼리 처리가 가능할 수 있다.Accordingly, the
즉, 프로세서(130)는, 제 3 필터 조건의 블라인드 파라미터에 EQC 리스트에 포함된 표현을 대입하여 생성한 제 5 필터 조건을 클라이언트(200)로부터 수신한 쿼리에 추가할 수 있다.That is, the
한편, 데이터베이스 서버(100)의 프로세서(130)는 제 1 리스트에 포함된 적어도 하나의 제 2 필터 조건과 적어도 하나의 제 5 필터 조건을 비교할 수 있다(S620).Meanwhile, the
프로세서(130)는 적어도 하나의 제 2 필터 조건과 적어도 하나의 제 5 필터 조건의 비교 결과가 비동일 필터 조건인 경우(S630, Yes), 비동일 필터 조건을 적어도 하나의 제 4 필터 조건으로 인식할 수 있다(S640).When the comparison result of the at least one second filter condition and the at least one fifth filter condition is a non-identical filter condition (S630, Yes), the
구체적으로, 프로세서(130)는 적어도 하나의 제 2 필터 조건과 적어도 하나의 제 5 필터 조건이 비동일 필터 조건인 경우, 상기 제 5 필터 조건이 쿼리에 존재하지 않는 필터 조건이라고 인식할 수 있다. 또한, 프로세서(130)는 쿼리에 존재하지 않는 제 5 필터 조건을 제 4 필터 조건으로 인식하여, 쿼리에 추가할 수 있다.Specifically, when at least one second filter condition and at least one fifth filter condition are non-identical filter conditions, the
좀더 구체적으로, 프로세서(130)는 적어도 하나의 조인 연산이 포함된 쿼리 내에 제 4 필터 조건을 반영시킴으로써, 상기 쿼리를 재기록(rewriting)할 수 있다.More specifically, the
한편, 데이터베이스 서버(100)의 프로세서(130)는 적어도 하나의 제 2 필터 조건과 적어도 하나의 제 5 필터 조건의 비교 결과가 동일 필터 조건인 경우(S630, No), 적어도 하나의 제 5 필터 조건을 제 4 필터 조건으로 인식하지 않을 수 있다.Meanwhile, when the comparison result of the at least one second filter condition and at least one fifth filter condition is the same filter condition (S630, No), the
즉, 프로세서(130)는 쿼리에 이미 존재하는 제 5 필터 조건을 상기 쿼리에 추가하지 않을 수 있다. 따라서, 프로세서(130)는 중복되는 필터 조건의 생성을 방지하여 쿼리 처리에 대한 프로세스를 간소화할 수 있다.That is, the
도 6은 본 개시의 몇몇 실시예에 따른 데이터베이스 서버가 제 2 필터 조건을 관리하는 방법의 일례를 설명하기 위한 흐름도이다.6 is a flowchart illustrating an example of a method of managing a second filter condition by a database server according to some embodiments of the present disclosure.
먼저 도 2를 참조하면, 데이터베이스 서버(100)의 프로세서(130)는 제 2 리스트페 포함된 제 3 필터 조건을 이용하여 제 4 필터 조건 생성할 수 있다. 또한, 프로세서(130)는 제 4 필터 조건을 쿼리에 추가할 수 있다.First, referring to FIG. 2, the
도 6을 참조하면, 제 4 필터 조건이 쿼리에 추가된 이 후, 데이터베이스 서버(100)의 프로세서(130)는 제 2 필터 조건과 제 4 필터 조건을 비교할 수 있다(S710).Referring to FIG. 6, after the fourth filter condition is added to the query, the
구체적으로, 데이터베이스 서버(100)의 프로세서(130)는, 제 2 필터 조건이 제 4 필터 조건을 포함하는지 여부를 인식할 수 있다(S720). 여기서, 제 1 조건이 제 2 조건을 포함한다는 의미는, 제 1 조건에 해당하는 제 1 범위가 제 2 조건에 해당하는 제 2 범위보다 큰 것을 의미할 수 있다. 일례로, 제 1 조건이 'A > 3'이고, 제 2 조건이 'A > 5'인 경우, 제 1 조건이 제 2 조건을 포함한다고 표현할 수 있다. 다른 일례로, 제 1 조건이 'B > 4'이고, 제 2 조건이 'B = 7'인 경우, 제 1 조건이 제 2 조건을 포함한다고 표현할 수 있다.Specifically, the
한편, 제 2 필터 조건이 제 4 필터 조건을 포함한다고 가정하면, 제 1 표현이 제 4 필터 조건에 부합되는 경우, 제 2 필터 조건에도 부합된다. 즉, 상기 제 1 표현에 대하여 제 4 필터 조건의 부합 여부만 확인하면, 제 2 필터 조건에 대한 부합 여부의 확인 과정 거치지 않아도 된다.Meanwhile, assuming that the second filter condition includes the fourth filter condition, when the first expression meets the fourth filter condition, the second filter condition is also met. That is, if it is checked whether the fourth filter condition is satisfied with respect to the first expression, there is no need to go through a process of checking whether the second filter condition is satisfied.
따라서, 데이터베이스 서버(100)의 프로세서(130)는 제 2 필터 조건이 제 4 필터 조건을 포함한다고 인식한 경우(S720, Yes), 제 2 필터 조건을 쿼리 내의 동일 조인 연산에서 삭제할 수 있다(S730).Accordingly, when the
예를 들어, 프로세서(130)는, 제 1 리스트에 제 2 필터 조건으로 't2.B = 3' 및 't1.C > 2'가 포함되어 있고, 제 4 필터 조건이 't1.C = 3'인 경우, 제 2 필터 조건인 't1.C > 2'가 제 4 필터 조건인 't1.C = 3'를 포함한다고 인식할 수 있다. 이 경우, 프로세서(130)는 제 4 필터 조건을 포함하는 제 2 필터 조건을 삭제할 수 있다.For example, the
즉, 프로세서(130)는 동일한 표현과 연관된 다양한 필터 조건 중 필터 조건에 해당하는 범위가 더 넓은 필터 조건을 삭제하여, 필터 조건의 부합 여부를 확인하는 프로세스를 줄일 수 있다.That is, the
한편, 데이터베이스 서버(100)의 프로세서(130)는 제 2 필터 조건이 제 4 필터 조건을 포함하지 않는다고 인식한 경우(S720, No), 제 2 필터 조건을 쿼리 내의 동일 조인 연산에 유지시킬 수 있다(S740).On the other hand, when the
즉, 프로세서(130)는 제 2 필터 조건 및 제 4 필터 조건 각각의 결합 가능 여부를 인식할 수 있다. 한편, 프로세서(130)는 결합이 불가능한 제 2 필터 조건 및 제 4 필터 조건 각각이 쿼리에 존재하도록 제 2 필터 조건을 삭제하지 않을 수 있다.That is, the
도 7은 본 개시 내용의 실시예들이 구현될 수 있는 예시적인 컴퓨팅 환경에 대한 간략하고 일반적인 개략도를 도시한다.7 shows a simplified and general schematic diagram of an exemplary computing environment in which embodiments of the present disclosure may be implemented.
본 개시가 일반적으로 하나 이상의 컴퓨터 상에서 실행될 수 있는 컴퓨터 실행가능 명령어와 관련하여 전술되었지만, 당업자라면 본 개시가 기타 프로그램 모듈들과 결합되어 및/또는 하드웨어와 소프트웨어의 조합으로서 구현될 수 있다는 것을 잘 알 것이다.While the present disclosure has generally been described above with respect to computer-executable instructions that can be executed on one or more computers, those skilled in the art will appreciate that the present disclosure may be implemented in combination with other program modules and/or as a combination of hardware and software. will be.
일반적으로, 본 명세서에서의 모듈은 특정의 태스크를 수행하거나 특정의 추상 데이터 유형을 구현하는 루틴, 프로시져, 프로그램, 컴포넌트, 데이터 구조, 기타 등등을 포함한다. 또한, 당업자라면 본 개시의 방법이 단일-프로세서 또는 멀티프로세서 컴퓨터 시스템, 미니컴퓨터, 메인 프레임 컴퓨터는 물론 퍼스널 컴퓨터, 핸드헬드 컴퓨팅 장치, 마이크로프로세서-기반 또는 프로그램가능 가전 제품, 기타 등등(이들 각각은 하나 이상의 연관된 장치와 연결되어 동작할 수 있음)을 비롯한 다른 컴퓨터 시스템 구성으로 실시될 수 있다는 것을 잘 알 것이다.In general, modules herein include routines, procedures, programs, components, data structures, etc. that perform particular tasks or implement particular abstract data types. Further, to those skilled in the art, the method of the present disclosure is a single-processor or multiprocessor computer system, a minicomputer, a main frame computer as well as a personal computer, handheld computing device, microprocessor-based or programmable household appliance, etc. It will be appreciated that it may be implemented with other computer system configurations, including one or more associated devices).
본 개시의 설명된 실시예들은 또한 어떤 태스크들이 통신 네트워크를 통해 연결되어 있는 원격 처리 장치들에 의해 수행되는 분산 컴퓨팅 환경에서 실시될 수 있다. 분산 컴퓨팅 환경에서, 프로그램 모듈은 로컬 및 원격 메모리 저장 장치 둘다에 위치할 수 있다.The described embodiments of the present disclosure may also be practiced in a distributed computing environment where certain tasks are performed by remote processing devices that are connected through a communication network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
컴퓨터는 통상적으로 다양한 컴퓨터 판독가능 매체를 포함한다. 컴퓨터에 의해 액세스 가능한 매체는 그 어떤 것이든지 컴퓨터 판독가능 매체가 될 수 있고, 이러한 컴퓨터 판독가능 매체는 휘발성 및 비휘발성 매체, 일시적(transitory) 및 비일시적(non-transitory) 매체, 이동식 및 비-이동식 매체를 포함한다. 제한이 아닌 예로서, 컴퓨터 판독가능 매체는 컴퓨터 판독가능 저장 매체 및 컴퓨터 판독가능 전송 매체를 포함할 수 있다. Computers typically include a variety of computer-readable media. Computer-readable media can be any computer-readable media, including volatile and non-volatile media, transitory and non-transitory media, removable and non-transitory media. Includes removable media. By way of example, and not limitation, computer-readable media may include computer-readable storage media and computer-readable transmission media.
컴퓨터 판독가능 저장 매체는 컴퓨터 판독가능 명령어, 데이터 구조, 프로그램 모듈 또는 기타 데이터와 같은 정보를 저장하는 임의의 방법 또는 기술로 구현되는 휘발성 및 비휘발성 매체, 일시적 및 비-일시적 매체, 이동식 및 비이동식 매체를 포함한다. 컴퓨터 판독가능 저장 매체는 RAM, ROM, EEPROM, 플래시 메모리 또는 기타 메모리 기술, CD-ROM, DVD(digital video disk) 또는 기타 광 디스크 저장 장치, 자기 카세트, 자기 테이프, 자기 디스크 저장 장치 또는 기타 자기 저장 장치, 또는 컴퓨터에 의해 액세스될 수 있고 원하는 정보를 저장하는 데 사용될 수 있는 임의의 기타 매체를 포함하지만, 이에 한정되지 않는다.Computer-readable storage media include volatile and nonvolatile media, transitory and non-transitory media, removable and non-removable media implemented in any method or technology for storing information such as computer-readable instructions, data structures, program modules or other data. Includes the medium. Computer-readable storage media include RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital video disk (DVD) or other optical disk storage, magnetic cassette, magnetic tape, magnetic disk storage, or other magnetic storage. Devices, or any other medium that can be accessed by a computer and used to store desired information.
컴퓨터 판독가능 전송 매체는 통상적으로 반송파(carrier wave) 또는 기타 전송 메커니즘(transport mechanism)과 같은 피변조 데이터 신호(modulated data signal)에 컴퓨터 판독가능 명령어, 데이터 구조, 프로그램 모듈 또는 기타 데이터등을 구현하고 모든 정보 전달 매체를 포함한다. 피변조 데이터 신호라는 용어는 신호 내에 정보를 인코딩하도록 그 신호의 특성들 중 하나 이상을 설정 또는 변경시킨 신호를 의미한다. 제한이 아닌 예로서, 컴퓨터 판독가능 전송 매체는 유선 네트워크 또는 직접 배선 접속(direct-wired connection)과 같은 유선 매체, 그리고 음향, RF, 적외선, 기타 무선 매체와 같은 무선 매체를 포함한다. 상술된 매체들 중 임의의 것의 조합도 역시 컴퓨터 판독가능 전송 매체의 범위 안에 포함되는 것으로 한다.Computer-readable transmission media typically implement computer-readable instructions, data structures, program modules or other data on a modulated data signal such as a carrier wave or other transport mechanism. Includes all information transmission media. The term modulated data signal refers to a signal in which one or more of the characteristics of the signal is set or changed to encode information in the signal. By way of example, and not limitation, computer-readable transmission media include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared, and other wireless media. Combinations of any of the above-described media are also intended to be included within the scope of computer-readable transmission media.
컴퓨터(1102)를 포함하는 본 개시의 여러가지 측면들을 구현하는 예시적인 환경(1100)이 나타내어져 있으며, 컴퓨터(1102)는 처리 장치(1104), 시스템 메모리(1106) 및 시스템 버스(1108)를 포함한다. 시스템 버스(1108)는 시스템 메모리(1106)(이에 한정되지 않음)를 비롯한 시스템 컴포넌트들을 처리 장치(1104)에 연결시킨다. 처리 장치(1104)는 다양한 상용 프로세서들 중 임의의 프로세서일 수 있다. 듀얼 프로세서 및 기타 멀티프로세서 아키텍처도 역시 처리 장치(1104)로서 이용될 수 있다.An exemplary environment 1100 is shown that implements various aspects of the present disclosure, including a
시스템 버스(1108)는 메모리 버스, 주변장치 버스, 및 다양한 상용 버스 아키텍처 중 임의의 것을 사용하는 로컬 버스에 추가적으로 상호 연결될 수 있는 몇가지 유형의 버스 구조 중 임의의 것일 수 있다. 시스템 메모리(1106)는 판독 전용 메모리(ROM)(1110) 및 랜덤 액세스 메모리(RAM)(1112)를 포함한다. 기본 입/출력 시스템(BIOS)은 ROM, EPROM, EEPROM 등의 비휘발성 메모리(1110)에 저장되며, 이 BIOS는 시동 중과 같은 때에 컴퓨터(1102) 내의 구성요소들 간에 정보를 전송하는 일을 돕는 기본적인 루틴을 포함한다. RAM(1112)은 또한 데이터를 캐싱하기 위한 정적 RAM 등의 고속 RAM을 포함할 수 있다.The
컴퓨터(1102)는 또한 내장형 하드 디스크 드라이브(HDD)(1114)(예를 들어, EIDE, SATA)―이 내장형 하드 디스크 드라이브(1114)는 또한 적당한 섀시(도시 생략) 내에서 외장형 용도로 구성될 수 있음―, 자기 플로피 디스크 드라이브(FDD)(1116)(예를 들어, 이동식 디스켓(1118)으로부터 판독을 하거나 그에 기록을 하기 위한 것임), 및 광 디스크 드라이브(1120)(예를 들어, CD-ROM 디스크(1122)를 판독하거나 DVD 등의 기타 고용량 광 매체로부터 판독을 하거나 그에 기록을 하기 위한 것임)를 포함한다. 하드 디스크 드라이브(1114), 자기 디스크 드라이브(1116) 및 광 디스크 드라이브(1120)는 각각 하드 디스크 드라이브 인터페이스(1124), 자기 디스크 드라이브 인터페이스(1126) 및 광 드라이브 인터페이스(1128)에 의해 시스템 버스(1108)에 연결될 수 있다. 외장형 드라이브 구현을 위한 인터페이스(1124)는 예를 들어, USB(Universal Serial Bus) 및 IEEE 1394 인터페이스 기술 중 적어도 하나 또는 그 둘다를 포함한다.
이들 드라이브 및 그와 연관된 컴퓨터 판독가능 매체는 데이터, 데이터 구조, 컴퓨터 실행가능 명령어, 기타 등등의 비휘발성 저장을 제공한다. 컴퓨터(1102)의 경우, 드라이브 및 매체는 임의의 데이터를 적당한 디지털 형식으로 저장하는 것에 대응한다. 상기에서의 컴퓨터 판독가능 저장 매체에 대한 설명이 HDD, 이동식 자기 디스크, 및 CD 또는 DVD 등의 이동식 광 매체를 언급하고 있지만, 당업자라면 집 드라이브(zip drive), 자기 카세트, 플래쉬 메모리 카드, 카트리지, 기타 등등의 컴퓨터에 의해 판독가능한 다른 유형의 저장 매체도 역시 예시적인 운영 환경에서 사용될 수 있으며 또 임의의 이러한 매체가 본 개시의 방법들을 수행하기 위한 컴퓨터 실행가능 명령어를 포함할 수 있다는 것을 잘 알 것이다.These drives and their associated computer readable media provide non-volatile storage of data, data structures, computer executable instructions, and the like. In the case of
운영 체제(1130), 하나 이상의 애플리케이션 프로그램(1132), 기타 프로그램 모듈(1134) 및 프로그램 데이터(1136)를 비롯한 다수의 프로그램 모듈이 드라이브 및 RAM(1112)에 저장될 수 있다. 운영 체제, 애플리케이션, 모듈 및/또는 데이터의 전부 또는 그 일부분이 또한 RAM(1112)에 캐싱될 수 있다. 본 개시가 여러가지 상업적으로 이용가능한 운영 체제 또는 운영 체제들의 조합에서 구현될 수 있다는 것을 잘 알 것이다.A number of program modules, including the
사용자는 하나 이상의 유선/무선 입력 장치, 예를 들어, 키보드(1138) 및 마우스(1140) 등의 포인팅 장치를 통해 컴퓨터(1102)에 명령 및 정보를 입력할 수 있다. 기타 입력 장치(도시 생략)로는 마이크, IR 리모콘, 조이스틱, 게임 패드, 스타일러스 펜, 터치 스크린, 기타 등등이 있을 수 있다. 이들 및 기타 입력 장치가 종종 시스템 버스(1108)에 연결되어 있는 입력 장치 인터페이스(1142)를 통해 처리 장치(1104)에 연결되지만, 병렬 포트, IEEE 1394 직렬 포트, 게임 포트, USB 포트, IR 인터페이스, 기타 등등의 기타 인터페이스에 의해 연결될 수 있다.A user may input commands and information to the
모니터(1144) 또는 다른 유형의 디스플레이 장치도 역시 비디오 어댑터(1146) 등의 인터페이스를 통해 시스템 버스(1108)에 연결된다. 모니터(1144)에 부가하여, 컴퓨터는 일반적으로 스피커, 프린터, 기타 등등의 기타 주변 출력 장치(도시 생략)를 포함한다.A
컴퓨터(1102)는 유선 및/또는 무선 통신을 통한 원격 컴퓨터(들)(1148) 등의 하나 이상의 원격 컴퓨터로의 논리적 연결을 사용하여 네트워크화된 환경에서 동작할 수 있다. 원격 컴퓨터(들)(1148)는 워크스테이션, 서버 컴퓨터, 라우터, 퍼스널 컴퓨터, 휴대용 컴퓨터, 마이크로프로세서-기반 오락 기기, 피어 장치 또는 기타 통상의 네트워크 노드일 수 있으며, 일반적으로 컴퓨터(1102)에 대해 기술된 구성요소들 중 다수 또는 그 전부를 포함하지만, 간략함을 위해, 메모리 저장 장치(1150)만이 도시되어 있다. 도시되어 있는 논리적 연결은 근거리 통신망(LAN)(1152) 및/또는 더 큰 네트워크, 예를 들어, 원거리 통신망(WAN)(1154)에의 유선/무선 연결을 포함한다. 이러한 LAN 및 WAN 네트워킹 환경은 사무실 및 회사에서 일반적인 것이며, 인트라넷 등의 전사적 컴퓨터 네트워크(enterprise-wide computer network)를 용이하게 해주며, 이들 모두는 전세계 컴퓨터 네트워크, 예를 들어, 인터넷에 연결될 수 있다.
LAN 네트워킹 환경에서 사용될 때, 컴퓨터(1102)는 유선 및/또는 무선 통신 네트워크 인터페이스 또는 어댑터(1156)를 통해 로컬 네트워크(1152)에 연결된다. 어댑터(1156)는 LAN(1152)에의 유선 또는 무선 통신을 용이하게 해줄 수 있으며, 이 LAN(1152)은 또한 무선 어댑터(1156)와 통신하기 위해 그에 설치되어 있는 무선 액세스 포인트를 포함하고 있다. WAN 네트워킹 환경에서 사용될 때, 컴퓨터(1102)는 모뎀(1158)을 포함할 수 있거나, WAN(1154) 상의 통신 서버에 연결되거나, 또는 인터넷을 통하는 등, WAN(1154)을 통해 통신을 설정하는 기타 수단을 갖는다. 내장형 또는 외장형 및 유선 또는 무선 장치일 수 있는 모뎀(1158)은 직렬 포트 인터페이스(1142)를 통해 시스템 버스(1108)에 연결된다. 네트워크화된 환경에서, 컴퓨터(1102)에 대해 설명된 프로그램 모듈들 또는 그의 일부분이 원격 메모리/저장 장치(1150)에 저장될 수 있다. 도시된 네트워크 연결이 예시적인 것이며 컴퓨터들 사이에 통신 링크를 설정하는 기타 수단이 사용될 수 있다는 것을 잘 알 것이다.When used in a LAN networking environment, the
컴퓨터(1102)는 무선 통신으로 배치되어 동작하는 임의의 무선 장치 또는 개체, 예를 들어, 프린터, 스캐너, 데스크톱 및/또는 휴대용 컴퓨터, PDA(portable data assistant), 통신 위성, 무선 검출가능 태그와 연관된 임의의 장비 또는 장소, 및 전화와 통신을 하는 동작을 한다. 이것은 적어도 Wi-Fi 및 블루투스 무선 기술을 포함한다. 따라서, 통신은 종래의 네트워크에서와 같이 미리 정의된 구조이거나 단순하게 적어도 2개의 장치 사이의 애드혹 통신(ad hoc communication)일 수 있다.
Wi-Fi(Wireless Fidelity)는 유선 없이도 인터넷 등으로의 연결을 가능하게 해준다. Wi-Fi는 이러한 장치, 예를 들어, 컴퓨터가 실내에서 및 실외에서, 즉 기지국의 통화권 내의 아무 곳에서나 데이터를 전송 및 수신할 수 있게 해주는 셀 전화와 같은 무선 기술이다. Wi-Fi 네트워크는 안전하고 신뢰성 있으며 고속인 무선 연결을 제공하기 위해 IEEE 802.11(a,b,g, 기타)이라고 하는 무선 기술을 사용한다. 컴퓨터를 서로에, 인터넷에 및 유선 네트워크(IEEE 802.3 또는 이더넷을 사용함)에 연결시키기 위해 Wi-Fi가 사용될 수 있다. Wi-Fi 네트워크는 비인가 2.4 및 5 GHz 무선 대역에서, 예를 들어, 11Mbps(802.11a) 또는 54 Mbps(802.11b) 데이터 레이트로 동작하거나, 양 대역(듀얼 대역)을 포함하는 제품에서 동작할 수 있다.Wi-Fi (Wireless Fidelity) allows you to connect to the Internet, etc. without wires. Wi-Fi is a wireless technology such as a cell phone that allows such devices, for example computers, to transmit and receive data indoors and outdoors, ie anywhere within the coverage area of a base station. Wi-Fi networks use a wireless technology called IEEE 802.11 (a,b,g, etc.) to provide a secure, reliable and high-speed wireless connection. Wi-Fi can be used to connect computers to each other, to the Internet and to a wired network (using IEEE 802.3 or Ethernet). Wi-Fi networks can operate in unlicensed 2.4 and 5 GHz radio bands, for example at 11 Mbps (802.11a) or 54 Mbps (802.11b) data rates, or in products that include both bands (dual band). have.
본 개시의 기술 분야에서 통상의 지식을 가진 자는 여기에 개시된 실시예들과 관련하여 설명된 다양한 예시적인 논리 블록들, 모듈들, 프로세서들, 수단들, 회로들 및 알고리즘 단계들이 전자 하드웨어, (편의를 위해, 여기에서 "소프트웨어"로 지칭되는) 다양한 형태들의 프로그램 또는 설계 코드 또는 이들 모두의 결합에 의해 구현될 수 있다는 것을 이해할 것이다. 하드웨어 및 소프트웨어의 이러한 상호 호환성을 명확하게 설명하기 위해, 다양한 예시적인 컴포넌트들, 블록들, 모듈들, 회로들 및 단계들이 이들의 기능과 관련하여 위에서 일반적으로 설명되었다. 이러한 기능이 하드웨어 또는 소프트웨어로서 구현되는지 여부는 특정한 애플리케이션 및 전체 시스템에 대하여 부과되는 설계 제약들에 따라 좌우된다. 본 개시의 기술 분야에서 통상의 지식을 가진 자는 각각의 특정한 애플리케이션에 대하여 다양한 방식들로 설명된 기능을 구현할 수 있으나, 이러한 구현 결정들은 본 개시의 범위를 벗어나는 것으로 해석되어서는 안 될 것이다.A person of ordinary skill in the art of the present disclosure includes various exemplary logical blocks, modules, processors, means, circuits and algorithm steps described in connection with the embodiments disclosed herein, electronic hardware, (convenience). For the sake of clarity, it will be appreciated that it may be implemented by various forms of program or design code or a combination of both (referred to herein as "software"). To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends on the particular application and design constraints imposed on the overall system. A person of ordinary skill in the art of the present disclosure may implement the described functions in various ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present disclosure.
여기서 제시된 다양한 실시예들은 방법, 장치, 또는 표준 프로그래밍 및/또는 엔지니어링 기술을 사용한 제조 물품(article)으로 구현될 수 있다. 용어 "제조 물품"은 임의의 컴퓨터-판독가능 장치로부터 액세스 가능한 컴퓨터 프로그램 또는 매체(media)를 포함한다. 예를 들어, 컴퓨터-판독가능 저장 매체는 자기 저장 장치(예를 들면, 하드 디스크, 플로피 디스크, 자기 스트립, 등), 광학 디스크(예를 들면, CD, DVD, 등), 스마트 카드, 및 플래쉬 메모리 장치(예를 들면, EEPROM, 카드, 스틱, 키 드라이브, 등)를 포함하지만, 이들로 제한되는 것은 아니다. 용어 "기계-판독가능 매체"는 명령(들) 및/또는 데이터를 저장, 보유, 및/또는 전달할 수 있는 무선 채널 및 다양한 다른 매체를 포함하지만, 이들로 제한되는 것은 아니다. The various embodiments presented herein may be implemented as a method, apparatus, or article of manufacture using standard programming and/or engineering techniques. The term “article of manufacture” includes a computer program or media accessible from any computer-readable device. For example, computer-readable storage media include magnetic storage devices (e.g., hard disks, floppy disks, magnetic strips, etc.), optical disks (e.g., CD, DVD, etc.), smart cards, and flash Memory devices (eg, EEPROMs, cards, sticks, key drives, etc.), but are not limited thereto. The term “machine-readable medium” includes, but is not limited to, wireless channels and various other media capable of storing, holding, and/or transmitting instruction(s) and/or data.
제시된 프로세스들에 있는 단계들의 특정한 순서 또는 계층 구조는 예시적인 접근들의 일례임을 이해하도록 한다. 설계 우선순위들에 기반하여, 본 개시의 범위 내에서 프로세스들에 있는 단계들의 특정한 순서 또는 계층 구조가 재배열될 수 있다는 것을 이해하도록 한다. 첨부된 방법 청구항들은 샘플 순서로 다양한 단계들의 엘리먼트들을 제공하지만 제시된 특정한 순서 또는 계층 구조에 한정되는 것을 의미하지는 않는다.It is to be understood that the specific order or hierarchy of steps in the presented processes is an example of exemplary approaches. Based on the design priorities, it is to be understood that within the scope of the present disclosure a specific order or hierarchy of steps in processes may be rearranged. The appended method claims provide elements of the various steps in a sample order, but are not meant to be limited to the specific order or hierarchy presented.
제시된 실시예들에 대한 설명은 임의의 본 개시의 기술 분야에서 통상의 지식을 가진 자가 본 개시를 이용하거나 또는 실시할 수 있도록 제공된다. 이러한 실시예들에 대한 다양한 변형들은 본 개시의 기술 분야에서 통상의 지식을 가진 자에게 명백할 것이며, 여기에 정의된 일반적인 원리들은 본 개시의 범위를 벗어남이 없이 다른 실시예들에 적용될 수 있다. 그리하여, 본 개시는 여기에 제시된 실시예들로 한정되는 것이 아니라, 여기에 제시된 원리들 및 신규한 특징들과 일관되는 최광의의 범위에서 해석되어야 할 것이다.The description of the presented embodiments is provided to enable any person skilled in the art to make or use the present disclosure. Various modifications to these embodiments will be apparent to those of ordinary skill in the art, and general principles defined herein may be applied to other embodiments without departing from the scope of the present disclosure. Thus, the present disclosure is not limited to the embodiments presented herein, but is to be interpreted in the widest scope consistent with the principles and novel features presented herein.
Claims (18)
상기 컴퓨터 프로그램은 데이터베이스 서버의 프로세서로 하여금 데이터베이스 쿼리에 대한 최적화(Optimization) 동작들을 수행하기 위한 명령들을 포함하며, 상기 동작들은:
적어도 하나의 조인(Join) 연산이 포함된 쿼리를 수신하는 동작;
상기 쿼리가 동일 조인(Equi Join) 연산을 포함하는 경우, 상기 동일 조인 연산에 사용된 복수의 표현(Expression)을 추출하는 동작;
상기 복수의 표현을 포함하는 EQC(Equivalent Class) 리스트를 생성하는 동작;
상기 쿼리에 포함된 적어도 하나의 제 1 필터 조건 중에서, 상기 EQC 리스트에 포함된 상기 복수의 표현과 관련된 적어도 하나의 제 2 필터 조건을 추출하는 동작;
상기 적어도 하나의 제 2 필터 조건을 포함하는 제 1 리스트를 생성하는 동작;
상기 EQC 리스트를 이용하여 상기 제 1 리스트에 포함된 상기 적어도 하나의 제 2 필터 조건을 분석함에 따라, 상기 EQC 리스트에 포함된 상기 복수의 표현 중 상기 제 2 필터 조건에 포함된 일부 표현을 블라인드 파라미터로 변경한 제 3 필터 조건을 생성하는 동작;
상기 제 3 필터 조건을 포함하는 제 2 리스트를 생성하는 동작; 및
상기 제 3 필터 조건의 상기 블라인드 파라미터에 상기 EQC 리스트에 포함된 상기 복수의 표현 중 적어도 하나의 표현을 대입하여 생성된 적어도 하나의 제 4 필터 조건을 상기 쿼리에 추가하는 동작;
을 포함하는,
컴퓨터 판독가능 저장 매체에 저장된 컴퓨터 프로그램.
A computer program stored on a computer-readable storage medium, comprising:
The computer program includes instructions for causing a processor of the database server to perform optimization operations for a database query, the operations:
Receiving a query including at least one join operation;
Extracting a plurality of expressions used in the same join operation when the query includes an equal join operation;
Generating an EQC (Equivalent Class) list including the plurality of expressions;
Extracting at least one second filter condition related to the plurality of expressions included in the EQC list from among at least one first filter condition included in the query;
Generating a first list including the at least one second filter condition;
As the at least one second filter condition included in the first list is analyzed using the EQC list, some of the expressions included in the second filter condition among the plurality of expressions included in the EQC list are blinded parameters. Generating a third filter condition changed to;
Generating a second list including the third filter condition; And
Adding at least one fourth filter condition generated by substituting at least one of the plurality of expressions included in the EQC list into the blind parameter of the third filter condition to the query;
Containing,
A computer program stored on a computer-readable storage medium.
상기 적어도 하나의 제 2 필터 조건은,
상기 복수의 표현 중 제 1 표현이 사용된 제 1 서브 필터 조건 및 상기 복수의 표현 중 제 2 표현이 사용된 제 2 서브 필터 조건을 갖고,
상기 제 3 필터 조건을 생성하는 동작은,
상기 제 1 서브 필터 조건 및 상기 제 2 서브 필터 조건을 비교하는 동작; 및
상기 제 1 서브 필터 조건 및 상기 제 2 서브 필터 조건의 비교 결과에 기초하여, 상기 제 3 필터 조건을 생성하는 동작;
을 포함하는,
컴퓨터 판독가능 저장 매체에 저장된 컴퓨터 프로그램.
The method of claim 1,
The at least one second filter condition,
A first sub-filter condition in which a first expression is used among the plurality of expressions and a second sub-filter condition in which a second expression is used among the plurality of expressions,
The operation of generating the third filter condition,
Comparing the first sub-filter condition and the second sub-filter condition; And
Generating the third filter condition based on a comparison result of the first sub-filter condition and the second sub-filter condition;
Containing,
A computer program stored on a computer-readable storage medium.
상기 제 1 서브 필터 조건 및 상기 제 2 서브 필터 조건의 비교 결과에 기초하여, 상기 제 3 필터 조건을 생성하는 동작은,
상기 제 1 서브 필터 조건이 상기 제 2 서브 필터 조건을 포함하는 경우, 상기 제 2 서브 필터 조건의 상기 제 2 표현을 상기 블라인드 파라미터로 변경하여, 상기 제 3 필터 조건을 생성하는 동작; 및
상기 제 2 서브 필터 조건이 상기 제 1 서브 필터 조건을 포함하는 경우, 상기 제 1 서브 필터 조건의 상기 제 1 표현을 상기 블라인드 파라미터로 변경하여, 상기 제 3 필터 조건을 생성하는 동작;
을 포함하는,
컴퓨터 판독가능 저장 매체에 저장된 컴퓨터 프로그램.
The method of claim 2,
The operation of generating the third filter condition based on the comparison result of the first sub-filter condition and the second sub-filter condition,
Generating the third filter condition by changing the second expression of the second sub-filter condition to the blind parameter when the first sub-filter condition includes the second sub-filter condition; And
Generating the third filter condition by changing the first expression of the first sub-filter condition to the blind parameter when the second sub-filter condition includes the first sub-filter condition;
Containing,
A computer program stored on a computer-readable storage medium.
상기 적어도 하나의 제 4 필터 조건을 상기 쿼리에 추가하는 동작은,
상기 제 3 필터 조건을 이용하여 상기 쿼리에 추가할 적어도 하나의 제 5 필터 조건을 생성하는 동작;
상기 제 1 리스트에 포함된 상기 적어도 하나의 제 2 필터 조건과 상기 적어도 하나의 제 5 필터 조건을 비교하는 동작; 및
상기 적어도 하나의 제 2 필터 조건과 상기 적어도 하나의 제 5 필터 조건을 비교한 결과에 기초하여, 상기 적어도 하나의 제 4 필터 조건을 생성하는 동작;
을 포함하는,
컴퓨터 판독가능 저장 매체에 저장된 컴퓨터 프로그램.
The method of claim 1,
The operation of adding the at least one fourth filter condition to the query,
Generating at least one fifth filter condition to be added to the query by using the third filter condition;
Comparing the at least one second filter condition and the at least one fifth filter condition included in the first list; And
Generating the at least one fourth filter condition based on a result of comparing the at least one second filter condition and the at least one fifth filter condition;
Containing,
A computer program stored on a computer-readable storage medium.
상기 적어도 하나의 제 2 필터 조건과 상기 적어도 하나의 제 5 필터 조건을 비교한 결과에 기초하여, 상기 적어도 하나의 제 4 필터 조건을 생성하는 동작은,
상기 적어도 하나의 제 2 필터 조건과 상기 적어도 하나의 제 5 필터 조건을 비교하여 동일 필터 조건과 비동일 필터 조건을 구분하는 동작; 및
상기 비동일 필터 조건을 상기 적어도 하나의 제 4 필터 조건으로 인식하는 동작;
을 포함하는,
컴퓨터 판독가능 저장 매체에 저장된 컴퓨터 프로그램.
The method of claim 5,
Based on a result of comparing the at least one second filter condition and the at least one fifth filter condition, generating the at least one fourth filter condition,
Comparing the at least one second filter condition and the at least one fifth filter condition to distinguish between the same filter condition and the non-identical filter condition; And
Recognizing the non-identical filter condition as the at least one fourth filter condition;
Containing,
A computer program stored on a computer-readable storage medium.
상기 제 2 필터 조건이 상기 제 4 필터 조건을 포함하는 경우, 상기 제 2 필터 조건을 상기 쿼리 내의 상기 동일 조인 연산에서 삭제하는 동작; 및
상기 제 2 필터 조건이 상기 제 4 필터 조건을 포함하지 않는 경우, 상기 제 2 필터 조건을 상기 쿼리 내의 상기 동일 조인 연산에서 유지시키는 동작;
을 더 포함하는,
컴퓨터 판독가능 저장 매체에 저장된 컴퓨터 프로그램.
The method of claim 1,
If the second filter condition includes the fourth filter condition, deleting the second filter condition from the same join operation in the query; And
If the second filter condition does not include the fourth filter condition, maintaining the second filter condition in the same join operation in the query;
Further comprising,
A computer program stored on a computer-readable storage medium.
상기 적어도 하나의 제 4 필터 조건을 상기 쿼리에 추가하는 동작은,
상기 적어도 하나의 조인 연산이 포함된 쿼리 내에 상기 적어도 하나의 제 4 필터 조건을 반영시킴으로써, 상기 쿼리를 재기록(rewriting) 하는 동작;
을 포함하는,
컴퓨터 판독가능 저장 매체에 저장된 컴퓨터 프로그램.
The method of claim 1,
The operation of adding the at least one fourth filter condition to the query,
Rewriting the query by reflecting the at least one fourth filter condition in the query including the at least one join operation;
Containing,
A computer program stored on a computer-readable storage medium.
상기 제 1 필터 조건, 상기 제 2 필터 조건, 상기 제 3 필터 조건 및 상기 제 4 필터 조건 각각은,
적어도 하나의 표현과 특정 값의 비교 조건, 적어도 하나의 표현과 특정 값의 동일 조건 및 적어도 하나의 표현과 특정 값의 비동일 조건 중 적어도 하나를 포함하는,
컴퓨터 판독가능 저장 매체에 저장된 컴퓨터 프로그램.
The method of claim 1,
Each of the first filter condition, the second filter condition, the third filter condition, and the fourth filter condition,
Comprising at least one of a comparison condition of at least one expression and a specific value, an equal condition of at least one expression and a specific value, and a non-equal condition of at least one expression and a specific value,
A computer program stored on a computer-readable storage medium.
적어도 하나의 조인(Join) 연산이 포함된 쿼리를 수신하는 통신부; 및
상기 쿼리를 최적화(Optimization)하는 프로세서;
를 포함하고,
상기 프로세서는,
상기 쿼리가 동일 조인(Equi Join) 연산을 포함하는 경우, 상기 동일 조인 연산에 사용된 복수의 표현(Expression)을 추출하고,
상기 복수의 표현을 포함하는 EQC(Equivalent Class) 리스트를 생성하고,
상기 쿼리에 포함된 적어도 하나의 제 1 필터 조건 중에서, 상기 EQC 리스트에 포함된 상기 복수의 표현과 관련된 적어도 하나의 제 2 필터 조건을 추출하고,
상기 적어도 하나의 제 2 필터 조건을 포함하는 제 1 리스트를 생성하고,
상기 EQC 리스트를 이용하여 상기 제 1 리스트에 포함된 상기 적어도 하나의 제 2 필터 조건을 분석함에 따라, 상기 EQC 리스트에 포함된 상기 복수의 표현 중 상기 제 2 필터 조건에 포함된 일부 표현을 블라인드 파라미터로 변경한 제 3 필터 조건을 생성하고,
상기 제 3 필터 조건을 포함하는 제 2 리스트를 생성하고,
상기 제 3 필터 조건의 상기 블라인드 파라미터에 상기 EQC 리스트에 포함된 상기 복수의 표현 중 적어도 하나의 표현을 대입하여 생성된 적어도 하나의 제 4 필터 조건을 상기 쿼리에 추가하는,
데이터베이스 서버.
As a database server,
A communication unit for receiving a query including at least one join operation; And
A processor for optimizing the query;
Including,
The processor,
When the query includes an equal join operation, extracting a plurality of expressions used in the equal join operation,
Create an EQC (Equivalent Class) list including the plurality of expressions,
Extracting at least one second filter condition related to the plurality of expressions included in the EQC list from among at least one first filter condition included in the query,
Generating a first list including the at least one second filter condition,
As the at least one second filter condition included in the first list is analyzed using the EQC list, some of the expressions included in the second filter condition among the plurality of expressions included in the EQC list are blinded parameters. Create a third filter condition changed to,
Generating a second list including the third filter condition,
Adding at least one fourth filter condition generated by substituting at least one of the plurality of expressions included in the EQC list into the blind parameter of the third filter condition to the query,
Database server.
상기 적어도 하나의 제 2 필터 조건은,
상기 복수의 표현 중 제 1 표현이 사용된 제 1 서브 필터 조건 및 상기 복수의 표현 중 제 2 표현이 사용된 제 2 서브 필터 조건을 갖고,
상기 프로세서는,
상기 제 3 필터 조건을 생성하는 경우, 상기 제 1 서브 필터 조건 및 상기 제 2 서브 필터 조건을 비교하고,
상기 제 1 서브 필터 조건 및 상기 제 2 서브 필터 조건의 비교 결과에 기초하여, 상기 제 3 필터 조건을 생성하는,
데이터베이스 서버.
The method of claim 10,
The at least one second filter condition,
A first sub-filter condition in which a first expression is used among the plurality of expressions and a second sub-filter condition in which a second expression is used among the plurality of expressions,
The processor,
When generating the third filter condition, comparing the first sub-filter condition and the second sub-filter condition,
Generating the third filter condition based on the comparison result of the first sub filter condition and the second sub filter condition,
Database server.
상기 프로세서는,
상기 제 1 서브 필터 조건이 상기 제 2 서브 필터 조건을 포함하는 경우, 상기 제 2 서브 필터 조건의 상기 제 2 표현을 상기 블라인드 파라미터로 변경하여, 상기 제 3 필터 조건을 생성하고,
상기 제 2 서브 필터 조건이 상기 제 1 서브 필터 조건을 포함하는 경우, 상기 제 1 서브 필터 조건의 상기 제 1 표현을 상기 블라인드 파라미터로 변경하여, 상기 제 3 필터 조건을 생성하는,
데이터베이스 서버.
The method of claim 11,
The processor,
When the first sub-filter condition includes the second sub-filter condition, the second expression of the second sub-filter condition is changed to the blind parameter to generate the third filter condition, and
When the second sub-filter condition includes the first sub-filter condition, generating the third filter condition by changing the first expression of the first sub-filter condition to the blind parameter,
Database server.
상기 프로세서는,
상기 적어도 하나의 제 4 필터 조건을 상기 쿼리에 추가하는 경우, 상기 제 3 필터 조건을 이용하여 상기 쿼리에 추가할 적어도 하나의 제 5 필터 조건을 생성하고,
상기 제 1 리스트에 포함된 상기 적어도 하나의 제 2 필터 조건과 상기 적어도 하나의 제 5 필터 조건을 비교하고,
상기 적어도 하나의 제 2 필터 조건과 상기 적어도 하나의 제 5 필터 조건을 비교한 결과에 기초하여, 상기 적어도 하나의 제 4 필터 조건을 생성하는,
데이터베이스 서버.
The method of claim 10,
The processor,
When adding the at least one fourth filter condition to the query, at least one fifth filter condition to be added to the query is generated using the third filter condition,
Comparing the at least one second filter condition and the at least one fifth filter condition included in the first list,
Generating the at least one fourth filter condition based on a result of comparing the at least one second filter condition with the at least one fifth filter condition,
Database server.
상기 프로세서는,
상기 적어도 하나의 제 2 필터 조건과 상기 적어도 하나의 제 5 필터 조건을 비교한 결과에 기초하여, 상기 적어도 하나의 제 4 필터 조건을 생성하는 경우, 상기 적어도 하나의 제 2 필터 조건과 상기 적어도 하나의 제 5 필터 조건을 비교하여 동일 필터 조건과 비동일 필터 조건을 구분하고,
상기 비동일 필터 조건을 상기 적어도 하나의 제 4 필터 조건으로 인식하는,
데이터베이스 서버.
The method of claim 14,
The processor,
When generating the at least one fourth filter condition based on a result of comparing the at least one second filter condition and the at least one fifth filter condition, the at least one second filter condition and the at least one By comparing the fifth filter condition of, the same filter condition and the non-identical filter condition are distinguished,
Recognizing the non-identical filter condition as the at least one fourth filter condition,
Database server.
상기 프로세서는,
상기 제 2 필터 조건이 상기 제 4 필터 조건을 포함하는 경우, 상기 제 2 필터 조건을 상기 쿼리 내의 상기 동일 조인 연산에서 삭제하고,
상기 제 2 필터 조건이 상기 제 4 필터 조건을 포함하지 않는 경우, 상기 제 2 필터 조건을 상기 쿼리 내의 상기 동일 조인 연산에서 유지시키는,
데이터베이스 서버.
The method of claim 10,
The processor,
If the second filter condition includes the fourth filter condition, delete the second filter condition from the same join operation in the query,
If the second filter condition does not include the fourth filter condition, maintaining the second filter condition in the same join operation in the query,
Database server.
상기 프로세서는,
상기 적어도 하나의 제 4 필터 조건을 상기 쿼리에 추가하는 경우, 상기 적어도 하나의 조인 연산이 포함된 쿼리 내에 상기 적어도 하나의 제 4 필터 조건을 반영시킴으로써, 상기 쿼리를 재기록(rewriting) 하는,
데이터베이스 서버.
The method of claim 10,
The processor,
When the at least one fourth filter condition is added to the query, rewriting the query by reflecting the at least one fourth filter condition in a query including the at least one join operation,
Database server.
상기 제 1 필터 조건, 상기 제 2 필터 조건, 상기 제 3 필터 조건 및 상기 제 4 필터 조건 각각은,
적어도 하나의 표현과 특정 값의 비교 조건, 적어도 하나의 표현과 특정 값의 동일 조건 및 적어도 하나의 표현과 특정 값의 비동일 조건 중 적어도 하나를 포함하는,
데이터베이스 서버.
The method of claim 10,
Each of the first filter condition, the second filter condition, the third filter condition, and the fourth filter condition,
Comprising at least one of a comparison condition of at least one expression and a specific value, an equal condition of at least one expression and a specific value, and a non-equal condition of at least one expression and a specific value,
Database server.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020190052491A KR102214696B1 (en) | 2019-05-03 | 2019-05-03 | Optimization techniques for database queries |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020190052491A KR102214696B1 (en) | 2019-05-03 | 2019-05-03 | Optimization techniques for database queries |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020210005808A Division KR20210010600A (en) | 2021-01-15 | 2021-01-15 | Optimization techniques for database queries |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20200127753A KR20200127753A (en) | 2020-11-11 |
KR102214696B1 true KR102214696B1 (en) | 2021-02-10 |
Family
ID=73451327
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020190052491A KR102214696B1 (en) | 2019-05-03 | 2019-05-03 | Optimization techniques for database queries |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR102214696B1 (en) |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8209322B2 (en) * | 2007-08-21 | 2012-06-26 | Oracle International Corporation | Table elimination technique for group-by query optimization |
US10261956B2 (en) | 2014-05-28 | 2019-04-16 | Sap Se | Pixel-aware query rewriting |
-
2019
- 2019-05-03 KR KR1020190052491A patent/KR102214696B1/en active IP Right Grant
Also Published As
Publication number | Publication date |
---|---|
KR20200127753A (en) | 2020-11-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11182404B2 (en) | Data replication technique in database management system | |
US10762055B2 (en) | Utilizing user devices for backing up and retrieving data in a distributed backup system | |
US10324924B2 (en) | Synchronizing query result between heterogeneous databases | |
US11468027B2 (en) | Method and apparatus for providing efficient indexing and computer program included in computer readable medium therefor | |
KR102127522B1 (en) | Computer program stored in computer readable medium, database server and audit performing server | |
US11269956B2 (en) | Systems and methods of managing an index | |
KR102119258B1 (en) | Technique for implementing change data capture in database management system | |
US20200019474A1 (en) | Consistency recovery method for seamless database duplication | |
KR102057055B1 (en) | Method for managing index | |
US20190392332A1 (en) | Computer Program Stored in Computer Readable Medium and Database Server Transforming Decision Table Into Decision Tree | |
US11106654B2 (en) | Technique for duplexing database | |
KR102127785B1 (en) | Method and apparatus for providing efficient indexing and computer program included in computer readable medium therefor | |
KR101747270B1 (en) | Method, server and computer program stored in computer readable medium for synchronizing query result | |
KR101747262B1 (en) | Method and apparatus for reducing query processing time by dynamically changing algorithms and computer readable medium therefor | |
KR102214696B1 (en) | Optimization techniques for database queries | |
US20200201717A1 (en) | Method for recovering a database, recovery server and computer programs | |
KR20210010600A (en) | Optimization techniques for database queries | |
KR20170101835A (en) | Method, server and computer program stored in computer readable medium for synchronizing query result | |
KR20170122151A (en) | Method and apparatus for reducing query processing time by dynamically changing algorithms and computer readable medium therefor | |
KR20230075864A (en) | Method for optimizing query | |
US10977249B2 (en) | Method, system, and apparatus for performing flow-based processing using stored procedure | |
KR20200078426A (en) | Recovery server and computer programs | |
US20230205782A1 (en) | Method For Managing Database | |
KR20240040262A (en) | Automatic registration system for static data and its operation method | |
KR20200136858A (en) | Method for managing index |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant |