awb99
awb99
With the new commited versions .. should this be better? Also l would like to know if I generate transactiobs that have unchanged data .. will this produce a db...
what is interesting is that the exception that I copied above only is shown in the console. I am catching exceptions, but I guess due to core.async channels the exceptions...
I have found an out of memory exception. But I am not sure if this out of memory exception caused the exception above, or if the exception above caused the...
Babashka has a pod api. Perhaps @borkdude could help to add datahike to babashka To mw the combination of datahike and babashka sounds like a great combo. Then one could...
I will. Is the db storage of 0.4.1488 identical to 0.4.1480 ? BTW: But I had to be very careful in my dependency management. I use datahike, shadow cljs and...
0.4.1480 is much better than prior versions. But it is not perfect. If I do transact a schema to the database before importing, then I get schema constraint warnings that...
This documents what went wrong when I import to a brand new db without commiting a schema first. In my production database I did add the field :shiphero-product/active and then...
great to hear that @kordano ! I noticed it too that a full import of my data (which is just 5000 invoices) takes 30 minutes to do. The mongodb solution...
@svozza : Sure it is somehow slow, but I have numbers that are crazy: loading from db and doing all calculation: 100ms (without cloning). With cloning: 30 seconds! The slowest...
@svozza Really simple. 5 properties only. I use mongoose to load them from the database; this wraps getter and setter functions around the lineItems. I assume that this is the...