Sets maximum number of rows to be retrieved from server at once during dumping tables. Syntax: property Limit : Cardinal; default 1024; Description: This property value limits number of rows to be retrieved from server at once during dump process. For example, a table with 2050 rows will be retrieved in 3 times - the first 1024 rows, the second 1024, and the final 2 rows. This allows to limit memory usage for large tables dumping. You can reduce this value if you're dumping really huge BLOB fields.
|