Implementation of Modification Performance Comparison of SQLite3 Mobile Databases

SQLite3 모바일 데이터베이스의 갱신 성능 비교 구현

  • Published : 2018.10.18

Abstract

In mobile IT device environments, it is becoming common to use database engine, and new mobile databases are continuously developed and announced. In this paper, the most common mobile database, SQLite3 is selected and experimented to test and understand the update performance and characteristics. The results of experiment are compared with the one of Oracle database at the same condition to evaluate the experiment.

모바일 IT 기기 환경에서 데이터베이스 엔진 사용이 보편화되고 있으며 모바일에 적합한 데이터베이스 엔진 개발과 발표가 뒤따르고 있다. 이 논문에서는 대표적이고 우수한 모바일 데이터베이스인 SQLite3를 선택하여 갱신 성능 및 특성을 테스트하기 위한 실험을 실시한다. 실험 결과를 평가하기 위하여 동일한 환경의 Oracle 데이터베이스의 결과와 비교한다.

Keywords