I'm wonder if it's safe to compare the values of timestamp in a table to get the newly updated/inserted rows. (e.g. SQL Server RowVersion/Timestamp - Comparisons).
What will happen if timestamp reaches the maximum value of binary(8) in a very very large/frequently updating database?