Fork me on GitHub
#datomic
<
2022-12-19
>
frankitox17:12:46

I'm reading the excise docs and it says > Large excisions can trigger indexing jobs whose execution time is proportional to the size of the entire database, leading to back pressure and reduced write availability. What is write availability?

favila17:12:49

Ability to write, i.e. transact

frankitox18:12:14

I'm trying to figure out how many datoms I can excise before triggering back pressure. I'm thinking maybe memory-index-max / 2 . Is there an estimate of how many datoms a mb is?