Abstract
The data generated at a very high rate by sensors and RFIDs are required to be handled by continuous queries keeping real time response. Because of its purpose, DSMSs are used in several cases of these large scale systems. On the other hand, sensor terminal systems include light RDBMSs generally in many cases. So if light RDBMSs can handle the high rate data directly, it is convenient for several applications. This paper proposes a speed-up method of stream processing by using a light RDBMS SQLite without any special modifications. If DSMSs are categorized by performance such as large, medium and small scale, this method aims at a small or medium scale performance. The database performance mainly depends on storage access time, so this proposed method adopts a memory database, a bulk store records technique and parallel processing while taking advantage of multi-core CPU configurations of terminal systems.