KR100262948B1 - Global Lookup Method of Database System with Intermediate Processor - Google Patents

Global Lookup Method of Database System with Intermediate Processor Download PDF

Info

Publication number
KR100262948B1
KR100262948B1 KR1019970077201A KR19970077201A KR100262948B1 KR 100262948 B1 KR100262948 B1 KR 100262948B1 KR 1019970077201 A KR1019970077201 A KR 1019970077201A KR 19970077201 A KR19970077201 A KR 19970077201A KR 100262948 B1 KR100262948 B1 KR 100262948B1
Authority
KR
South Korea
Prior art keywords
data
intermediate processor
inquiry sentence
inquiry
received
Prior art date
Application number
KR1019970077201A
Other languages
Korean (ko)
Other versions
KR19990057155A (en
Inventor
장성인
이희정
박철희
Original Assignee
이계철
한국전기통신공사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 이계철, 한국전기통신공사 filed Critical 이계철
Priority to KR1019970077201A priority Critical patent/KR100262948B1/en
Publication of KR19990057155A publication Critical patent/KR19990057155A/en
Application granted granted Critical
Publication of KR100262948B1 publication Critical patent/KR100262948B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing
    • H04L67/1014Server selection for load balancing based on the content of a request
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]

Abstract

PURPOSE: A global query method of a database system having an intermediate processor is provided to distribute a communication capacity, and to reduce a query time. CONSTITUTION: Intermediate processors(200,220,240) analyze query sentences received from a data consumer(110), and decide whether the query sentences need to be transmitted to data sources(120,122,124,126,128,130,132,134). If so, the intermediate processors(200,220,240) transmit the query sentences to the data sources(120,122,124,126,128,130,132,134). The data sources(120,122,124,126,128,130,132,134) process the received query sentences to transmit the processed query sentences to the data consumer(110). If the query sentences do not need to be transmitted, the intermediate processors(220,220,240) process the received query sentences, and transmit a processed result to the data consumer(110).

Description

중간처리기를 가지는 데이터 베이스 시스템의 전역 조회 방법Global query method of database system with intermediate processor

본 발명은 중간처리기를 가지는 데이터 베이스 시스템의 전역 조회 방법에 관한 것이다.The present invention relates to a global query method for a database system having an intermediate processor.

현재 컴퓨터 통신망의 확산과 더불어 전산 처리 시스템의 보급 증대로 분산 환경의 데이터 베이스 시스템 구축이 날로 증가하고 있으나, 데이터의 전송은 데이터의 생산처와 소비처간의 물리적 격리로 인하여 컴퓨터 통신망을 이용하여 상호접속 프로토콜에 의해 자료를 공유하고 있다.With the proliferation of computer communication network and the increase of computer processing system, the development of database system in distributed environment is increasing day by day, but the transmission of data is connected to the interconnection protocol by using computer communication network due to the physical isolation between producers and consumers of data. By sharing the material.

전역 조회(Global Query)란 네트워크를 통하여 지역적으로 분산되어 있는 시스템들의 데이터 베이스들을 논리적으로 하나로 묶어 필요한 자료를 조회하는 것을 말한다.Global Query refers to searching required data by logically grouping databases of systems distributed locally through a network.

네트워크를 통한 자료의 분배에는 필수적으로 데이터 복제(data replication) 문제가 상존하고 있으며 이를 해결하기 위한 여러 가지 기법이 나타났고, 그중 일부는 상용제품에 채택되어 사용되고 있다.There is a data replication problem inherent in the distribution of data through the network, and various techniques for solving the problem have appeared, and some of them have been adopted in commercial products.

한편, 현재 상존하는 문제는 데이터 복제의 동기 문제 즉, 동기화 복제 및 비동기화 복제 문제와, 분산 데이터 베이스의 접속 문제 즉, 폴링(polling)에 의한 개별 데이터 베이스 접속 문제가 있다. 동기복제는 생산처(Source) 데이터 베이스의 자료가 변경되면 중간처리기(Intermediate) 또는 소비처(Consumer) 데이터 베이스가 동시에 변경되는 것을 말하며, 비동기 복제는 생산처 데이터 베이스의 자료가 변경되더라도 중간처리기 또는 소비처 데이터 베이스의 자료가 즉시 변경되지 않고 미리 설정된 주기에 따라 자료가 변경된다. 동기 복제는 자료변경의 즉시성은 좋지만 네트워크의 통화량을 많이 유발시키며 비동기 복제는 그 반대이다.On the other hand, currently existing problems include a synchronization problem of data replication, that is, a synchronization replication and asynchronous replication problem, and a connection problem of a distributed database, that is, a problem of connecting individual databases by polling. Synchronous replication means that when the data in the source database changes, the intermediate or consumer database changes simultaneously. Asynchronous replication means that even when the data in the source database changes, the intermediate or consumer database changes. The data are not changed immediately, but the data are changed at preset intervals. Synchronous replication is good for instantaneous data changes, but it causes a lot of network traffic. Asynchronous replication is the reverse.

