-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
I didn’t find any other users are using CockroachDB with Camunda. So I’m curious that is a good idea to have CockoachDB in the future roadmap of Camunda? In our testing environment, the performance of Camunda engine looked very well. However, we found out the DB instance was consuming the bunch of Disk I/O which was extremely heavy as well as CPU consumption. We can see the operations of upsert and delete running like crazy when doing the performance test. We started considering to offload our Postgres DB. We had considered Postgres cluster, but we were more interested in Cockroach DB since it’s designed for linear scalability(active-active).
CockroachDB uses Postgres wire protocol and is able to support the most of operations migrating from existing applications are using Postgres JDBC. If we can make current existing SQL scripts in Camunda engine being performed and verified the features, that will be another choose for users to integrate with Camunda.
This is the controller panel for Smart Panels app
- causes
-
CAM-12071 Official support for CockroachDB
- Closed