Hello, I'm running an embedded Derby database in my java application. I want to use one single file for my database (not the directory with seperate files), so I stored it in a jar file and used the derby:jar: protocol in the connection url. However, compared to using the 'non-jarred' database, my select queries are slower (I don't use compression the jar file), is this normal?
Thanks for the info! Best wishes, Thomas
