KR100478586B1 - Data caching method of relational database - Google Patents

Data caching method of relational database Download PDF

Info

Publication number
KR100478586B1
KR100478586B1 KR10-2001-0086057A KR20010086057A KR100478586B1 KR 100478586 B1 KR100478586 B1 KR 100478586B1 KR 20010086057 A KR20010086057 A KR 20010086057A KR 100478586 B1 KR100478586 B1 KR 100478586B1
Authority
KR
South Korea
Prior art keywords
code
client
code table
data
server
Prior art date
Application number
KR10-2001-0086057A
Other languages
Korean (ko)
Other versions
KR20030055926A (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 KR10-2001-0086057A priority Critical patent/KR100478586B1/en
Publication of KR20030055926A publication Critical patent/KR20030055926A/en
Application granted granted Critical
Publication of KR100478586B1 publication Critical patent/KR100478586B1/en

Links

Abstract

본 발명은 관계형 데이터베이스에서의 데이터 캐싱방법으로, 서버로부터 필요한 코드테이블을 요구하여 데이터를 저장하고, 상기 클라이언트는 저장된 코드테이블의 디코드된 데이터를 코드로 변환시키게 되므로, 서버의 부하를 감소시키는데 그 목적이 있다The present invention relates to a data caching method in a relational database, which requires a code table from a server to store data, and the client converts the decoded data of the stored code table into a code, thereby reducing the load on the server. There is this

상기 목적을 이루기 위한 방법으로, 클라이언트가 코드명 필드에 키워드를 입력하여 데이터베이스에 저장된 코드테이블의 존재여부를 확인하는 단계; 상기 키워드에 해당되는 코드명이 있으면 코드테이블을 디코딩할 코드를 클라이언트로 디코드하여 전송하는 단계; 상기 키워드에 해당되는 코드명이 없으면 상기 클라이언트는 서버에 접속하여 키워드에 해당되는 코드테이블의 데이터를 요구하게 되고, 그에 따라 서버는 데이터DB에서 키워드에 해당되는 코드테이블을 클라이언트로 전송하며, 전송된 코드테이블을 데이터베이스에 저장하는 단계; 상기 클라이언트에서 코드테이블을 디코드하여 출력하는 단계; 상기 디코드된 데이터를 코드로 변환하는 단계로 이루어지는 것을 특징으로 한다. In order to achieve the above object, the client inputs a keyword in the code name field to confirm the existence of a code table stored in the database; If there is a code name corresponding to the keyword, decoding and transmitting a code to decode a code table to a client; If there is no code name corresponding to the keyword, the client connects to the server and requests data from the code table corresponding to the keyword. Accordingly, the server transmits the code table corresponding to the keyword from the data DB to the client. Storing the table in a database; Decoding and outputting a code table at the client; And converting the decoded data into a code.

Description

관계형 데이터베이스에서의 데이터 캐싱방법{Data caching method of relational database}Data caching method of relational database

본 발명은 관계형 데이터베이스 데이터 캐싱방법에 관한 것으로, 더욱 상세하게는 서버의 부하를 감소하기 위하여 클라이언트는 서버로부터 필요한 코드테이블을 요청하여 서버로부터 해당 코드테이블을 받아 저장하고, 상기 클라이언트는 저장된 코드테이블의 디코드된 데이터를 코드로 변환하게 되므로, 서버의 부하를 감소하도록 한 데이터 캐싱방법에 관한 것이다. The present invention relates to a method of caching relational database data, and more particularly, to reduce a load on a server, a client requests a required code table from a server, receives a corresponding code table from the server, and stores the code table. The present invention relates to a data caching method for reducing the load on a server since the decoded data is converted into a code.

일반적으로, 정보 통신망에서 서비스나 정보를 요구하고 요구 사항을 제공받는 장치(클라이언트)와; 서비스나 정보를 수집, 저장 또는 처리하여 이를 제공하는 장치(서버)로 구분되며, 상기 클라이언트 쪽에서 요구하면 서버는 요구한 코드에 대해 프로세스 하여 응답한다. 프로세스를 의뢰하는 장치나 컴퓨터 또는 프로그램을 클라이언트라고 하며, 의뢰 받은 프로세스를 실행, 응답하는 쪽을 서버라고 한다. In general, an apparatus (client) for requesting a service or information and receiving a requirement in an information communication network; It is divided into a device (server) that collects, stores, or processes a service or information and provides the same. If requested by the client, the server processes and responds to the requested code. The device, computer, or program that requests a process is called a client, and the server that executes and responds to the requested process is called a server.

상기와 같이 클라이언트/서버에서 요구한 데이터를 캐싱하는 방법으로 첨부도면 도 1 및 도 2를 통하여 좀더 상세하게 살펴보면 다음과 같다. As described above with reference to FIGS. 1 and 2 as a method of caching data requested by a client / server as follows.

도 1은 종래 관계형 데이터베이스에서 데이터 캐싱방법의 개략적인 구성을 보인 블록도 이고, 도 2는 도 1의 흐름도 이다.1 is a block diagram showing a schematic configuration of a data caching method in a relational database, and FIG. 2 is a flowchart of FIG.

도 1에 도시된 바와 같이, 클라이언트(10)와 서버(20)는 소정의 통신망으로 데이터를 송수신이 가능하도록 이루어지고, 상기 서버(20)에는 데이터DB(30)를 더 포함하며, 상기 데이터DB(30)에는 행과 열로 된 2차원의 표로 데이터를 표현된 각종 코드테이블이 기록 저장되어 있다. As shown in FIG. 1, the client 10 and the server 20 are configured to transmit / receive data through a predetermined communication network, and the server 20 further includes a data DB 30. At 30, various code tables representing data in a two-dimensional table consisting of rows and columns are recorded and stored.

상기 클라이언트(10)가 소정의 통신망을 통해 서버(20)에 접속하여 상기 클라이언트(10)에서 디코딩할 코드에 대한 키워드를 입력(S31)하게 되면 서버(20)는 데이터DB(30)에서 기록 저장된 데이터에서 상기 키워드에 대한 코드명을 검색하고, 상기 검색된 코드명에 해당되는 데이터를 호출하여 이를 디코드(S32)한 후 상기 디코딩한 데이터를 클라이언트(10)로 전송(S33)하므로, 상기 클라이언트(10)는 디코딩한 데이터를 출력(S34)하여 디코드한 데이터를 코드로 변환(S35)하게 되어 필요한 자료를 얻을 수 있게 되는 것이다. When the client 10 accesses the server 20 through a predetermined communication network and inputs a keyword for a code to be decoded by the client 10 (S31), the server 20 records and stores the data in the data DB 30. The code name for the keyword is searched for from the data, the data corresponding to the retrieved code name is called, decoded (S32), and then the decoded data is transmitted to the client 10 (S33). ) Outputs the decoded data (S34) and converts the decoded data into a code (S35) to obtain the necessary data.

