-- The alter table operation can be faster with a big maintenance_work_mem
-- Uncomment and adapt this value to your environment
-- SET maintenance_work_mem = '1GB';


-- Create a table like Job for long term statistics
DROP TABLE IF EXISTS JobHistory;


-- vacuum analyse;