또한, 분산 데이터 베이스의 접속 문제는 자료를 조회할 때 조회범위에 들어가는 모든 네트워크 호스트들을 개별 접속하는 것으로써 데이터 복제는 통신량의 증감과 관계가 있으며 데이터베이스 접속은 통신량 증감 및 조회시간과 밀접한 관계를 가지고 있다.In addition, the problem of accessing distributed database is to connect all network hosts that are in the range of query when searching data. Data replication is related to the increase and decrease of traffic, and database access is closely related to the increase and decrease of traffic. have.

분산환경에서의 데이터베이스간 통신은 도면 1 과 같은 전통적인 환경을 가지고 있다.Inter-database communication in a distributed environment has a traditional environment as shown in FIG.

도 1 은 종래의 데이터 베이스 시스템의 구조도이다.1 is a structural diagram of a conventional database system.

도면에 도시된 바와 같이, 종래의 데이터 베이스 시스템은 데이터 소비처(110)와, 데이터 생산처(120, 122, 124, 126, 128, 130, 132) 및 데이터 소비처(110)와 데이터 생산처(120, 122, 124, 126, 128, 130, 132)를 연결시켜 주는 망(140)을 구비하고 있다.As shown in the figure, a conventional database system includes a data consumer 110, a data producer 120, 122, 124, 126, 128, 130, 132, and a data consumer 110 and a data producer 120, 122. , 124, 126, 128, 130, 132 is provided with a network 140 for connecting.

이와같은 환경에서 데이터 베이스간의 접속은, 자료를 필요로 하는 데이터 소비처(Consumer)(110)에서 네트워크에 분산되어 있는 여러 데이터 생산처(Source)(120, 122, 124, 126, 128, 130, 132)의 데이터 베이스와 정의된 프로토콜에 따라 통신하여 데이터를 수집하게 된다.In such an environment, the connection between databases may be connected to various data sources (120, 122, 124, 126, 128, 130, 132) distributed in a network in a data consumer (110) that needs data. Data is collected by communicating with the database of the defined protocol.

데이터 소비처(110)는 필요한 자료를 정의된 범위에 포함된 모든 데이터 생산처(120, 122, 124, 126, 128, 130, 132)의 데이터 베이스를 개별로 접속하여 필요한 자료를 가져오게 된다.The data consumer 110 is connected to the database of all data producers 120, 122, 124, 126, 128, 130, and 132 included in the defined range of the necessary data individually to bring the necessary data.

그러나, 상기 종래의 방법은 데이터를 가져오는 범위가 작을 경우에는 문제가 적지만 범위가 클 경우 즉, 기업망의 전체 범위로 확산될 경우에는 많은 접속 시간이 소요되어 데이터 베이스 자원의 활용율을 현저히 저하시키고, 또한 그 결과에 대해서도 신뢰도가 떨어지는 문제점이 있었다.However, the conventional method has less problem when the range of data is obtained is small, but when the range is large, that is, when it spreads to the entire range of the enterprise network, a large amount of connection time is required, which significantly lowers the utilization rate of the database resource. In addition, there was a problem in that the reliability is also poor.

따라서, 본 발명은 상기한 바와 같은 종래 기술의 문제점을 해결하기 위하여 안출된 것으로서, 분산된 데이터 베이스를 접속할 때에 통신량을 분산시키고 조회시간을 단축시키는 중간처리기를 가지는 데이터 베이스 시스템의 전역 조회 방법을 제공하는데 그 목적이 있다.Accordingly, the present invention has been made to solve the problems of the prior art as described above, and provides a global query method for a database system having an intermediate processor that distributes communication and shortens inquiry time when connecting a distributed database. Its purpose is to.

