What index(es) should I use for Postgresql and how can I improve?
how to set the right index(es) for this schema ? I have a product table where I show at first active products like this: SELECT name, price, categoryid FROM products WHERE status = 1; Then a people can filter like…