therealkevinc / pgio

This is pgio (The SLOB Method for PostgreSQL).
Other
40 stars 13 forks source link

sql files are not stored under sql directory in repo #2

Open sunilbhu opened 3 years ago

sunilbhu commented 3 years ago

Hi Kevin,

Thank you very much for great tool ! I used the tool and found it really great.

Sharing 1 issue that I faced while running workload . All .sql files are placed in main directory in repo but script runit.sh has reference of these .sqls under sql directory which is missing. I fixed it by creating sql directory and moving .sql files from main install directory to sql directory.

Reference from runit.sh "required_functions="sql/pgio_get_rand.sql sql/pgio_audit_table.sql sql/pgio.sql"

asavchkov commented 11 months ago

Same goes for setrup.sh which is annoying as it requires extra processing in automation tasks.