Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.1
-
None
-
None
Description
Currently, there are 3 separate file and db loader packages - buried under workload/
{php,java.rails}. The file loader code is exactly identical in all implementations. The db loader code has some differences due to schema differences, but should easily be mergable as they all share the same underlying loader framework. For easier maintenance, we should merge this code.