Jeremy Taylor
Jeremy Taylor
Noting that users can currently call `xtdb.query/query-plan-for` directly https://github.com/xtdb/xtdb/blob/1454e1ffed7511a1e701e86d373e1fea8a748214/core/src/xtdb/query.clj#L1822
As a temporary workaround users can use a tweaked version of the Clojure source namespace to add logging. To do this you can simply download and add this .clj file...
Hi @psagers thanks a lot for writing this all up and for sharing your implementation! We are currently planning to release `1.19` at some point this week and don't intend...
Thanks for sharing the snippet @eneroth - just be aware that the 7.0.0 API introduces some breaking API changes which @armincerf has observed to trip up XT's eviction behaviour, in...
My guess would be that an initial `swap!` to register a query as in-progress, i.e. https://github.com/xtdb/xtdb/blob/6fb56faaa612b68ba1d6c84c6323bfde26358b7a/core/src/xtdb/node.clj#L290 ...is _still_ retrying (due to multi-threaded contention) by the time the (very fast?) query...
I've clearly spent too much time with DataScript, which definitely supports it, e.g. https://github.com/tonsky/datascript/blob/def78a2079230b2d58dd2555ab100a03233f3e49/test/datascript/test/db.cljc#L53
Thanks for the added context @theronic - it's useful to hear :) I can't promise that this will get worked on organically by the team in the immediate future, but...
Hi @lgrapenthin thanks for opening the issue! It's an interesting topic, but we don't have active plans to work on such a core API as we feel everything needed for...
This is how we run `javadoc` using JDK17 in CircleCI https://github.com/xtdb/xtdb/blob/11377633579218866e81e4953348801eb8eedab6/.circleci/config.yml#L201-L217 Cross-linking with the original report: https://juxt-oss.zulipchat.com/#narrow/stream/251593-xtdb-dev/topic/Installing.20jars/near/276091145
I just hit this myself (forgot to switch back to JDK8 :sweat_smile:) - perhaps we are safe to remove the `lein-javadoc` plugin altogether? i.e. https://github.com/xtdb/xtdb/blob/ba5aced2cc7ed5298ddf0b83b45db7617f732387/core/project.clj#L4