Fork me on GitHub
#datascript
<
2017-02-05
>
conaw03:02:22

Regardless of the reason, I think it’s safe to assume you can’t have an infinitely large datascript database in the browser. Does anyone have any ballpark ideas on how many datoms at a time one should try to work be working with?

qqq03:02:37

based on what was discussed, isn't this a function of the client's computer?

qqq03:02:53

anything that is CPU/RAM based, seems, by definition, to be based on whatever machine the client is using

conaw03:02:55

let’s just say for an average web application

conaw03:02:11

From that source as a rule of thumb I would recommend staying below 150-200 MB of memory. GMail takes up ~100MB of memory on Chrome for Linux, so I think that keeping up with GMail is a reasonable goal.

conaw03:02:53

so then, how many datoms could fit in ~100MB of memory