Skip to content
  • Bharathy Satish's avatar
    d230f737
    WL#7755: mysqlpump: Extend mysqldump functionalities · d230f737
    Bharathy Satish authored
      Mysqlpump is a new client utility similar to mysqldump, however mainly
      focussed to improve the performance of taking dumps. This new tool
      would achieve the following:
      1. Provides basic functionality of mysqldump.
      2. Allows to take dumps in parallel using multiple threads and queues
         which can be configured using command line options.
      3. Allows various object filtering options which can be used to specify
         what databases or database objects to be included or excluded from
         dump.
      4. Allows the dump files to be compressed using LZ4 or ZLIB library.
      5. Provides an option to watch progress of dump.
    d230f737
    WL#7755: mysqlpump: Extend mysqldump functionalities
    Bharathy Satish authored
      Mysqlpump is a new client utility similar to mysqldump, however mainly
      focussed to improve the performance of taking dumps. This new tool
      would achieve the following:
      1. Provides basic functionality of mysqldump.
      2. Allows to take dumps in parallel using multiple threads and queues
         which can be configured using command line options.
      3. Allows various object filtering options which can be used to specify
         what databases or database objects to be included or excluded from
         dump.
      4. Allows the dump files to be compressed using LZ4 or ZLIB library.
      5. Provides an option to watch progress of dump.
Loading