In my project I am using DataTables plugin to display data in table from database.
Every column has filter so user can filter data based on input on each column.
I am confused how to setup indexes, do ever column need index?
Is it good practice to index every column in table?
My table have 6 columns.