그러나, 상기와 같이 관계형 데이터베이스의 클라이언트/서버로 이루어지는 시스템에서 데이터 캐싱방법은 컴퓨터 기술의 발전에 따라 클라이언트가 증가되며, 많은 사용자들의 다양한 요구를 서버에서 처리하게 되므로, 상기 서버의 부하를 가중되는 문제점을 갖고 있다. However, the data caching method in the system consisting of the client / server of the relational database as described above, the client is increased according to the development of computer technology, and the various requests of many users are processed in the server, which adds to the load of the server Have

또한, 상기 클라이언트는 서버로부터 제공되는 디코드한 코드가 전송될 때까지 기다려야 하는 불편한 문제점을 내포하고 있다. In addition, the client has an inconvenient problem of waiting until the decoded code provided from the server is transmitted.

상기와 같은 문제를 해소하기 위한 것으로, 본 발명은 서버로부터 필요한 코드테이블을 요구하여 상기 코드테이블을 클라이언트의 데이터베이스에 저장하고, 상기 클라이언트의 데이터베이스에 저장된 코드테이블을 참고하여 디코드된 데이터를 코드로 변환시키게 되므로, 서버의 부하를 감소시키는데 그 목적이 있다. In order to solve the above problems, the present invention requires a code table required from a server, stores the code table in a database of the client, and converts the decoded data into codes by referring to the code table stored in the database of the client. The purpose is to reduce the load on the server.

또한, 컴퓨터 성능 및 통신망이 발전됨에 따라 상기 클라이언트가 자주 사용하는 코드테이블을 데이터베이스에 저장하여, 각종 코드테이블의 자료를 서로 공유하도록 하는데 또 다른 목적이 있다. In addition, as computer performance and communication networks are developed, another object of the present invention is to store code tables frequently used by the client in a database, thereby sharing data of various code tables with each other.

