1. Correct.
2. Look at the jdbcConnection javadoc in 1.7.0 RC5
for how to connect to an in-process (standalone) database.
3. If you mean startup time when you make a
connection to DB, typically 2 seconds if your data set is small or if you used
cached tables with databases larger than 1 MB. This stays constant with cached
tables but goes up proportionally to the amount of data in non-cached tables.
Experiment with the TestXXX sources in 1.7.0 RC5.
Fred Toussi
|
- [Hsqldb-developers] A few more questions J. Todd Slack
- Fred Toussi