Create attribute indexes

CREATE INDEX abase_rm_udprn_idx ON addressbase.addressbase(rm_udprn);
COMMIT;
CREATE INDEX abase_postcode_idx ON addressbase.addressbase(postcode);
COMMIT;