When using RLS, one of the best ways to reduce the amount
of data that needs to move through the network to the client session
is to use WHERE statement processing whenever possible. When WHERE
statements are used, the WHERE clause is passed to the server environment
and interpreted. Only the data that meets the selection criteria is
transferred to the client environment for processing.