Fork me on GitHub
#datascript
<
2017-02-08
>
Niki14:02:58

also keep in mind that perf degrades with the amount of datoms you touch e.g. during query or pull

Niki14:02:06

not with the amount of datoms stored in a DB

Niki14:02:52

indexes are 32-ary trees, so you should notice slight perf degradation when crossing limits of 32, 1024, 32768 and 1M datoms

Niki14:02:27

most databases in the wild are probably in between 1k-32k datoms

Niki14:02:48

so your question about 1M datoms: it’s just one more level in a tree