WO2015060495A1 - 모바일 dbms 기반 내비게이션 서비스 db 생성 장치 및 그 방법 - Google Patents

모바일 dbms 기반 내비게이션 서비스 db 생성 장치 및 그 방법 Download PDF

Info

Publication number
WO2015060495A1
WO2015060495A1 PCT/KR2013/010928 KR2013010928W WO2015060495A1 WO 2015060495 A1 WO2015060495 A1 WO 2015060495A1 KR 2013010928 W KR2013010928 W KR 2013010928W WO 2015060495 A1 WO2015060495 A1 WO 2015060495A1
Authority
WO
WIPO (PCT)
Prior art keywords
imdbms
data
based database
loading
dbms
Prior art date
Application number
PCT/KR2013/010928
Other languages
English (en)
French (fr)
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
Priority claimed from KR20130133041A external-priority patent/KR20150045867A/ko
Application filed by 주식회사 리얼타임테크 filed Critical 주식회사 리얼타임테크
Publication of WO2015060495A1 publication Critical patent/WO2015060495A1/ko

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/38Electronic maps specially adapted for navigation; Updating thereof
    • G01C21/3863Structures of map data
    • G01C21/387Organisation of map data, e.g. version management or database structures

Definitions

  • the present invention relates to an apparatus and method for generating a mobile DBMS-based navigation service DB, and more particularly, to a mobile DBMS-based service required for a partial map update (incremental map update) service of navigation.
  • An apparatus and method for building a database An apparatus and method for building a database.
  • Patent Document 1 Korean Patent Publication No. 10-2009-0056061 (2009.06.03)
  • the present invention has been made to solve the above problems, by using the in-memory DBMS (IMDBMS) to convert the raw data for navigation to improve the dependency of the data by finally converting to a mobile DBMS-based database,
  • IMDBMS in-memory DBMS
  • An object of the present invention is to provide a mobile DBMS-based navigation service DB generation device and a method thereof, which can reduce costs when updating or changing data.
  • the mobile DBMS-based navigation service DB generating apparatus is IMDBMS; Mobile DBMS; A loading unit for loading the raw data for navigation into an IMDBMS-based database; A processing unit for processing an IMDBMS based database using a script language provided by the IMDBMS; And a mapping unit for creating a schema to load the processed IMDBMS-based database, and taking data from the processed IMDBMS-based database and loading the data into the mobile DBMS-based database according to the created schema.
  • the loading unit when the navigation raw data is MDB raw file data in the form of BLOB (Binary Large Object), first creates a schema for loading the data, and then generates the navigation raw data. According to the created schema, using the SQL provided by the IMDBMS, characterized in that to load into the database based on the IMDBMS.
  • BLOB Binary Large Object
  • the loading unit uses a data transfer program (DTS) when the navigation raw data is general MDB raw file data instead of a BLOB (Binary Large Object) type. It is done.
  • DTS data transfer program
  • the mapping unit uses the SQL provided by the IMDBMS when retrieving data from the processed IMDBMS-based database, and when the data is loaded into the mobile DBMS-based database in the mobile DBMS It is characterized by using SQL provided.
  • the mobile DBMS-based navigation service DB generation method comprises the steps of: (a) loading the raw data for navigation in the IMDBMS-based database; (b) processing the IMDBMS-based database using a scripting language provided by the IMDBMS; And (c) creating a schema to load the processed IMDBMS-based database, and importing data from the processed IMDBMS-based database and loading the data into the mobile DBMS-based database according to the created schema.
  • the step (a) is to create a schema to load data first, if the navigation raw data is MDB raw file data in the form of BLOB (Binary Large Object), and then the navigation Characterized in that the raw data for the database is loaded into the IMDBMS-based database using SQL provided by the IMDBMS according to the created schema.
  • MDB raw file data in the form of BLOB (Binary Large Object)
  • BLOB Binary Large Object
  • the step (a) uses a data transfer program (DTS) when the navigation raw data is general MDB raw file data rather than a binary large object (BLOB) type. Characterized in that made.
  • DTS data transfer program
  • the step (c) uses the SQL provided by the IMDBMS when retrieving data from the processed IMDBMS-based database, and the mobile DBMS when loading the data into the mobile DBMS-based database It is characterized by the steps of using SQL provided by.
  • the process of using the IMDBMS in the process of converting the raw data for navigation into a database based on a mobile DBMS it is possible to use SQL statements and stored procedures provided by the IMDBMS. You can improve the dependencies of the schema and use the SQL statements or stored procedures of the IMDBMS for changing or updating the service schema, thus reducing the cost than creating or modifying the transformation program.
  • FIG. 1 illustrates the overall configuration of a mobile DBMS-based navigation service DB generating apparatus according to the present invention
  • FIG. 2 is a view for explaining a process of loading the raw data for navigation in the IMDBMS-based database
  • FIG. 3 is a view for explaining a process of processing in an optimal state to convert an IMDBMS-based database into a mobile DBMS-based database
  • FIG. 4 is a diagram illustrating a process of loading data of a processed IMDBMS-based database into a mobile DBMS-based database.
  • a preferred embodiment of a mobile DBMS-based navigation service DB generating apparatus includes a loading unit 10, a processing unit 20, an in-memory DBMS (IMDBMS) 30, and a mapping unit 40. And a mobile DBMS 50.
  • IMDBMS in-memory DBMS
  • the IMDBMS-based database 32 and the mobile DBMS-based database 52 are passive components, respectively.
  • the IMDBMS-based database 32 is stored in main memory, and the mobile DBMS-based database 52 is connected to the main memory. Is stored in a separate storage medium.
  • the storage medium used in the present invention is preferably implemented as a flash memory, but is not necessarily limited thereto.
  • the loading unit 10, the processing unit 20, the in-memory DBMS (IMDBMS) 30, the mapping unit 40, and the mobile DBMS 50, which are the components of the present invention, are various hardware constituting the information processing apparatus, respectively.
  • the IMDBMS 30 is of a type installed and operated in main memory, and the mobile DBMS 50 is implemented in a mobile device such as navigation.
  • the IMDBMS 30 used in the present invention is preferably a high performance commercial IMDBMS.
  • the loading unit 10 loads the raw data for navigation in the database 32 based on the IMDBMS.
  • the raw data for navigation is MDB raw file data in the form of a binary large object (BLOB)
  • the loading unit 10 first creates a schema for loading data, and then provides the raw data for navigation to the created schema according to the created schema from the IMDBMS 30. Load into an IMDBMS based database 32 using SQL.
  • the loading unit 10 uses a data transfer program DTS.
  • the processing unit 20 processes optimally to convert the IMDBMS-based database 32 into the mobile DBMS-based database 52 using a scripting language such as SQL and stored procedures provided by the IMDBMS 30. do.
  • the items processed by the processing unit 20 include integrated object ID assignment and ID matching, neighbor node removal and interpolation point rearrangement, upper and lower multilink matching, path guide command information processing, and the like.
  • the mapping unit 40 creates a schema for loading the processed IMDBMS-based database 32, and takes data from the processed IMDBMS-based database 32 and loads the data in the mobile DBMS-based database 52 according to the created schema. .
  • the mapping unit 40 uses the SQL provided by the IMDBMS 30 when importing data from the processed IMDBMS-based database 32, and the mobile DBMS 50 when loading the data into the mobile DBMS-based database 52. You will use the SQL provided by.
  • FIG. 2 illustrates a process of loading raw data for navigation into an IMDBMS-based database 32.
  • the method varies depending on the type of the raw file.
  • a data transfer program (DTS) is used to load the data of the general MDB source file into the IMDBMS-based database 32. Since the data transfer program (DTS) creates each table schema of the raw MDB file in the IMDBMS-based database 32 and loads the data, a separate program is created to generate the schema and transfer the data to load the data. You do not have to do.
  • the data of the source file is loaded into the IMDBMS-based database 32 through a loading program.
  • a schema is first created and data is loaded. That is, the loading unit 10 loads data into the IMDBMS-based database 32 according to the generated schema by using SQL statements provided by the IMDBMS 30 after importing data from the MDB source file.
  • FIG. 3 illustrates a process for optimal processing to convert the IMDBMS-based database 32 into a mobile DBMS-based database 52. That is, a series of operations are performed to process the data of the IMDBMS-based database 32 into a database in a state just before the event. Each processing procedure utilizes a scripter language such as SQL statements and stored procedures provided by the IMDBMS 30.
  • the process of processing is as follows.
  • FIG. 4 illustrates a process of loading the processed IMDBMS-based database 32 into the mobile DBMS-based database 52.
  • mapping unit 40 In order to load data, a mapping program (mapping unit 40) must be used.
  • a schema for loading data is generated through a mapping program, and data is imported from a processed IMDBMS-based database 32, and data is merged and converted according to a schema to be loaded and loaded.
  • the SQL provided by the IMDBMS 30 is used when importing data from the processed IMDBMS-based database 32 as described by FIG. 3, and the mobile DBMS-based database 52 is used.
  • the SQL provided by the mobile DBMS (50) is used when loading data.
  • the present invention can improve the dependency of the schema of the service data in the process of converting the raw data for navigation to a mobile DBMS-based database, and can reduce the cost than to create or modify a conversion program for the vehicle navigation industry Can be activated.

