Does indexing fields on select query improve speed – Mysql
Hello I have a DB Query like following select amount, date, denominations, user, time, branch from deposits; Now i see my database started growing up 500k +. Now if i add indexes to these columns in select query will the…