1 Yes, if your table is large, you need to use the setDelivery mode to some pageSize, and move forward-backward to see and download just a subset of your records.
2 In the example, the whole recordset is sended. Probably you want to build an array with just modified data to send to the server, or use deltaPackets with the RDBMSResolver component
Jorge