For a postgres varchar column that I would very frequently search by prefix, what type of index should I be using?
select * from customer.customers where name like 'James%'
My table is something like
James Bond
James Blond
James Sunderland
David Copperfield
David Beckham