본 발명을 이루기 위한 방법으로, 클라이언트가 코드명 필드에 키워드를 입력하여 데이터베이스에 저장된 코드테이블의 존재 여부를 확인하는 단계; 상기 데이터베이스에 키워드에 해당되는 코드명이 있으면 코드테이블의 디코드에 필요한 데이터를 클라이언트로 전송하고, 상기 데이터베이스에 키워드에 해당되는 코드명이 없으면 상기 클라이언트는 서버에 접속하여 키워드에 해당되는 코드테이블의 데이터를 요구하게 되고, 그에 따라 서버는 데이터베이스에서 키워드에 해당되는 코드테이블을 클라이언트로 전송하며, 상기 클라이언트는 서버에서 전송된 코드테이블을 데이터베이스에 저장하는 단계; 상기 클라이언트는 상기 코드테이블을 디코딩할 데이터를 디코드하여 상기 클라이언트로 출력하는 단계; 상기 단계에서 디코드된 데이터를 코드로 변환하는 단계로 이루어지는 것을 특징으로 하며, 상기 클라이언트는 코드명 필드에 키워드가 입력되면 먼저 데이터베이스에 저장된 코드테이블을 검색하고, 상기 코드테이블이 있으면 코드테이블을 디코드하며, 상기 코드테이블이 없으면 자동적으로 서버에 접속하여 해당 코드테이블을 요구하도록 사전 설정된 것을 특징으로 한다. A method for achieving the present invention, comprising: a client inputting a keyword in a code name field to check whether a code table stored in a database exists; If the code name corresponding to the keyword exists in the database, data necessary for decoding the code table is transmitted to the client. If the code name corresponding to the keyword exists in the database, the client connects to the server and requests data from the code table corresponding to the keyword. Accordingly, the server transmits the code table corresponding to the keyword in the database to the client, the client storing the code table transmitted from the server in the database; The client decodes data to decode the code table and outputs the data to the client; And converting the decoded data into codes in the step, wherein the client first searches for a code table stored in a database if a keyword is entered in a code name field, and if there is a code table, decodes the code table. If the code table is not present, the server is automatically set to request a corresponding code table by automatically accessing a server.

이하, 본 발명의 바람직한 실시 예를 첨부된 도면을 참조하여 상세하게 살펴보면 다음과 같다.Hereinafter, a preferred embodiment of the present invention will be described in detail with reference to the accompanying drawings.

도 3은 본 발명에 따른 관계형 데이터베이스 데이터 캐싱방법을 이루기 위한 시스템의 개략적인 구성을 보인 블록도 이다.3 is a block diagram showing a schematic configuration of a system for achieving the method of caching relational database data according to the present invention.

도 4는 본 발명에 따른 관계형 데이터베이스 데이터 캐싱방법의 코드테이블 참고도 이다. 4 is a code table reference diagram of a relational database data caching method according to the present invention.

도 3 및 도 4에 도시된 바와 같이, 관계형 데이터베이스 데이터 캐싱방법을 이루기 위한 시스템으로, 상기 시스템의 구성요소는 클라이언트(100)와 서버(200) 데이터베이스(110) 및 데이터DB(210)로 구성되며, 상기 클라이언트와 서버는 무선데이터 통신이 가능하도록 네트워크로 구성된다. As shown in Figures 3 and 4, a system for achieving a relational database data caching method, the components of the system is composed of a client 100, a server 200, a database 110 and a data DB (210) The client and server are configured in a network to enable wireless data communication.

상기 클라이언트(100)는 키워드를 통해 디코드에 필요한 코드테이블을 요구하게 되면 상기 서버(200)는 키워드를 통해 데이터DB(210)에 기록 저장된 코드테이블을 검색하고, 검색된 코드테이블에 해당되는 목록데이터를 클라이언트(100)로 전송하여 클라이언트(100)의 데이터베이스(110)에 목록데이터를 저장한다. When the client 100 requests a code table necessary for decoding through a keyword, the server 200 searches a code table recorded and stored in the data DB 210 through the keyword, and retrieves list data corresponding to the retrieved code table. The list data is stored in the database 110 of the client 100 by transmitting to the client 100.

