Opened 9 years ago

Closed 8 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 and stop_rasdaman.sh start and stop the HSQLDB server
    • log is in $RMANHOME/log/hsqldb.log

Change History (1)

comment:1 by Dimitar Misev, 8 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.