datomic

Ahmed Hassan 2026-06-20T20:09:34.146249Z

how many databases can we run on single Datomic Pro transactor? can we use same transactor to have different databases for different apps?

favila 2026-06-20T20:23:39.441389Z

These considerations apply mostly to pro.

favila 2026-06-20T20:26:25.686089Z

Cloud “transactors” are dynamic and loaded (not existing) databases are distributed evenly amongst compute group members, which you control the count of

favila 2026-06-20T20:27:15.994559Z

Is there something you want to know that is not covered by that link you shared?

Ahmed Hassan 2026-06-20T20:32:07.720469Z

Thanks for explanation. I asked this because in conventional db, we use same database process to create and use multiple databases for different apps.