-- Add index for addresses in the samples table CREATE INDEX ix_samples_address_id ON samples(address_id);