Landscapes

  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Databases & Information Systems (AREA)
  • Automation & Control Theory (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Navigation (AREA)

Abstract

본 발명은 내비게이션의 부분 맵 업데이트(인크리멘탈 맵 업데이트) 서비스를 위하여 요구되는 모바일 DBMS 기반 데이터베이스를 구축하기 위한 장치 및 방법에 관한 것으로, 본 발명에 의한 모바일 DBMS 기반 내비게이션 서비스 DB 생성 장치는 IMDBMS; 모바일 DBMS; 내비게이션용 원시 데이터를 IMDBMS 기반의 데이터베이스에 적재하는 로딩부; IMDBMS에서 제공하는 스크립트 언어를 사용하여 IMDBMS 기반의 데이터베이스를 가공하는 프로세싱부; 및 가공된 IMDBMS 기반의 데이터베이스를 적재할 스키마를 작성하고, 가공된 IMDBMS 기반의 데이터베이스에서 데이터를 가져와 작성된 스키마에 맞추어 모바일 DBMS 기반 데이터베이스에 적재하는 매핑부;를 포함하여 구성된다.

Description

모바일 DBMS 기반 내비게이션 서비스 DB 생성 장치 및 그 방법
본 발명은 모바일 DBMS(Data Base Management System) 기반 내비게이션 서비스 DB 생성을 위한 장치 및 그 방법에 관한 것으로, 보다 상세하게는 내비게이션의 부분 맵 업데이트(인크리멘탈 맵 업데이트) 서비스를 위하여 요구되는 모바일 DBMS 기반 데이터베이스를 구축하기 위한 장치 및 방법에 관한 것이다.
전통적인 내비게이션은 PSF(Physical Storage Format) 파일 기반으로 내비게이션 데이터를 관리하므로, 업데이트 하기 위해서는 블록 단위의 전체 업데이트 방식을 채택하여 많은 시간이 걸리는 문제점이 있었다. 또한, 종래의 내비게이션에서 내비게이션용 원시 데이터를 내비게이션용 서비스 파일로 변환하는 과정은 개발자가 직접 작성한 응용프로그램을 사용하므로 스키마 의존성이 강하다. 즉, 서비스 파일의 스키마에 의존관계가 강하기 때문에 스키마 변경이나 업데이트 시 새로운 변환 프로그램을 구축하거나 변환 프로그램을 일일이 변경해야 하기에 많은 비용이 소요된다
이에 비하여, 객체 단위의 부분 맵 업데이트를 지원하기 위한 내비게이션의 경우 모바일 DBMS 기반의 데이터베이스 구축이 요구된다. 모바일 DBMS 기반의 데이터베이스를 구축하는 과정에서도 그 비용을 줄이기 위해서는 스키마 의존성을 개선할 필요성이 강하게 요구된다.
선행기술문헌
(특허문헌 1) 한국공개특허 10-2009-0056061호(2009.06.03)
본 발명은 상기의 문제점을 해결하기 위하여 안출된 것으로, 내비게이션용 원시 데이터를 인 메모리 DBMS(IMDBMS)를 활용하여 변환 과정을 수행하고 최종적으로 모바일 DBMS 기반의 데이터베이스로 변환함으로써 데이터의 의존성을 개선하고, 업데이트나 데이터의 변경 시 비용을 줄일 수 있는 모바일 DBMS 기반 내비게이션 서비스 DB 생성 장치 및 그 방법을 제공함을 목적으로 한다.
상기의 목적을 달성하기 위하여, 본 발명에 의한 모바일 DBMS 기반 내비게이션 서비스 DB 생성 장치는 IMDBMS; 모바일 DBMS; 내비게이션용 원시 데이터를 IMDBMS 기반의 데이터베이스에 적재하는 로딩부; 상기 IMDBMS에서 제공하는 스크립트 언어를 사용하여 IMDBMS 기반의 데이터베이스를 가공하는 프로세싱부; 및 가공된 IMDBMS 기반의 데이터베이스를 적재할 스키마를 작성하고, 가공된 IMDBMS 기반의 데이터베이스에서 데이터를 가져와 작성된 스키마에 맞추어 모바일 DBMS 기반 데이터베이스에 적재하는 매핑부;를 포함하여 구성된다.
상기 모바일 DBMS 기반 내비게이션 서비스 DB 생성 장치에 있어서, 상기 로딩부는 상기 내비게이션용 원시 데이터가 BLOB(Binary Large Object) 형태의 MDB 원시 파일 데이터인 경우, 데이터를 적재할 스키마를 먼저 작성한 후 상기 내비게이션용 원시 데이터를 작성된 스키마에 맞추어 상기 IMDBMS에서 제공하는 SQL을 사용하여 IMDBMS 기반의 데이터베이스에 적재하는 것을 특징으로 한다.
상기 모바일 DBMS 기반 내비게이션 서비스 DB 생성 장치에 있어서, 상기 로딩부는 상기 내비게이션용 원시 데이터가 BLOB(Binary Large Object) 형태가 아닌 일반 MDB 원시 파일 데이터인 경우, 데이터 전송 프로그램(DTS)을 사용하여 이루어짐을 특징으로 한다.
상기 모바일 DBMS 기반 내비게이션 서비스 DB 생성 장치에 있어서, 상기 매핑부는 가공된 IMDBMS 기반의 데이터베이스에서 데이터를 가져올 때 상기 IMDBMS에서 제공하는 SQL을 사용하고, 모바일 DBMS 기반 데이터베이스에 데이터를 적재할 때 상기 모바일 DBMS에서 제공하는 SQL을 사용하는 것을 특징으로 한다.
상기의 목적을 달성하기 위하여, 본 발명에 의한 모바일 DBMS 기반 내비게이션 서비스 DB 생성 방법은 (a) 내비게이션용 원시 데이터를 IMDBMS 기반의 데이터베이스에 적재하는 단계; (b) IMDBMS에서 제공하는 스크립트 언어를 사용하여 IMDBMS 기반의 데이터베이스를 가공하는 단계; 및 (c) 가공된 IMDBMS 기반의 데이터베이스를 적재할 스키마를 작성하고, 가공된 IMDBMS 기반의 데이터베이스에서 데이터를 가져와 작성된 스키마에 맞추어 모바일 DBMS 기반 데이터베이스에 적재하는 단계;를 포함하여 구성된다.
상기 모바일 DBMS 기반 내비게이션 서비스 DB 생성 방법에 있어서, 상기 (a) 단계는 상기 내비게이션용 원시 데이터가 BLOB(Binary Large Object) 형태의 MDB 원시 파일 데이터인 경우, 데이터를 적재할 스키마를 먼저 작성한 후 상기 내비게이션용 원시 데이터를 작성된 스키마에 맞추어 IMDBMS에서 제공하는 SQL을 사용하여 IMDBMS 기반의 데이터베이스에 적재하는 단계임을 특징으로 한다.
상기 모바일 DBMS 기반 내비게이션 서비스 DB 생성 방법에 있어서, 상기 (a) 단계는 상기 내비게이션용 원시 데이터가 BLOB(Binary Large Object) 형태가 아닌 일반 MDB 원시 파일 데이터인 경우, 데이터 전송 프로그램(DTS)을 사용하여 이루어짐을 특징으로 한다.
상기 모바일 DBMS 기반 내비게이션 서비스 DB 생성 방법에 있어서, 상기 (c) 단계는 가공된 IMDBMS 기반의 데이터베이스에서 데이터를 가져올 때 IMDBMS에서 제공하는 SQL을 사용하고, 모바일 DBMS 기반 데이터베이스에 데이터를 적재할 때 모바일 DBMS에서 제공하는 SQL을 사용하는 단계임을 특징으로 한다.
이상에서 설명한 바와 같이 본 발명에 따르면, 내비게이션용 원시 데이터를 모바일 DBMS 기반의 데이터베이스로 변환하는 과정에서 IMDBMS를 이용하는 과정을 거치므로, IMDBMS가 제공하는 SQL문 및 저장프로시저를 사용할 수 있어 서비스 데이터의 스키마의 의존성을 개선할 수 있고, 서비스 스키마 변경이나 업데이트 시에도 IMDBMS의 SQL문이나 저장 프로시저를 활용할 수 있기 때문에 변환 프로그램을 새로 만들거나 수정하는 것보다 그 비용을 줄일 수 있다.
도 1은 본 발명에 의한 모바일 DBMS 기반 내비게이션 서비스 DB 생성 장치의 전체적인 구성을 도시한 것이고,
도 2는 내비게이션용 원시 데이터를 IMDBMS 기반의 데이터베이스에 적재하는 과정을 설명하기 위한 도면이고,
도 3은 IMDBMS 기반의 데이터베이스를 모바일 DBMS 기반의 데이터베이스로 변환하기 위해 최적의 상태로 가공하는 과정을 설명하기 위한 도면이고,
도 4는 가공된 IMDBMS 기반의 데이터베이스의 데이터를 모바일 DBMS 기반 데이터베이스로 적재하는 과정을 설명하기 위한 도면이다.
이하에서는 첨부도면을 참조하여 본 발명에 대해 상세히 설명한다.
도 1에 의하면, 본 발명에 의한 모바일 DBMS 기반 내비게이션 서비스 DB 생성 장치의 바람직한 일 실시예는 로딩부(10), 프로세싱부(20), 인 메모리 DBMS(IMDBMS)(30), 매핑부(40) 및 모바일 DBMS(50)를 포함하여 구성된다.
한편, IMDBMS 기반의 데이터베이스(32)와 모바일 DBMS 기반 데이터베이스(52)는 각각 수동적인 구성요소인데, IMDBMS 기반의 데이터베이스(32)는 메인 메모리에 저장되고, 모바일 DBMS 기반 데이터베이스(52)는 메인 메모리와는 별개의 저장 매체에 저장된다. 본 발명에서 사용되는 저장 매체는 플래시 메모리로 구현되는 것이 바람직하지만, 반드시 이에 한정되는 것은 아니다.
본 발명의 구성요소인 로딩부(10), 프로세싱부(20), 인 메모리 DBMS(IMDBMS)(30), 매핑부(40) 및 모바일 DBMS(50)는 각각 정보처리장치를 구성하는 각종 하드웨어 및 소프트웨어의 복합체로 구현될 수 있는 능동적인 구성요소로서, 이하에서 각 구성요소가 제공하는 기능적인 특징에 의해 정의된다.
IMDBMS(30)는 메인 메모리에 설치되어 운영되는 방식의 이고, 모바일 DBMS(50)는 내비케이션과 같은 모바일 장치에 구현된 이다. 본 발명에서 사용되는 IMDBMS(30)는 고성능의 상용 IMDBMS 가 바람직하다.
로딩부(10)는 내비게이션용 원시 데이터를 IMDBMS 기반의 데이터베이스(32)에 적재한다. 내비게이션용 원시 데이터가 BLOB(Binary Large Object) 형태의 MDB 원시 파일 데이터인 경우, 로딩부(10)는 데이터를 적재할 스키마를 먼저 작성한 후 내비게이션용 원시 데이터를 작성된 스키마에 맞추어 IMDBMS(30)에서 제공하는 SQL을 사용하여 IMDBMS 기반의 데이터베이스(32)에 적재한다. 이에 비하여, 내비게이션용 원시 데이터가 BLOB 형태가 아닌 일반 MDB 원시 파일 데이터인 경우, 로딩부(10)는 데이터 전송 프로그램(DTS)을 사용하여 이루어진다.
프로세싱부(20)는 IMDBMS(30)에서 제공하는 SQL 및 저장프로시저 등의 스크립트 언어를 사용하여 IMDBMS 기반의 데이터베이스(32)를 모바일 DBMS 기반의 데이터베이스(52)로 변환하기 위해 최적의 상태로 가공한다. 프로세싱부(20)에 의해 가공되는 항목은 통합객체 ID 부여 및 ID 매칭, 인접노드 제거 및 보간점 재정렬, 상하위 멀티링크 매칭, 경로 안내 관령 정보 가공 등이 포함된다.
매핑부(40)는 가공된 IMDBMS 기반의 데이터베이스(32)를 적재할 스키마를 작성하고, 가공된 IMDBMS 기반의 데이터베이스(32)에서 데이터를 가져와 작성된 스키마에 맞추어 모바일 DBMS 기반 데이터베이스(52)에 적재한다. 매핑부(40)는 가공된 IMDBMS 기반의 데이터베이스(32)에서 데이터를 가져올 때 IMDBMS(30)에서 제공하는 SQL을 사용하고, 모바일 DBMS 기반 데이터베이스(52)에 데이터를 적재할 때는 모바일 DBMS(50)에서 제공하는 SQL을 사용하게 된다.
이하에서 도 2 내지 도 4를 참조하여 본 발명에 의한 모바일 DBMS 기반 내비게이션 서비스 DB 생성 과정을 상세히 설명한다.
먼저, 도 2는 내비게이션용 원시 데이터를 IMDBMS 기반의 데이터베이스(32)에 적재하는 과정을 설명한다. 내비게이션용 원시 데이터를 IMDBMS 기반의 데이터베이스(32)에 적재하기 위해서는 원시 파일의 형태에 따라 그 방법이 달라진다.
일반 MDB 원시 파일의 데이터를 IMDBMS 기반의 데이터베이스(32)에 적재하기 위해서는 데이터 전송 프로그램(DTS)을 사용한다. 데이터 전송 프로그램(DTS)은 원시 MDB 파일의 각 테이블 스키마를 IMDBMS 기반의 데이터베이스(32)에 생성하고 데이터를 적재해 주기 때문에 데이터를 적재하기 위해서 스키마를 생성하고 데이터를 전송하기 위해 별도의 프로그램을 구현하지 않아도 된다.
이에 비하여, BLOB 형태의 MDB 원시 파일 데이터인 경우, Loading 프로그램을 통하여 원시 파일의 데이터를 IMDBMS 기반의 데이터베이스(32)에 적재한다. 이때, 데이터를 적재하기 위해 먼저 스키마를 생성하고 데이터를 적재한다. 즉, 로딩부(10)는 MDB 원시 파일에서 데이터를 가져온 후 IMDBMS(30)에서 제공하는 SQL문을 활용하여 생성된 스키마에 맞게 데이터를 IMDBMS 기반의 데이터베이스(32)에 적재한다.
도 3은 IMDBMS 기반의 데이터베이스(32)를 모바일 DBMS 기반의 데이터베이스(52)로 변환하기 위해 최적의 상태로 가공하는 과정을 설명한다. 즉, IMDBMS 기반 데이터베이스(32)의 데이터를 사상 직전의 상태의 데이터베이스로 가공하기 위한 일련의 작업을 수행한다. 각 가공 절차는 IMDBMS(30)에서 제공하는 SQL 문 및 저장 프로시저 등의 스크립터 언어를 활용한다.
가공의 과정은 다음과 같다.
1. 통합객체 ID 부여 및 ID 매칭
2. 인접노드 제거 및 보간점 재정렬
3. 상하위 멀티링크 매칭
4. 경로 안내 관령 정보 가공
도 4는 가공된 IMDBMS 기반의 데이터베이스(32)의 데이터를 모바일 DBMS 기반 데이터베이스(52)로 적재하는 과정을 설명한다.
데이터를 적재하기 위해서는 Mapping 프로그램(매핑부(40))을 사용해야 한다.
먼저 Mapping 프로그램을 통해 데이터를 적재할 스키마를 생성하고, 가공된IMDBMS 기반의 데이터베이스(32)로부터 데이터를 가져와 적재할 스키마에 맞게 데이터를 병합 및 변환하여 적재한다.
Mapping 프로그램에서 데이터를 다루기 위해서, 도 3에 의해 설명된 바와 같이 가공된 IMDBMS 기반의 데이터베이스(32)에서 데이터를 가져올 때 IMDBMS(30)에서 제공하는 SQL을 사용하고, 모바일 DBMS 기반 데이터베이스(52)에 데이터를 적재할 때는 모바일 DBMS(50)에서 제공하는 SQL을 사용한다.
이제까지 본 발명에 대하여 그 바람직한 실시예들을 중심으로 살펴보았다. 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자는 본 발명이 본 발명의 본질적인 특성에서 벗어나지 않는 범위에서 변형된 형태로 구현될 수 있음을 이해할 수 있을 것이다. 그러므로 개시된 실시예들은 한정적인 관점이 아니라 설명적인 관점에서 고려되어야 한다. 본 발명의 범위는 전술한 설명이 아니라 특허청구범위에 나타나 있으며, 그와 동등한 범위 내에 있는 모든 차이점은 본 발명에 포함된 것으로 해석되어야 할 것이다.
본 발명은 내비게이션용 원시 데이터를 모바일 DBMS 기반의 데이터베이스로 변환하는 과정에서 서비스 데이터의 스키마의 의존성을 개선할 수 있고, 변환 프로그램을 새로 만들거나 수정하는 것보다 그 비용을 줄일 수 있어 차량용 내비게이션 산업 분야의 활성화를 도모할 수 있다.

Claims (8)

  1. IMDBMS;
    모바일 DBMS;
    내비게이션용 원시 데이터를 IMDBMS 기반의 데이터베이스에 적재하는 로딩부;
    상기 IMDBMS에서 제공하는 스크립트 언어를 사용하여 IMDBMS 기반의 데이터베이스를 가공하는 프로세싱부; 및
    가공된 IMDBMS 기반의 데이터베이스를 적재할 스키마를 작성하고, 가공된 IMDBMS 기반의 데이터베이스에서 데이터를 가져와 작성된 스키마에 맞추어 모바일 DBMS 기반 데이터베이스에 적재하는 매핑부;를 포함함을 특징으로 하는 모바일 DBMS 기반 내비게이션 서비스 DB 생성 장치.
  2. 제1항에 있어서, 상기 로딩부는
    상기 내비게이션용 원시 데이터가 BLOB(Binary Large Object) 형태의 MDB 원시 파일 데이터인 경우, 데이터를 적재할 스키마를 먼저 작성한 후 상기 내비게이션용 원시 데이터를 작성된 스키마에 맞추어 상기 IMDBMS에서 제공하는 SQL을 사용하여 IMDBMS 기반의 데이터베이스에 적재하는 것을 특징으로 하는 모바일 DBMS 기반 내비게이션 서비스 DB 생성 장치.
  3. 제1항에 있어서, 상기 로딩부는
    상기 내비게이션용 원시 데이터가 BLOB(Binary Large Object) 형태가 아닌 일반 MDB 원시 파일 데이터인 경우, 데이터 전송 프로그램(DTS)을 사용하여 이루어짐을 특징으로 하는 모바일 DBMS 기반 내비게이션 서비스 DB 생성 장치.
  4. 제1항에 있어서, 상기 매핑부는
    가공된 IMDBMS 기반의 데이터베이스에서 데이터를 가져올 때 상기 IMDBMS에서 제공하는 SQL을 사용하고, 모바일 DBMS 기반 데이터베이스에 데이터를 적재할 때 상기 모바일 DBMS에서 제공하는 SQL을 사용하는 것을 특징으로 하는 모바일 DBMS 기반 내비게이션 서비스 DB 생성 장치.
  5. (a) 내비게이션용 원시 데이터를 IMDBMS 기반의 데이터베이스에 적재하는 단계;
    (b) IMDBMS에서 제공하는 스크립트 언어를 사용하여 IMDBMS 기반의 데이터베이스를 가공하는 단계; 및
    (c) 가공된 IMDBMS 기반의 데이터베이스를 적재할 스키마를 작성하고, 가공된 IMDBMS 기반의 데이터베이스에서 데이터를 가져와 작성된 스키마에 맞추어 모바일 DBMS 기반 데이터베이스에 적재하는 단계;를 포함함을 특징으로 하는 모바일 DBMS 기반 내비게이션 서비스 DB 생성 방법.
  6. 제5항에 있어서, 상기 (a) 단계는
    상기 내비게이션용 원시 데이터가 BLOB(Binary Large Object) 형태의 MDB 원시 파일 데이터인 경우, 데이터를 적재할 스키마를 먼저 작성한 후 상기 내비게이션용 원시 데이터를 작성된 스키마에 맞추어 IMDBMS에서 제공하는 SQL을 사용하여 IMDBMS 기반의 데이터베이스에 적재하는 단계임을 특징으로 하는 모바일 DBMS 기반 내비게이션 서비스 DB 생성 방법.
  7. 제5항에 있어서, 상기 (a) 단계는
    상기 내비게이션용 원시 데이터가 BLOB(Binary Large Object) 형태가 아닌 일반 MDB 원시 파일 데이터인 경우, 데이터 전송 프로그램(DTS)을 사용하여 이루어짐을 특징으로 하는 모바일 DBMS 기반 내비게이션 서비스 DB 생성 방법.
  8. 제5항에 있어서, 상기 (c) 단계는
    가공된 IMDBMS 기반의 데이터베이스에서 데이터를 가져올 때 IMDBMS에서 제공하는 SQL을 사용하고, 모바일 DBMS 기반 데이터베이스에 데이터를 적재할 때 모바일 DBMS에서 제공하는 SQL을 사용하는 단계임을 특징으로 하는 모바일 DBMS 기반 내비게이션 서비스 DB 생성 방법.
PCT/KR2013/010928 2013-10-21 2013-11-28 모바일 dbms 기반 내비게이션 서비스 db 생성 장치 및 그 방법 WO2015060495A1 (ko)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
KR20130125189 2013-10-21
KR10-2013-0125189 2013-10-21
KR20130133041A KR20150045867A (ko) 2013-10-21 2013-11-04 모바일 dbms 기반 내비게이션 서비스 db 생성 장치 및 그 방법
KR10-2013-0133041 2013-11-04

Publications (1)

Publication Number Publication Date
WO2015060495A1 true WO2015060495A1 (ko) 2015-04-30

Family

ID=52993067

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2013/010928 WO2015060495A1 (ko) 2013-10-21 2013-11-28 모바일 dbms 기반 내비게이션 서비스 db 생성 장치 및 그 방법

Country Status (1)

Country Link
WO (1) WO2015060495A1 (ko)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050038599A1 (en) * 2003-04-15 2005-02-17 Andreas Lehmann Database system for navigation device
US20080320012A1 (en) * 2007-06-21 2008-12-25 International Business Machines Corporation Dynamic data discovery of a source data schema and mapping to a target data schema
KR20090056061A (ko) * 2007-11-29 2009-06-03 한국전자통신연구원 내비게이션을 위한 모바일 데이터베이스 시스템 및 그 방법
WO2011038770A1 (en) * 2009-10-01 2011-04-07 Starcounter Ab Systems and methods for managing databases
US20130097136A1 (en) * 2011-10-17 2013-04-18 Pie Digital, Inc. Method and system for acessing domain specific in-memory database management system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050038599A1 (en) * 2003-04-15 2005-02-17 Andreas Lehmann Database system for navigation device
US20080320012A1 (en) * 2007-06-21 2008-12-25 International Business Machines Corporation Dynamic data discovery of a source data schema and mapping to a target data schema
KR20090056061A (ko) * 2007-11-29 2009-06-03 한국전자통신연구원 내비게이션을 위한 모바일 데이터베이스 시스템 및 그 방법
WO2011038770A1 (en) * 2009-10-01 2011-04-07 Starcounter Ab Systems and methods for managing databases
US20130097136A1 (en) * 2011-10-17 2013-04-18 Pie Digital, Inc. Method and system for acessing domain specific in-memory database management system

Similar Documents

Publication Publication Date Title
CN107918666B (zh) 一种区块链上的数据同步方法和系统
CN106777225B (zh) 一种数据的迁移方法和系统
CN101140528B (zh) 一种实现集群内定时任务负载分担的方法及装置
CN109992595A (zh) 异构数据库转换方法、装置、设备和存储介质
US20150120645A1 (en) System and Method for Creating a Distributed Transaction Manager Supporting Repeatable Read Isolation level in a MPP Database
US9141677B2 (en) Apparatus and method for arranging query
CN104850027A (zh) 一种can数据接口建模自动生成方法及系统
CN109298873B (zh) 一种系统升级方法及装置
CN102891879A (zh) 用于支持集群扩展的方法和设备
CN104301990A (zh) 一种数据同步的方法及装置
CN103593199A (zh) 数据转换的方法和系统
CN108804197B (zh) 一种动态组件化实现方法、装置、设备及存储介质
CN112860412B (zh) 业务数据处理方法、装置、电子设备及存储介质
CN102129385B (zh) 一种虚拟机管理功能动态扩展的管理方法
WO2015060495A1 (ko) 모바일 dbms 기반 내비게이션 서비스 db 생성 장치 및 그 방법
CN105930100A (zh) 一种优化usim卡文件读写速度及频率的实现方法
CN101516086A (zh) 移动通讯的业务匹配方法
CN104572194A (zh) 一种模块加载方法和装置
CN101547209A (zh) 一种信息表项的更新方法和设备
US11604683B2 (en) System and methods for tag-based synchronization of tasks for machine learning operations
US10102263B2 (en) Database management method
CN114186156A (zh) 一种子应用的访问方法、装置、介质及设备
CN103488503B (zh) 软件更新方法及装置
CN101876898A (zh) 一种com组件的注册方法及装置
US20200250105A1 (en) Shared memory for distributed data

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13895912

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13895912

Country of ref document: EP

Kind code of ref document: A1