Search code examples
javadatabaseswingderby

Suggest me Java Embedded Database for java desktop application


Hi I am developing a java Desktop App. I am looking for java embedded database which performance will be good if there are more than 10,000 records in a table. I am thinking to use "derby".I may use "HSQL" and "H2" also. so please help me to get good selection of database and you can suggest some other database also. Thanks in Advance.


Solution

  • if performance is your only concern. have a look at JPAB. and here is the test description.