Skip to content

Concurrent version installation #74

@jamesmarkchan

Description

@jamesmarkchan

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:

  1. installing new places the derby db in the new path
  2. 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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions