home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Plugin Development
SQLiteDatabase Plugin for MP2
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MJGraf" data-source="post: 1029641" data-attributes="member: 17886"><p>To have a comparison, I have done the test with the standard SQLCEDatabase first.</p><p>I had to make a single code change to the SQLCEDatabase before. I changed </p><p>[CODE]INITIAL_MAX_DATABASE_SIZE = 1024</p><p>[/CODE]</p><p>to</p><p>[CODE]INITIAL_MAX_DATABASE_SIZE = 2048</p><p>[/CODE]</p><p>because my import results in a database > 1 GB and if I don't change this, the test would cancel in the middle and I would have to restart the MP2 Server and then continue the test.</p><p></p><p><u><strong>SQLCEDatabase (MP2 Alpha 3 version):</strong></u></p><p><u>Import Test</u>: <strong>139:34</strong></p><p><u>Read Test 1</u></p><p>Query Time: 616 ms, 608 ms (1224 ms)</p><p>Read Time: 78758 ms, 77671 ms (156429 ms)</p><p><u>Read Test 2</u></p><p>Query Time: 96 ms, 102 ms (198 ms)</p><p>Read Time: 1264 ms, 1313 ms (2577 ms)</p><p><u>Read Test 3</u></p><p>Query Time: 301 ms, 300 ms (601 ms)</p><p>Read Time: 422 ms, 399 ms (821 ms)</p><p><u>Read Test 4</u></p><p>Query Time: 300 ms, 336 ms (636 ms)</p><p>Read Time: 1942 ms, 547 ms (2825 ms)</p><p></p><p>Now I'll do the same test with SQLiteDatabase v0.07. If it passes the test, I will publish the results, push the source to Git and upload the binaries to our new plugin repository <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="MJGraf, post: 1029641, member: 17886"] To have a comparison, I have done the test with the standard SQLCEDatabase first. I had to make a single code change to the SQLCEDatabase before. I changed [CODE]INITIAL_MAX_DATABASE_SIZE = 1024 [/CODE] to [CODE]INITIAL_MAX_DATABASE_SIZE = 2048 [/CODE] because my import results in a database > 1 GB and if I don't change this, the test would cancel in the middle and I would have to restart the MP2 Server and then continue the test. [U][B]SQLCEDatabase (MP2 Alpha 3 version):[/B][/U] [U]Import Test[/U]: [B]139:34[/B] [U]Read Test 1[/U] Query Time: 616 ms, 608 ms (1224 ms) Read Time: 78758 ms, 77671 ms (156429 ms) [U]Read Test 2[/U] Query Time: 96 ms, 102 ms (198 ms) Read Time: 1264 ms, 1313 ms (2577 ms) [U]Read Test 3[/U] Query Time: 301 ms, 300 ms (601 ms) Read Time: 422 ms, 399 ms (821 ms) [U]Read Test 4[/U] Query Time: 300 ms, 336 ms (636 ms) Read Time: 1942 ms, 547 ms (2825 ms) Now I'll do the same test with SQLiteDatabase v0.07. If it passes the test, I will publish the results, push the source to Git and upload the binaries to our new plugin repository :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Plugin Development
SQLiteDatabase Plugin for MP2
Contact us
RSS
Top
Bottom