You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by Casey Chau <ca...@gmail.com> on 2015/05/07 15:31:09 UTC

Derby Performance on CD

Newcomer for Derby.  Need some help on performance.

I have a stand alone java application that use Derby (read only). The
performance is quite good if run only local. However,  the speed become
very slow if burn the application including the jar up db to CD and run the
application on CD. Any suggestion on the performance?

Many thanks!!

Re: Derby Performance on CD

Posted by Kohei Nozaki <ky...@nailedtothex.org>.
How about copying entire the database on jar to in-memory database at 
every startup of the application?

On 5/7/15 22:31, Casey Chau wrote:
> Newcomer for Derby.  Need some help on performance.
>
> I have a stand alone java application that use Derby (read only). The
> performance is quite good if run only local. However,  the speed become
> very slow if burn the application including the jar up db to CD and run
> the application on CD. Any suggestion on the performance?
>
> Many thanks!!
>