I was applying indexing to a fresh database(no records on most of the tables)
What approach should I use apart from considering filter criteria. Should I index records in descending order since any window/web application using data would be accessing newly created records most of the time.
Should I keep master data in ascending order?