Database Schema Limit

Certified Senior Developer

Can we increase maximum no of schema in maria DB allowed from 50 to 60 or any another number?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    I think this could be done by appian support team. We need to do it from mariadb configuration file using `max_schema` parameter after that we need to restart the mariaDB server. increase in maximum number of schemas might have implications on the performance and resource usage of your database server. Ensure that your server has sufficient resources like CPU, memory, disk space to handle the increased number of schemas effectively.

Reply
  • 0
    Certified Senior Developer

    I think this could be done by appian support team. We need to do it from mariadb configuration file using `max_schema` parameter after that we need to restart the mariaDB server. increase in maximum number of schemas might have implications on the performance and resource usage of your database server. Ensure that your server has sufficient resources like CPU, memory, disk space to handle the increased number of schemas effectively.

Children
No Data