\echo 'SETUP: Creating temporary indexes for better performance...' CREATE INDEX IF NOT EXISTS tmp_obs_pat_idx ON staging.observations_raw(patient_id); CREATE INDEX IF NOT EXISTS tmp_obs_enc_idx ON ...