-
### What version of Datahike are you using?
0.4.1480
### What version of Java are you using?
openjdk version "11.0.13" 2021-10-19
### What operating system are you using?
Ubuntu 20.04.3 LTS
### …
-
**It does not happen on mem backend.**
```(def uri "datahike:pg://user:password@host:port/db")
(def conn (d/connect uri))
(d/transact conn [{:db/ident :uuid
:db/va…
-
With the new release strategy on Datahike, we also need a rolling release on konserve.
@jsmassa What issues are still open with the creation of the new `main` branch out of `develop`and the integr…
-
### What version of Datahike are you using?
Latest
### What version of Java are you using?
16
### What operating system are you using?
Linux, guix
### What database EDN configuration are you us…
awb99 updated
2 years ago
-
I was wondering how to go about traversal and/or retrieval of the whole store (or part of it). Or listing all of the keys for inspection purposes.
Something like [lookup-fwd-iter](https://github.c…
-
With a lot of states, it may be infeasible to keep everything in memory, we could use https://github.com/lambdaisland/edn-lines to just append edn data line to a file. ~~But let's try first with trans…
-
OS: Linux version 5.11.4-1-rt11-MANJARO
Konserve: 0.6.0-alpha3
Clojure: 1.10.0-alpha6
With the included filesystem store backend, each call to `konserve.core/keys` seems to create multiple new fi…
-
Instead of using separate backends for sql backends Datahike should have one sql backend which maps directly to the jdbc drivers.
- [x] extend and move datahike-pg to datahike-jdbc
- [x] extend a…
-
At https://github.com/athensresearch/athens we started noticing a memory leak when using Datahike `0.3.7-SNAPSHOT` and `0.3.2`.
Below is a reproduction that only uses a single unindexed schema att…
-
I have a (boolean) attribute that exists on several entities. I can set and query that attribute, and as long as I have a cached connection, things appear consistent. But as soon as I reconnect (`d/co…