mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
bb255de9ad
Add a command to create a PostgreSQL database with supplied parameters which draws its structure from the supplied schema (Version 1.1). This database is of a format intended to be used with the forthcoming WA Postgres output processor.
10 lines
357 B
ReStructuredText
10 lines
357 B
ReStructuredText
# 1
|
|
## 1.0
|
|
- First version
|
|
## 1.1
|
|
- LargeObjects table added as a substitute for the previous plan to
|
|
use the filesystem and a path reference to store artifacts. This
|
|
was done following an extended discussion and tests that verified
|
|
that the savings in processing power were not enough to warrant
|
|
the creation of a dedicated server or file handler.
|