Only a simple question
I have a table with
primarykey(field1,field2,field3)
and I want to execure a query like
select * from my_table where field1 = some_value
if I define an index on field1, I increase the query performace or not?
Thanks