I have an products table that contains 160,000 products. The problem is their order, they are ordered by their insertion time. For summary I want to completely shuffle them and save them into the DB in the new order, What will be the easiest way to do that ?
Summary of the reason: all of my products right now are sectioned by their category (E.G from id 1000 to 2000 all the products are red dressed and from 2000 to 3000 all the products are white boots). I have an feed of products, now the problem is when i display the feed its boring (display many shoes then many dresses). my main goal here is to make my feed more interesting and varied