도 1 은 종래의 데이터 베이스 시스템의 구조도.1 is a structural diagram of a conventional database system.

도 2 는 본 발명이 적용되는 중간처리기를 가지는 데이터 베이스 시스템의 구조도.2 is a structural diagram of a database system having an intermediate processor to which the present invention is applied;

도 3 은 본 발명의 일실시예에 따른 데이터 소비처의 전역 조회 수행 과정을 나타낸 흐름도.3 is a flowchart illustrating a global inquiry performing process of a data consumer according to an embodiment of the present invention.

도 4 는 본 발명의 일실시예에 따른 중간처리기의 전역 조회 수행 과정을 나타낸 흐름도.4 is a flowchart illustrating a global inquiry performing process of an intermediate processor according to an embodiment of the present invention.

도 5 는 본 발명의 일실시예에 따른 데이터 생산처의 전역 조회 수행 과정을 나타낸 흐름도.5 is a flowchart illustrating a global inquiry performing process of a data producer according to an embodiment of the present invention.

* 도면의 주요 부분에 대한 부호의 설명* Explanation of symbols for the main parts of the drawings

110 : 데이터 소비처110: data consumer

120, 122, 124, 126, 128, 130, 132, 134 : 데이터 생산처120, 122, 124, 126, 128, 130, 132, 134: data producer

200, 220, 240 : 중간처리기200, 220, 240: Intermediate processor

상기 목적을 달성하기 위한 본 발명은, 중간처리기를 가지는 데이터 베이스 시스템에 적용되는 전역 조회 방법에 있어서, 중간처리기가 데이터 소비처로부터 수신한 조회 문장을 분석하여 데이터 생산처에 조회문장의 전송이 필요한지를 판단하는 제 1 단계; 상기 제 1 단계의 판단 결과, 조회문장의 전송이 필요한 경우에 상기 중간처리기가 상기 데이터 생산처로 조회문장을 전송하고, 상기 데이터 생산처는 수신한 조회문장을 처리하여 상기 데이터 소비처에 전송하는 제 2 단계; 및 상기 제 1 단계의 판단 결과, 조회문장의 전송이 필요하지 않은 경우에 상기 중간처리기는 수신한 조회문장을 자체 처리하여 처리결과를 상기 데이터 소비처에 전송하는 제 3 단계를 포함하여 이루어지는 것을 특징으로 한다.In order to achieve the above object, the present invention provides a global inquiry method applied to a database system having an intermediate processor, wherein the intermediate processor analyzes an inquiry sentence received from a data consumer to determine whether it is necessary to transmit an inquiry sentence to a data producer. A first step of making; A second step in which the intermediate processor transmits an inquiry sentence to the data producer when the inquiry sentence needs to be transmitted, and the data producer processes the received inquiry sentence and transmits it to the data consumer. ; And a third step of transmitting the processing result to the data consumer by processing the received inquiry sentence by itself when the transmission of the inquiry sentence is not necessary as a result of the determination of the first step. do.

이하, 첨부된 도 2 내지 도 5 를 참조하여 본 발명에 따른 일실시예를 상세히 설명한다.Hereinafter, an embodiment according to the present invention will be described in detail with reference to FIGS. 2 to 5.

도 2 는 본 발명이 적용되는 중간처리기를 가지는 데이터 베이스 시스템의 구조도이다.2 is a structural diagram of a database system having an intermediate processor to which the present invention is applied.

도면에 도시된 바와 같이, 중간처리기를 가지는 데이터 베이스 시스템은 데이터 소비처(110)와, 데이터 생산처(120, 122, 124, 126, 128, 130, 132,134)와, 망(140) 및 망(140)과 데이터 생산처(120, 122, 124, 126, 128, 130, 132, 134)를 연결하는 통신로 상에 위치하여 데이터 베이스 접속에 있어서 통신량을 분산시키고 빠른 조회시간을 갖게 하는 중간처리기(200, 220, 240)를 구비하고 있다.As shown in the figure, a database system having an intermediate processor includes a data consumer 110, a data producer 120, 122, 124, 126, 128, 130, 132, 134, a network 140, and a network 140. Intermediate processor (200, 220) located on the communication path connecting the data source with data producers (120, 122, 124, 126, 128, 130, 132, 134) to distribute the traffic in the database connection and have a quick inquiry time And 240).

