I am going to take a hit in question 1 and say that the βsmart keyβ is the primary key on the table that matters when ordering a particular method. (for example, a hotel database with a table that keeps track of when guests check in. Make the primary key of the TimeStamp registration table. Then, when you need to know the most recent check-in, you can order the main key in descending order). I believe this is faster than a table that uses an automatically increasing integer as a primary key and a timestamp field.
You can find your answer to question 2 at fooobar.com/questions/88054 / .... It should give you an idea of ββthe execution path, but does not necessarily compare it with the smart key provided in your link.
source share