Icon View Thread

The following is the text of the current message along with any replies.
Messages 31 to 31 of 31 total
Thread Faster Way to Retrieve Records?
Tue, May 19 2015 2:10 AMPermanent Link

Steve Gill

Avatar

<< I went back and tried to replicate this, and you are correct, but *only* if
you turn *off* the RequestSensitive property for the query.

Why is this ?  Because in such a case you're not reading the rows from the
source table during navigation, you're reading them from the result set of
the query, of which *most* of the rows remain buffered in memory and, as
such, don't need to be written to, or read from, the disk.  Therefore, they
don't need to be encrypted/decrypted at all.

So, you can achieve parity by making sure that the result set sensitivity is
equivalent in both cases. >>

Thanks Tim, I really appreciate all of your help with this, and for the detailed explanations.

= Steve
« Previous PagePage 4 of 4
Jump to Page:  1 2 3 4
Image