중간처리기(200, 220, 240)를 가지는 데이터 베이스 시스템에서는 데이터 생산처(120, 122, 124, 126, 128, 130, 132, 134)를 기준으로 할 때 그 주위에 중간처리기(200, 220, 240)를 두고 데이터 소비처(110)에서 자료를 조회할 때 항상 중간처리기(200, 220, 240)를 통하여 데이터 생산처(120, 122, 124, 126, 128, 130, 132, 134)에서 자료를 가져오게 된다.In a database system having intermediate processors 200, 220, and 240, the intermediate processors 200, 220, and 240 are around the data producers 120, 122, 124, 126, 128, 130, 132, and 134, respectively. Always retrieve data from data producers 120, 122, 124, 126, 128, 130, 132, and 134 through interprocessors 200, 220, and 240. do.

이 때, 데이터 소비처(110)는 범위 내에 속해 있는 각각의 데이터 베이스 시스템에 접속할 필요없이 미리 지정된 중간처리기(200, 220, 240)의 중간 데이터 베이스만 접속함으로써 많은 범위의 데이터 베이스 접속을 시도할 때의 통신량을 대폭 감소시킬 수 있다.At this time, the data consumer 110 attempts to access a large range of databases by only connecting intermediate databases of the predetermined intermediate processors 200, 220, and 240 without having to access each database system belonging to the range. Can greatly reduce the traffic.

한편, 중간처리기(200, 220, 240)와 그에 포함된 데이터 생산처(120, 122, 124, 126, 128, 130, 132, 134)의 데이터 베이스의 자료는 각 데이터 베이스가 갱신될 때마다 주기적 또는 즉시 중간처리기(200, 220, 240)의 데이터 베이스 자료를 갱신함으로써 자료의 일치성을 유지시킬 수 있다.On the other hand, the data of the database of the intermediate processor (200, 220, 240) and the data producers (120, 122, 124, 126, 128, 130, 132, 134) contained therein is periodically or every time each database is updated. By updating the database data of the intermediate processor 200, 220, 240 immediately, the consistency of the data can be maintained.

데이터를 조회하기 위한 범위의 계층구조는 전역(Global), 지역(Region), 시스템(Site)으로 구분 할 수 있다. 지역은 네트워크 구조 및 접속 시스템의 수에 따라 계층을 더 나눌 수 있다.The hierarchical structure of the scope for querying data can be divided into Global, Region, and System. Regions can be further divided according to network structure and number of access systems.

이 계층 구조를 지칭하는 방법을 나타내면 다음과 같다.The method of referring to this hierarchical structure is as follows.

CREATE ALLAS GLOBAL alpha IN (beta, REGION1, ... REGIONn) 는 전체 지역을 alpha 라는 이름으로 지칭하는 것이며,CREATE ALLAS GLOBAL alpha IN (beta, REGION1, ... REGIONn) refers to the entire region by the name alpha,

CREATE ALLAS REGION beta IN (theta, REGION1, ... REGIONn) 및CREATE ALLAS REGION beta IN (theta, REGION1, ... REGIONn) and

CREATE ALLAS REGION theta IN (SITE1,SITE2,SITE3, ... SITEn)는 하위 계층을 지칭하는 것이다. 정의된 이름으로 실제의 자료를 조회할 때는 다음과 같은 명령어로써 범위를 지칭할 수 있다.CREATE ALLAS REGION theta IN (SITE1, SITE2, SITE3, ... SITEn) refers to the lower layer. When querying the actual data by the defined name, you can refer to the scope by using the following command.

SELECT name, phone, address FROM employee AREA alpha;SELECT name, phone, address FROM employee AREA alpha;

도 3 은 본 발명의 일실시예에 따른 데이터 소비처의 전역 조회 수행 과정을 나타낸 흐름도이다.3 is a flowchart illustrating a global inquiry performing process of a data consumer according to an embodiment of the present invention.

도면에 도시된 바와 같이, 데이터 소비처의 전역 조회 수행 과정은, 먼저 데이터 소비처는 조회를 하기 위하여 조회 문장을 준비하고(301), 미리 정의된 중간처리기들의 정보테이블을 검색한다(302).As shown in the figure, in the process of performing a global inquiry of a data consumer, the data consumer first prepares an inquiry sentence to make an inquiry (301), and searches an information table of predefined intermediate processors (302).