즉, 상기 코드테이블(도 4참조)은 하나의 코드와 상기 코드에 코드명을 갖도록 테이블을 구성하고, 상기 코드테이블은 클라이언트(100)가 코드테이블 요구시 처음에만 실행을 하며, 상기 클라이언트(100)가 새로운 코드테이블을 요구시에 필요한 코드테이블을 전송하도록 하는 것이 바람직하다. That is, the code table (see FIG. 4) configures a table to have one code and a code name in the code. The code table is executed only when the client 100 requests a code table, and the client 100 It is desirable to have a) transmit the necessary code table when requesting a new code table.

상기 클라이언트(100)가 요구한 코드테이블은 모니터화면으로 출력하기 위한 모든 코드를 변환하여 출력하게 되는 것이다. The code table requested by the client 100 converts and outputs all codes for output to the monitor screen.

다시 설명하면, 상기 클라이언트(100)가 서버(200)에 접속한 상태에서 키워드를 입력하여 자신에게 필요한 코드테이블을 요구하게 되면 상기 클라이언트(100)는 데이터베이스(110)에 저장되어 있는 코드테이블인지를 먼저 검색하고, 상기 저장된 코드테이블인 경우 디코드에 필요한 데이터를 모니터화면으로 출력하게 되므로, 클라이언트(100)는 보다 빠른 검색 결과를 얻을 수 있게 되는 것이다. In other words, when the client 100 requests a code table required by the client 100 by inputting a keyword in a state in which the client 100 is connected to the server 200, the client 100 determines whether the client is a code table stored in the database 110. First, since the stored code table outputs data necessary for decoding to the monitor screen, the client 100 can obtain a faster search result.

또한, 상기 데이터베이스(110)에 저장되어 있지 않는 경우 서버(200)로 접속하여 디코드에 필요한 코드테이블을 요구하게 되고, 상기 서버(200)는 데이터DB(210)에 기록 저장된 코드테이블을 검색하여 검색된 코드테이블을 클라이언트(100)로 전송하게 되며, 상기 전송된 코드테이블은 데이터베이스(110)에 저장되는 동시에 디코드한 데이터를 모니터화면으로 출력하여 필요한 자료를 얻게 되는 것이다. In addition, if it is not stored in the database 110, the server 200 accesses the server 200 and requests a code table necessary for decoding, and the server 200 searches for a code table recorded and stored in the data DB 210, The code table is transmitted to the client 100. The transmitted code table is stored in the database 110 and simultaneously outputs the decoded data to the monitor screen to obtain necessary data.

상기 클라이언트(100)는 서버(200)로부터 필요한 코드테이블을 조금씩 업데이트 하게 되므로, 상기 클라이언트(100)는 서버(200)에 접속하여 필요한 코드테이블을 찾지 않고도 필요한 코드를 처리할 수 있게 되는 것이다.Since the client 100 updates the necessary code table from the server 200 little by little, the client 100 can access the server 200 and process the necessary code without finding the required code table.

상기와 같이, 본 발명에 따른 관계형 데이터베이스에서의 데이터 캐싱방법을 적용한 일실시 예로 첨부도면 도 5 및 도 6을 통해 좀더 상세하게 살펴보면 다음과 같다. As described above, an example of applying the data caching method in the relational database according to the present invention will be described in more detail with reference to FIGS. 5 and 6.

도 5a는 본 발명에 따른 관계형 데이터베이스 데이터 캐싱방법의 일실시 예로, 우편번호를 디코드로 정의한 참고도 이고, 도 5b는 우편번호를 편집하기 위한 스크립트편집기의 정의한 참고도 이다. 5A is a reference diagram for defining a postal code as a decode in one embodiment of the relational database data caching method according to the present invention, and FIG. 5B is a reference diagram defined for a script editor for editing a postal code.

도 6a는 종래 관계형 데이터베이스에서의 데이터 캐싱방법으로 도출된 결과의 도표이고, 도 6b는 데이터 캐싱방법으로 도출된 결과의 도표이다. FIG. 6A is a diagram of results derived from a data caching method in a conventional relational database, and FIG. 6B is a diagram of results derived from a data caching method.

