is it safe to run WHERE phone_number IN (‘phone_number_1’, ‘phone_number_2’, …, ‘phone_number_n’) for 3000 numbers?
running it and long waiting times
FROM “x”.”members”
WHERE phone_number IN (‘phone_number_1’, ‘phone_number_2’, …, ‘phone_number_n’)
New contributor
Jacob Berger is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.