Overview
Contains a Smart Service that generates a document in a folder with a database dump file (.sql) of a MySQL database. The generated document contains a sequence of Create Table, Insert Table, and Create View statements.
Inputs Parameters:
Outputs Parameters:
Includes a check to prevent pulling more rows for the export if the heap usage is already at 80% or more.
It would be awesome if we could export SPs and functions!
when heap dump reaches 80% and no new rows are pulled, will a nonfiction advise either in output file or process model as error?
when heap dump reaches 80% and no new rows are pulled, will a notification advise either in output file or process model as error? Appian AppMarket
Hey Rick, I tested out the common use cases and confirmed this plug-in works with MariaDB!
Will this work on the new MariaDB?
Release notes for v5.0.0 (12/05/2018):
-- Previous Smart Service is now listed as "Deprecated"
-- The New Smart Service (under the same name), has the new input "Lock Tables"
-- Fixed Issue where choosing an empty directory as a dump file destination would not be correctly populated