도 5에 도시된 바와 같이, 본 발명은 우편번호 코드테이블을 정의한 것으로, 데이터베이스(Easybase)의 스크립트 함수 중 로컬디코드(LocalDecode)·로컬디코드Ex(LocalDecodeEx)로 구현되며, 상기 로컬디코드(LocalDecode)는 디코드를 원하는 코드를 로컬(클라이언트:100)에 저장된 테이블에서 찾아서 리턴 해주는 함수이고, 로컬디코드Ex(LocalDecodeEx)는 미리 정의해 놓은 로컬디코드에 디코드 원하는 코드를 파라메타(parameter)로 넘겨주어 여러 개의 코드를 디코딩할 때 사용하도록 구성한다. As shown in FIG. 5, the present invention defines a zip code code table, which is implemented as a local decode / local decode ex of a script function of an easybase, and the local decode is a local decode. It is a function that finds and returns the code that you want to decode from the table stored locally (Client: 100), and LocalDecodeEx sends several codes that you want to decode to a predefined local decode as a parameter. Configure to use when decoding.

상기 로컬디코드Ex의 함수는 로컬디코드Ex(LocalDecode 정의명, 코드 값...)으로 정의하고, 미리 정의해 놓은 여러 개의 로컬디코드의 이름이며, 여러 코드 값의 조합으로 하나의 로컬디코드를 가져올 수도 있다. The function of Local Decode Ex is defined as Local Decode Ex (LocalDecode definition name, code value ...), is the name of several predefined local decodes, and a single local decode can be obtained by a combination of several code values. have.

도 6에 도시된 바와 같이, 본 발명의 데이터 캐싱방법에 의해 도출된 결과물을 예를 들어 설명하면, 먼저 서버(200)에는 우편번호의 각 테이블에는 우편번호 1과 우편번호 2의 코드와, 상기 우편번호의 코드에 대응되는 주소가 출력되도록 정의해 준 것이다. 즉, 클라이언트(100)가 코드명 필드에 "우편번호 1"과 "우편번호 2"의 코드에 대응되는 주소("구" 및 "동")를 입력하게 되면 상기 클라이언트(100)는 서버(200)로부터 받아와 클라이언트(100)의 데이터베이스에 저장하고, 상기 "구"와 "동"에 대응되는 "우편번호"라는 테이블을 참고해서 우편번호로 알 수 있는 주소를 리턴 해준다. 그 후 주소의 일부인 나머지 주소($$)와 우편번호로 알아 온 주소를 합쳐서 출력해 준다.As shown in FIG. 6, the result derived by the data caching method of the present invention will be described by way of example. First, the server 200 includes codes of zip code 1 and zip code 2 in each table of zip codes. Defined to output the address corresponding to the code of the postal code. That is, when the client 100 inputs an address (“phrase” and “dong”) corresponding to the codes of “Postal code 1” and “Postal code 2” in the code name field, the client 100 receives the server 200. ), And stores it in the database of the client 100, and returns an address known as a postal code by referring to the "postal code" tables corresponding to the "old" and "east". After that, the remaining address ($$) which is part of the address and the address obtained by the postal code are combined and printed out.

상기와 같이, 종래 우편번호에 대한 데이터 캐싱방법으로는 "우편번호 1"과 "우편번호 2"를 이용해 로컬디코드함수로 미리 만들어 놓은 테이블과 원래 들어있던 주소를 이용해 "우편번호"를 서버(200)로부터 일일이 받아와 전체주소를 표현하게 되므로, 서버(200)에서 해당 주소를 일일이 검색하고 이에 대한 결과를 클라이언트로 전송하여 표시하게 되어 서버에 부하를 가중하게 된다. 그러나, 본 발명은 클라이언트(100)의 데이터베이스(110)에 필요한 테이블이 저장되어 있으므로, 불필요하게 서버(200)에 접속하는 횟수를 감소시키는 동시에 서버(200)의 부하를 감소하게 되어 보다 빠른 검색결과를 얻을 수 있게 되는 것이다. As described above, a data caching method for a conventional postal code includes a table pre-made with a local decode function using "zip code 1" and "post code 2" and a "post code" using an address previously contained in the server (200). Since the full address is received from the server and the entire address is expressed, the server 200 retrieves the corresponding address and transmits the result to the client for display, thereby increasing the load on the server. However, according to the present invention, since the necessary tables are stored in the database 110 of the client 100, the number of times of unnecessary connection to the server 200 is reduced, and the load of the server 200 is reduced, resulting in a faster search result. Will be obtained.

