Create an specific database for my app or using the Appian's one

Certified Associate Developer
The Appian product works with its own database in which it stores its internal process data or Record Type synchronization, right?
So, if we want to have a database in which we store, for example, Master or audit data, is it advisable to use the Appian database
or create another one for the project we are developing?

Thanks.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Almost. Internal process data and synced record are stored in the process engines and the data server. We do not use any of those directly.

    Then there is that "Cloud Database" which is the DB we use directly. And it can be the data source for synced records.

    Then, do you want/need to create a separate database schema for each application? While not required, I think it is a good idea to do so, or at least consider it.

Reply
  • 0
    Certified Lead Developer

    Almost. Internal process data and synced record are stored in the process engines and the data server. We do not use any of those directly.

    Then there is that "Cloud Database" which is the DB we use directly. And it can be the data source for synced records.

    Then, do you want/need to create a separate database schema for each application? While not required, I think it is a good idea to do so, or at least consider it.

Children
No Data