후에, 데이터 처리기는 망을 통하여 중간처리기에 차례대로 접속하여(303) 준비된 조회문장을 중간처리기에 전송하고(304), 전송한 결과를 수신하는 프로세서를 구동한다(305).Thereafter, the data processor sequentially connects to the intermediate processor through the network (303), transmits the prepared inquiry sentence to the intermediate processor (304), and drives the processor that receives the transmitted result (305).

계속하여, 마지막 중간처리기인지를 판단한다(306).Subsequently, it is determined whether it is the last intermediate processor (306).

판단 결과, 마지막 중간처리기가 아니면 조회 문장을 준비하는 과정(301)부터 반복하고, 마지막 중간처리기이면 모든 조회 결과를 수신하였는지를 판단한다(307).As a result of the determination, if the final intermediate processor does not repeat the process of preparing an inquiry sentence (301), and if the final intermediate processor determines whether all the inquiry results have been received (307).

판단 결과, 모든 조회 결과를 수신하지 않았으면 일정 시간을 대기한 후에(308) 모든 조회 결과를 수신하였는지를 판단하는 과정(307)부터 반복하고, 모든 조회 결과를 수신하였으면 조회 결과를 처리한 후에(309) 종료한다.As a result of the determination, if all the inquiry results have not been received, after waiting for a predetermined time (308), the process of determining whether all the inquiry results have been received is repeated from step 307, and if all the inquiry results have been received after processing the inquiry results (309). Exit.

도 4 는 본 발명의 일실시예에 따른 중간처리기의 전역 조회 수행 과정을 나타낸 흐름도이다.4 is a flowchart illustrating a global inquiry performing process of an intermediate processor according to an embodiment of the present invention.

도면에 도시된 바와 같이, 중간처리기의 전역 조회 수행 과정은, 먼저 중간처리기는 조회 문장을 수신 하기 위한 대기 상태(401)에서 조회 문장을 수신하였는지를 판단한다(402).As shown in the figure, in the process of performing the global inquiry of the intermediate processor, the intermediate processor first determines whether the inquiry sentence is received in the waiting state 401 for receiving the inquiry sentence (402).

판단 결과, 조회 문장을 수신하지 않았으면 조회 문장을 수신하였는지를 판단하는 과정(402)부터 반복하고, 조회 문장을 수신하였으면 조회 문장을 분석한 후에(403) 데이터 생산처에 조회 문장을 전송할 것인지 또는 자체 처리할 것인지를 판단한다(404).As a result of the determination, if the inquiry sentence has not been received, the process is repeated from step 402 of determining whether the inquiry sentence has been received, and if the inquiry sentence is received, after analyzing the inquiry sentence (403), whether to transmit the inquiry sentence to the data producer or to process itself. It is determined whether to do (404).

판단 결과, 자체 처리할 것으로 판단되면 조회 문장을 직접 처리한 후에(408) 조회 문장 대기 과정(401)부터 반복하고, 데이터 생산처에 조회 문장을 전송할 것이면 조회 문장을 전송한 후에(405) 조회 결과 수신 여부를 판단한다(407).As a result of determination, if it is determined that the self-processing process is to process the inquiry sentence directly (408), it is repeated from the process of waiting for the inquiry sentence 401, and if the inquiry sentence is to be transmitted to the data producer, after the inquiry sentence is transmitted (405) It is determined whether or not (407).

판단 결과, 조회 결과를 수신하지 않았으면 조회 결과의 수신 여부를 판단하는 과정(407)부터 반복하고, 조회 결과를 수신하였으면 수신한 조회 결과를 전송한 후에(409) 조회 문장 대기 과정(401)부터 반복한다.As a result of the determination, if the inquiry result has not been received, the process repeats the process of determining whether to receive the inquiry result (407), and if the inquiry result is received after transmitting the received inquiry result (409) from the inquiry sentence waiting process (401). Repeat.

도 5 는 본 발명의 일실시예에 따른 데이터 생산처의 전역 조회 수행 과정을 나타낸 흐름도이다.5 is a flowchart illustrating a global inquiry performing process of a data producer according to an embodiment of the present invention.

