Database Load Generation

Overview

This tool can be used to quickly generate multiple rows for each of the application transactional tables to easily support database load testing.

Key Features & Functionality

  • Reads database metadata to automatically pull tables and columns
  • Provides multiple generators for generating data of different types (users, groups, folders, documents, location data, health data, personal data, etc..)
  • Connects to Appian database to generate and populate data in one step
  • Support the addition of new generators

If you have ideas for more generators, please leave a comment!

Anonymous
Parents
  • Hi Michael,
    When running the SQL Script for MariaDB to create the tables/procedures we are seeing the following error message:

    SQL Error [1064] [42000]: (conn=1263934) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'SET AUTOCOMMIT = 0;
    START TRANSACTION;
    SET time_zone = "+00:00";

     

    DELIMIT...' at line 2

     

    Error position: line: 1

    Any advice or hint how to fix, or with which version of MariaDB the script is compatible with?

    Thanks,

    Juergen

Comment
  • Hi Michael,
    When running the SQL Script for MariaDB to create the tables/procedures we are seeing the following error message:

    SQL Error [1064] [42000]: (conn=1263934) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'SET AUTOCOMMIT = 0;
    START TRANSACTION;
    SET time_zone = "+00:00";

     

    DELIMIT...' at line 2

     

    Error position: line: 1

    Any advice or hint how to fix, or with which version of MariaDB the script is compatible with?

    Thanks,

    Juergen

Children
No Data