첨부도면 도 7은 본 발명에 따른 관계형 데이터베이스 데이터 캐싱방법의 흐름도 이다. Figure 7 is a flow diagram of a relational database data caching method in accordance with the present invention.

도 7에 도시된 바와 같이, 클라이언트(100)는 코드명 필드에 키워드를 입력하여 데이터베이스(110)에 저장된 코드테이블의 존재여부(S302)를 확인하고, 상기 키워드에 해당되는 코드명이 있으면 상기 코드테이블을 디코딩할 코드를 로컬(클라이언트:100)로 디코드(S310)하여 클라이언트(100)로 출력(S312)하고, 상기 코드를 변환(S314)하게 모니터로 표시하게 된다. As shown in FIG. 7, the client 100 checks whether a code table stored in the database 110 exists by inputting a keyword in a code name field, and if there is a code name corresponding to the keyword, the code table. Decode the code to be decoded locally (client: 100) (S310) and outputs to the client 100 (S312), and converts the code (S314) is displayed on the monitor.

그러나, 상기 키워드에 해당되는 코드명이 없으면 상기 클라이언트(100)는 서버(200)에 접속하여 해당 코드테이블을 요구(S304)하며, 상기 서버()는 데이터DB(210)에서 키워드에 해당되는 코드테이블을 호출하고, 호출된 코드테이블을 클라이언트(100)로 전송(S306)한다. 상기 클라이언트(100)는 서버(200)로부터 전송된 코드테이블을 데이터베이스(110)에 저장하고, 이어서 상기 클라이언트(100)는 디코딩할 코드를 디코드(S310)하여 클라이언트(100)로 출력(S312)하고, 상기 코드를 변환(S314)하게 모니터로 표시하게 된다. However, if there is no code name corresponding to the keyword, the client 100 connects to the server 200 and requests a corresponding code table (S304), and the server () is a code table corresponding to the keyword in the data DB 210. Call to, and transmits the called code table to the client (100) (S306). The client 100 stores the code table transmitted from the server 200 in the database 110, and then the client 100 decodes the code to be decoded (S310) and outputs it to the client 100 (S312). In operation S314, the code is displayed on the monitor.

또한, 본 발명의 바람직한 실시 예에 대하여 도시하고 또한 설명하였으나, 본 발명은 상기한 실시 예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 본 발명이 속하는 분야에서 통상의 지식을 가진 자라면 누구든지 다양한 변형 실시가 가능한 것은 물론이고, 그와 같은 변경은 기재된 청구범위 내에 있게 된다.In addition, although the preferred embodiments of the present invention have been illustrated and described, the present invention is not limited to the above-described embodiments, and the present invention is not limited to the above-described embodiments without departing from the gist of the invention as claimed in the claims. Various modifications can be made by those skilled in the art, and such modifications are intended to fall within the scope of the appended claims.

이상에서 살펴본 바와 같이, 본 발명의 관계형 데이터베이스에서의 데이터 캐싱방법은 서버에 접속하는 클라이언트의 접속 수를 감소시키는 동시에 상기 서버의 부하를 감소시키며, 클라이언트는 서버로부터 디코딩한 데이터가 전송될 때까지 기다려야 하는 불편한 문제점을 해소하면서도 사용자의 편의를 증진시키게 되는 효과를 갖는다. As described above, the data caching method in the relational database of the present invention reduces the number of clients connecting to the server and at the same time reduces the load on the server, and the client must wait until the decoded data is transmitted from the server. It has the effect of improving the convenience of the user while eliminating the inconvenience.

도 1은 종래 관계형 데이터베이스 데이터 캐싱방법의 개략적인 구성을 보인 블록도.1 is a block diagram showing a schematic configuration of a conventional relational database data caching method.

도 2는 도 1의 흐름도.2 is a flow chart of FIG.

도 3은 본 발명에 따른 관계형 데이터베이스 데이터 캐싱방법을 이루기 위한 시스템의 개략적인 구성을 보인 블록도.3 is a block diagram showing a schematic configuration of a system for achieving the method of caching relational database data according to the present invention.

도 4는 본 발명에 따른 관계형 데이터베이스 데이터 캐싱방법의 코드테이블 참고도.4 is a code table reference diagram of a relational database data caching method in accordance with the present invention.