도면에 도시된 바와 같이, 데이터 생산처의 전역 조회 수행 과정은 먼저 데이터 생산처는 조회 문장 대기 상태에서 조회 문장의 수신 여부를 판단한다(501).As shown in the figure, in the global inquiry performing process of the data producer, the data producer first determines whether to receive an inquiry sentence in a waiting state for an inquiry sentence (501).

판단 결과, 조회 문장이 수신되지 않았으면 조회 문장 대기 상태에 머물러 있고, 조회 문장을 수신하였으면 수신한 조회 문장을 처리하며(502), 조회 결과를 중간처리기로 전송한 후에(503) 조회 문장을 수신하였는지를 판단하는 과정(501)부터 반복한다.As a result of the determination, if the inquiry sentence is not received, the inquiry sentence stays in a waiting state, and when the inquiry sentence is received, the received inquiry sentence is processed (502), and the inquiry result is transmitted to the intermediate processor (503) and the inquiry sentence is received. The process repeats from step 501 to determine whether it is.

이상에서 설명한 본 발명은, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에 있어 본 발명의 기술적 사상을 벗어나지 않는 범위내에서 여러 가지 치환, 변형 및 변경이 가능하므로 전술한 실시예 및 첨부된 도면에 한정되는 것이 아니다.The present invention described above is capable of various substitutions, modifications, and changes without departing from the spirit of the present invention for those skilled in the art to which the present invention pertains, and the above-described embodiments and accompanying It is not limited to the drawing.

상기와 같은 본 발명은, 분산된 데이터 베이스 접속에 있어서 통신량을 분산시키고 빠른 시간에 접속할 수 있는 효과가 있다.As described above, the present invention has the effect of distributing communication amount and connecting at a short time in distributed database connection.

Claims (4)

중간처리기를 가지는 데이터 베이스 시스템에 적용되는 전역 조회 방법에 있어서,In the global query method applied to a database system having an intermediate processor, 중간처리기가 데이터 소비처로부터 수신한 조회 문장을 분석하여 데이터 생산처에 조회문장의 전송이 필요한지를 판단하는 제 1 단계;A first step in which the intermediate processor analyzes the inquiry sentence received from the data consumer and determines whether the inquiry sentence needs to be transmitted to the data producer; 상기 제 1 단계의 판단 결과, 조회문장의 전송이 필요한 경우에 상기 중간처리기가 상기 데이터 생산처로 조회문장을 전송하고, 상기 데이터 생산처는 수신한 조회문장을 처리하여 상기 데이터 소비처에 전송하는 제 2 단계; 및A second step in which the intermediate processor transmits an inquiry sentence to the data producer when the inquiry sentence needs to be transmitted, and the data producer processes the received inquiry sentence and transmits it to the data consumer. ; And 상기 제 1 단계의 판단 결과, 조회문장의 전송이 필요하지 않은 경우에 상기 중간처리기는 수신한 조회문장을 자체 처리하여 처리결과를 상기 데이터 소비처에 전송하는 제 3 단계A third step of transmitting the processing result to the data consumer by processing the received inquiry sentence by itself when the transmission of the inquiry sentence is not necessary as a result of the determination of the first stage; 를 포함하여 이루어진 중간처리기를 가지는 데이터 베이스 시스템의 전역 조회 방법.Global query method of the database system having an intermediate processor made, including. 제 1 항에 있어서,The method of claim 1, 상기 제 1 단계는,The first step is, 상기 데이터 소비처는 조회문장을 준비하여 상기 중간처리기에 전송하는 제 4 단계;The data consuming party prepares an inquiry sentence and sends it to the intermediate processor; 상기 데이터 소비처는 수신 프로세서를 구동시키는 제 5 단계;The data consuming destination is a fifth step of driving a receiving processor; 상기 중간처리기가 조회문장을 수신하는 제 6 단계;A sixth step of receiving, by the intermediate processor, an inquiry sentence; 상기 중간처리기가 수신한 조회문장을 분석하는 제 7 단계; 및A seventh step of analyzing the inquiry sentence received by the intermediate processor; And 상기 중간처리기가 분석결과에 따라 상기 데이터 생산처에 조회문장의 전송이 필요한지를 판단하는 제 8 단계;An eighth step of the intermediate processor determining whether an inquiry sentence needs to be transmitted to the data producer based on an analysis result; 를 포함하여 이루어진 중간처리기를 가지는 데이터 베이스 시스템의 전역 조회 방법.Global query method of the database system having an intermediate processor made, including. 제 2 항에 있어서,The method of claim 2, 상기 제 2 단계는,The second step, 상기 데이터 생산처에 조회문장을 전송하는 제 9 단계;A ninth step of transmitting an inquiry sentence to the data producer; 상기 데이터 생산처가 수신한 조회문장을 처리하는 제 10 단계;A tenth step of processing the inquiry sentence received by the data producer; 상기 데이터 생산처가 처리 결과를 상기 중간처리기로 전송하는 제 11 단계; 및An eleventh step of sending, by the data producer, a processing result to the intermediate processor; And 상기 중간처리기가 수신한 처리결과를 상기 데이터 소비처에 전송하는 제 12 단계A twelfth step of transmitting the processing result received by the intermediate processor to the data consumer; 를 포함하여 이루어진 중간처리기를 가지는 데이터 베이스 시스템의 전역 조회 방법.Global query method of the database system having an intermediate processor made, including. 제 3 항에 있어서,The method of claim 3, wherein 상기 제 3 단계는,The third step, 상기 중간처리기가 조회문장을 자체 처리하는 제 13 단계; 및A thirteenth step in which the intermediate processor processes the inquiry sentence itself; And 상기 중간처리기가 자체 처리 결과를 상기 데이터 소비처에 전송하는 제 14 단계A fourteenth step in which the intermediate processor transmits its own processing result to the data consumer; 를 포함하여 이루어진 중간처리기를 가지는 데이터 베이스 시스템의 전역 조회 방법.Global query method of the database system having an intermediate processor made, including.
KR1019970077201A 1997-12-29 1997-12-29 Global Lookup Method of Database System with Intermediate Processor KR100262948B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019970077201A KR100262948B1 (en) 1997-12-29 1997-12-29 Global Lookup Method of Database System with Intermediate Processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019970077201A KR100262948B1 (en) 1997-12-29 1997-12-29 Global Lookup Method of Database System with Intermediate Processor

