Change format of the configuration
Registered by
Evgeniy Stepchenko
We need to make configuration simple to read and change.
Initially the configuration file was a shell script which defined set of shell variables:
var1="tpcc_
var1_range="100"
var2="tpcc_
var2_range=
var2_iterations="3"
var2_restart_
There are some drawback of such approach\
1. Not convenient.
Users may prefer something like:
<var tpcc_warehouses>
range=100
</var>
<var tpcc_connections>
range="
iterations="3"
restart_mysqld="NO"
</var>
2. Not flexible.
In general it is hard to parse values like
mysqld_
Blueprint information
- Status:
- Not started
- Approver:
- Vadim Tkachenko
- Priority:
- Undefined
- Drafter:
- Aleksandr Kuzminsky
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Drafting
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
(?)