도 5a는 본 발명에 따른 관계형 데이터베이스 데이터 캐싱방법의 일실시 예로, 우편번호를 디코드로 정의한 참고도 이고, 도 5b는 우편번호를 편집하기 위한 스크립트편집기의 정의한 참고도 이다. 5A is a reference diagram for defining a postal code as a decode in one embodiment of the relational database data caching method according to the present invention, and FIG. 5B is a reference diagram defined for a script editor for editing a postal code.

도 6a는 종래 관계형 데이터베이스에서의 데이터 캐싱방법으로 도출된 결과의 도표이고, 도 6b는 데이터 캐싱방법으로 도출된 결과의 도표이다. FIG. 6A is a diagram of results derived from a data caching method in a conventional relational database, and FIG. 6B is a diagram of results derived from a data caching method.

도 7은 본 발명에 따른 관계형 데이터베이스 데이터 캐싱방법의 흐름도.7 is a flow diagram of a relational database data caching method in accordance with the present invention.

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

100 : 클라이언트 110 : 데이터베이스100: client 110: database

200 : 서버 210 : 데이터DB200: server 210: data DB

Claims (2)

클라이언트가 코드명 필드에 키워드를 입력하여 데이터베이스에 저장된 코드테이블의 존재 여부를 확인하는 단계;Checking, by the client, whether a code table stored in the database exists by inputting a keyword in a code name field; 상기 데이터베이스에 키워드에 해당되는 코드명이 있으면 코드테이블의 디코드에 필요한 데이터를 클라이언트로 전송하고, If a code name corresponding to a keyword exists in the database, data necessary for decoding the code table is transmitted to the client. 상기 데이터베이스에 키워드에 해당되는 코드명이 없으면 상기 클라이언트는 서버에 접속하여 키워드에 해당되는 코드테이블의 데이터를 요구하게 되고, 그에 따라 서버는 데이터베이스에서 키워드에 해당되는 코드테이블을 클라이언트로 전송하며, 상기 클라이언트는 서버에서 전송된 코드테이블을 데이터베이스에 저장하는 단계;If there is no code name corresponding to a keyword in the database, the client connects to a server and requests data of a code table corresponding to the keyword. Accordingly, the server transmits a code table corresponding to the keyword from the database to the client. Storing the code table transmitted from the server in a database; 상기 클라이언트는 상기 코드테이블을 디코딩할 데이터를 디코드하여 상기 클라이언트로 출력하는 단계;The client decodes data to decode the code table and outputs the data to the client; 상기 단계에서 디코드된 데이터를 코드로 변환하는 단계로 이루어지는 것을 특징으로 하는 관계형 데이터베이스에서의 데이터 캐싱방법.And converting the decoded data into the code in the step. 제 1항에 있어서, 클라이언트가 코드명 필드에 키워드를 입력하게 되면 상기 클라이언트는 먼저 데이터베이스에 저장된 코드테이블을 검색하고, 상기 코드테이블이 있으면 코드테이블을 디코드하며, 상기 코드테이블이 없으면 자동적으로 서버에 접속하여 해당 코드테이블을 요구하도록 사전 설정된 것을 특징으로 하는 관계형 데이터베이스에서의 데이터 캐싱방법.The method of claim 1, wherein when a client enters a keyword in a code name field, the client first searches a code table stored in a database, decodes a code table if the code table exists, and automatically sends a code table to the server. A method of caching data in a relational database, characterized in that it is preset to access and request a corresponding code table.
KR10-2001-0086057A 2001-12-27 2001-12-27 Data caching method of relational database KR100478586B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-2001-0086057A KR100478586B1 (en) 2001-12-27 2001-12-27 Data caching method of relational database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR10-2001-0086057A KR100478586B1 (en) 2001-12-27 2001-12-27 Data caching method of relational database

Publications (2)

Publication Number Publication Date
KR20030055926A KR20030055926A (en) 2003-07-04
KR100478586B1 true KR100478586B1 (en) 2005-03-28

Family

ID=32214161

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-2001-0086057A KR100478586B1 (en) 2001-12-27 2001-12-27 Data caching method of relational database

Country Status (1)

Country Link
KR (1) KR100478586B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100878651B1 (en) * 2002-08-08 2009-01-15 주식회사 포스코 A Coil Temperature control Apparatus of Short Length
KR20160036447A (en) * 2014-09-25 2016-04-04 주식회사 엘지씨엔에스 Database apparatus, database management methof performing in database apparatus and storage media storing the same
US11138197B2 (en) 2019-04-10 2021-10-05 Tmaxsoft Co., Ltd Method for managing database

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05151043A (en) * 1991-11-26 1993-06-18 Oki Electric Ind Co Ltd Remote database access system
KR0176084B1 (en) * 1996-04-15 1999-05-15 양승택 File transfer method using common gateway interface on the web browser
JP2001282622A (en) * 2000-03-28 2001-10-12 Daisuke Sugiyama Server system providing specific contents adaptively to time
KR20030054110A (en) * 2001-12-24 2003-07-02 한국전자통신연구원 Method and apparatus of caching multiple Java-database connectivity

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05151043A (en) * 1991-11-26 1993-06-18 Oki Electric Ind Co Ltd Remote database access system
KR0176084B1 (en) * 1996-04-15 1999-05-15 양승택 File transfer method using common gateway interface on the web browser
JP2001282622A (en) * 2000-03-28 2001-10-12 Daisuke Sugiyama Server system providing specific contents adaptively to time
KR20030054110A (en) * 2001-12-24 2003-07-02 한국전자통신연구원 Method and apparatus of caching multiple Java-database connectivity

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100878651B1 (en) * 2002-08-08 2009-01-15 주식회사 포스코 A Coil Temperature control Apparatus of Short Length
KR20160036447A (en) * 2014-09-25 2016-04-04 주식회사 엘지씨엔에스 Database apparatus, database management methof performing in database apparatus and storage media storing the same
KR101646954B1 (en) 2014-09-25 2016-08-09 주식회사 엘지씨엔에스 Database apparatus, database management methof performing in database apparatus and storage media storing the same
US11138197B2 (en) 2019-04-10 2021-10-05 Tmaxsoft Co., Ltd Method for managing database
US11709840B2 (en) 2019-04-10 2023-07-25 TmaxSoft Co., Ltd. Method for managing database

Also Published As

Publication number Publication date
KR20030055926A (en) 2003-07-04

Similar Documents

Publication Publication Date Title
CN110569299B (en) Management system and management method based on API
US6457040B1 (en) Method and system for a distributed network computing system for providing application services
US20030100320A1 (en) Efficient hyperlinks for transmitted hyperlinked information
JP2004511856A (en) Smart agent that provides network content to wireless devices
KR20010020213A (en) Apparatus and data network browser for providing context sensitive web communications
US7506070B2 (en) Method and system for storing and retrieving extensible multi-dimensional display property configurations
US20050021767A1 (en) Keeping persistency while switching between modalities
US7302463B1 (en) Sharing information across wireless content providers
US6944646B2 (en) Server apparatus for user data transfer
KR20000024577A (en) Unified Editor for wireless internet documents
KR100478586B1 (en) Data caching method of relational database
JP2002132646A (en) Contents interpolating web proxy server
WO2006101287A1 (en) System and method for providing translated font image data using multi-language font servers
KR20020076891A (en) Wireless-internet connection system
US20010007998A1 (en) Gateway server in which picture contents can be displayed in small terminal, and processing speed is fast, and manufacturing cost is cheap, and method of obtaining contents
CN113342845B (en) Data synchronization method, computer device and readable storage medium
KR20040042927A (en) Information searching service method using short message service and thereof
KR100479727B1 (en) Method for searching and registering multi-domain over the internet
KR100567268B1 (en) Apparatus for XML Yellow-page Web-service Making Possible to Update a Category and System Using It
JPWO2002044905A1 (en) Session management method for content provision
KR20080000898A (en) System for providing internet search service and mrthod thereof
US7099874B2 (en) Inquiry responding apparatus and method, and program used therewith
KR20100014088A (en) System for storing and sharing partial data of web-page
KR20040051142A (en) Apparatus and method for directory assistant service using short message service of mobile phone
KR20040037482A (en) System and method for searching cable contents on wireless using contents reformatter

Legal Events

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

Payment date: 20130108

Year of fee payment: 9

FPAY Annual fee payment

Payment date: 20140103

Year of fee payment: 10

FPAY Annual fee payment

Payment date: 20141231

Year of fee payment: 11

FPAY Annual fee payment

Payment date: 20151228

Year of fee payment: 12

LAPS Lapse due to unpaid annual fee