-
It would be helpful to see the current server config maybe from `log/info` when starting the system.
-
Have a strange issue, I have a project where I'm syncing some datoms from Datomic into datahike persisted on level db, but when I include datahike in the project (using lein) it breaks the Datomic cli…
-
### What version of Datahike are you using?
0.4.0
### What version of Java are you using?
java version "16.0.2" 2021-07-20
### What operating system are you using?
MacOS
### What database EDN co…
-
It takes 8-10s seconds for a call to `(require '[datahike.api])` to complete on my dev machine, which feels really long. All my other dependencies, including httpkit and my web application routes take…
-
### What version of Datahike are you using?
0.4.1480, with konserve "0.6.0-alpha3"
### What version of Java are you using?
17
### What operating system are you using?
libre-linux, guix
### What …
-
### What version of Datahike are you using?
0.4.1480
### What version of Java are you using?
1.8
### What operating system are you using?
MAC
### What database EDN configuration are you using?
…
-
The stack of Datahike is very self-contained and therefore particularly interesting for a native-image.
-
### What version of Datahike are you using?
0.6.1537
### What version of Java are you using?
"17.0.6" 2023-01-17
### What operating system are you using?
Arch
### What database EDN configuration…
-
I'm seeing a ~100x performance speedup when calling `(d/connect ...)` once at startup vs. once per request, even without calling `d/release`. I expected a call to `d/connect` to be cheap and pool conn…
-
The hitchhiker-tree has recently gained garbage collection support, but this still needs to be added to Datahike.
https://github.com/replikativ/hitchhiker-tree/pull/16
Adding it requires to do …