currently each version uses the previous version's db. Giving each new version a dedicated db will isolate data between versions allowing multiple version to be run concurrently wo the possibility of corrupting benchmark data and keep the data model clean for field installs.
currently the derby db is located at:
C:\Users\%USERPROFILE%\.jDiskMark\derbyDB
this could be updated to:
C:\Users\%USERPROFILE%\.jdm\v<version>\derbyDB
Completion Criteria:
- installing new places the derby db in the new path
- can run multiple versions of jdm concurrently during a demo
The downside of this is users might believe they are loosing their previous benchmarks when they install a new version so during the install it might be ideal to copy the db from the previous install to the new db location so this would be a modification to the installer.
currently each version uses the previous version's db. Giving each new version a dedicated db will isolate data between versions allowing multiple version to be run concurrently wo the possibility of corrupting benchmark data and keep the data model clean for field installs.
currently the derby db is located at:
C:\Users\%USERPROFILE%\.jDiskMark\derbyDBthis could be updated to:
C:\Users\%USERPROFILE%\.jdm\v<version>\derbyDBCompletion Criteria:
The downside of this is users might believe they are loosing their previous benchmarks when they install a new version so during the install it might be ideal to copy the db from the previous install to the new db location so this would be a modification to the installer.