how many databases can we run on single Datomic Pro transactor? can we use same transactor to have different databases for different apps?
https://docs.datomic.com/operation/capacity.html#multiple-databases
These considerations apply mostly to pro.
Cloud “transactors” are dynamic and loaded (not existing) databases are distributed evenly amongst compute group members, which you control the count of
Is there something you want to know that is not covered by that link you shared?
Thanks for explanation. I asked this because in conventional db, we use same database process to create and use multiple databases for different apps.