Impact of Row-Level Versioning on Queries

Specific situations will have performance impacts, including queries with multiple invariant predicates, indexes, and row IDs.

Note: Do not make use of a specific row ID when querying. If you make use of a specific row ID (for doing a join) and select a row ID from another table, the row ID may not remain consistent.
Related concepts
QP Output Details for RLV Tables