| Comments about mysqldump, and why the dumper is faster. | Комментарии по поводу mysqldump, и почему дампер работает быстрее. |
| Dumper is optimized to work with large databases, with data amounts of hundreds or thousands of megabytes. | Дампер оптимизирован для работы с большими базами, сотни и тысячи мегабайт. |
| Dumper adds all the necessary instructions in the recovery process. | Дампер добавляет все нужные инструкции в процессе восстановления. |
| I.e., if you have server's severe restrictions as to execution time of scripts, Dumper is able to automatically stop and continue its work from the last stopping point, bypassing the restrictions of the server. | Т.е. если у вас на сервере жесткие ограничения по времени выполнения скриптов, дампер умеет автоматически останавливать и продолжать работу с места остановки, обходя ограничения сервера. |
| Dumper is working correctly with character sets; it makes the export of objects in the "native" encoding, unlike others which re-encode everything into UTF-8. | Дампер грамотно работает с кодировками, он делает экспорт объектов в «родной» кодировке, а не перекодирует всё в UTF-8, как другие. |