cancel
Showing results for 
Search instead for 
Did you mean: 

db sharding support

filajupiter
Champ in-the-making
Champ in-the-making
I would like to use a sharded db system as the data store. This sharded db is a middleware that provides mysql compatibility. It splits table using a shard column such as userId or processId, and has basic support for cross shard-transactions.

I want to get a rough idea on how difficult it is to hook up Activiti to such a sharded db. Is it doable, or pretty much impossible?

Thanks.
1 REPLY 1

markm
Champ in-the-making
Champ in-the-making

Hi filajupiter,

I want to exactly implement this, can you pls give me steps if you were able to do this

Thanks!