Publications (2)

Publication Number Publication Date
KR19990057155A KR19990057155A (en) 1999-07-15
KR100262948B1 true KR100262948B1 (en) 2000-08-01

Family

ID=19529514

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019970077201A KR100262948B1 (en) 1997-12-29 1997-12-29 Global Lookup Method of Database System with Intermediate Processor

Country Status (1)

Country Link
KR (1) KR100262948B1 (en)

Also Published As

Publication number Publication date
KR19990057155A (en) 1999-07-15

Similar Documents

Publication Publication Date Title
US20040128327A1 (en) System and method for synchronizing data of wireless devices
CN110659430B (en) Block chain browsing method supporting multi-block chain network
CN103401909B (en) Data interactive method based on BS and system, client and server
WO2006060138A1 (en) Cascading configuration using one or more configuration trees
EP1626526B1 (en) Method and device for configuring data in communication device
CN110727738B (en) Global routing system based on data fragmentation, electronic equipment and storage medium
CN109245908A (en) A kind of method and apparatus of principal and subordinate's cluster switching
CN110019539A (en) A kind of method and apparatus that the data of data warehouse are synchronous
CN109120445A (en) A kind of network log data synchronous system and method
CN109586973B (en) Data stream hopping transmission method based on universal identification network system
CN113157734B (en) Data processing method, device and equipment based on search framework and storage medium
KR100262948B1 (en) Global Lookup Method of Database System with Intermediate Processor
JP2000222268A (en) Method for synchronizing file for plural computers
CN110321252B (en) Skill service resource scheduling method and device
CN113760638A (en) Log service method and device based on kubernets cluster
KR0175456B1 (en) Distributed Object Access Information Management System and Its Decentralization Method
CN110347654A (en) A kind of method and apparatus of online cluster features
CN111241044B (en) Method, device, equipment and readable storage medium for constructing heterogeneous database
CN112015790A (en) Data processing method and device
CN112052104A (en) Message queue management method based on multi-computer-room realization and electronic equipment
CN116436782B (en) Deterministic network transmission method for embodying business willingness
CN113364825B (en) Distributed resource integration system
CN111258978B (en) Data storage method
CN113127592B (en) Distributed storage system
CN115599790B (en) Data storage system, data processing method, electronic equipment and storage medium

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20100510

Year of fee payment: 11

LAPS Lapse due to unpaid annual fee