About SQLiteSpeedTest性能測定
Cordova 4.3.0にてアプリを作成、SQLiteプラグインを使用しています。
アプリケーション起動時に
mytest.dbを作成し、
CREATE TABLE MY_TEST_TABLE( TESTDATA nchar(32) NOT NULL );
を実行する。
Start押下時に
INSERT INTO MY_TEST_TABLE (TESTDATA) VALUES ('12345678901234567890123456789012');
を実行して、insertの時間を計測する。
その後、
SELECT * FROM MY_TEST_TABLE;
を実行して、selectの時間を計測する。
Heatrun押下時はStartの処理を繰り返します。
アプリケーションをアンインストールすることで、DBも削除されることは確認済みです。 Create an app in Cordova 4.3.0, I am using SQLite plug-ins.
On application startup
Create a mytest.db,
CREATE TABLE MY_TEST_TABLE (TESTDATA nchar (32) NOT NULL);
Me to run.
When Start is pressed
INSERT INTO MY_TEST_TABLE (TESTDATA) VALUES ('12345678901234567890123456789012');
Run, and to measure the time of the insert.
And then,
SELECT * FROM MY_TEST_TABLE;
Run, and to measure the time of the select.
Heatrun depressed when I repeat the process of Start.
Be to uninstall the application, that DB is also deleted is confirmed.
Download and install
SQLiteSpeedTest性能測定 version 1.0.1 on your
Android device!
Downloaded 50+ times, content rating: Everyone
Android package:
io.wtworks.sqlspec, download SQLiteSpeedTest性能測定.apk