Wednesday, September 30, 2009

TestIndex on Android developer phone1(ADP1) with Berkeley DB

After a long day of testing I got some results on the ADP1. BerkeleyDB does seem to like heap space more than the other database managament systems(DBMS), but it seems to be able to run ok. I think I'll need to think about ways to shrink the memory usage of the different tests.

Well here are the results:




Perst-ADP1
SQLite-ADP1
DB4O-ADP1
BerkeleyDB-
ADP1
insert
21150
600824
88059
113668
search
16176
107514
470561
74417
iterate
11747
6777
90657
62190
delete
37704
562522
155778
215499

2 comments:

  1. Hi, Would it be possible for you to give me your code so I could run it on Android with BDB JE? Feel free to email it to me if you are able (charles dot lamb atsign ora.le dot com)

    ReplyDelete
  2. It's interesting to see how BerkeleyDB performs compared to the other database management systems.

    ReplyDelete