Previous | Next --- Slide 21 of 33
Back to Lecture Thumbnails
retterermoore

The result of the query is much smaller than the database contents needed to perform the query, so it is more efficient to copy the result to the client (not to mention all of the security concerns with giving the client the full database).

ruoyul

I think one more thing to reduce the data movement is to cache query result on the client-side.