Opened 9 years ago
Closed 9 years ago
#959 closed enhancement (fixed)
HSQLDB: alternative backend for petascope
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Peter Baumann, Alex Dumitru, Vlad Merticariu | |
Complexity: | Medium |
Description
Default backend DBMS for petascope is PostgreSQL.
To enable HSQLDB as an alternative backend:
./configure --with-petascopedb=hsqldb ...
The effects of this option:
- the HSQLDB jars (hsqldb.jar and sqltool.jar) are installed in
$RMANHOME/lib/
- petascopedb is situated in
$RMANHOME/data/petascopedb
by default - connection URL in
$RMANHOME/etc/petascope.properties
is adapted to point to above location start_rasdaman.sh
andstop_rasdaman.sh
start and stop the HSQLDB server- log is in
$RMANHOME/log/hsqldb.log
- log is in
Note:
See TracTickets
for help on using tickets.