From d540dc8d7b2e3fee6e54f4692de8eacc3378e329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=C6=B0=C6=A1ng=20Ch=C6=B0=C6=A1ng=20D=C6=B0=C6=A1ng?= Date: Sat, 11 Jan 2025 16:49:41 +0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aa940af3..3e311df8 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,8 @@ $this->_dumpSettings = self::array_replace_recursive($dumpSettingsDefault, $dump ## Dump Settings +- **query_part_limit** + - Default is 5000. The script will select target table part by part each 5000 records until end of table instead of select all records in a single query. - **include-tables** - Only include these tables (array of table names), include all if empty. - **exclude-tables**