what is default data structure using bonita H2 database

1
0
-1

I want that by default bonitasoft using H2 database now my doubt is in H2 database in which data structure will data stores whther column wise or json or anyother.And , if I configured external DB by default in data structure it will store.

1 answer

1
0
-1

Hi,

I am not sure to understand your question, but a few facts

H2 is only used on development

Postgres, Mysql, SqlServer and Oracle are the supported DB vendors, SQL schema can be find here

https://github.com/bonitasoft/bonita-engine/blob/master/platform/platform-resources/src/main/resources/sql/h2/createTables.sql

I hope it helps

Comments

Submitted by ramireddy.pingala on Wed, 05/13/2020 - 16:19

Thank you Pablo Alonso

Notifications