Jon Pither
Jon Pither
Hi, Presumably the haskell needs updating? Is this project still used by folks at Manning? thanks, Jon.
`xtdb.fork-test` can take 2 mins to complete due to the eviction scenario. Note, this behavour is intermittent during test runs.
Currently, and in #1762, we create byte buffers for attribute keys during ingest, both for serializing A/Vs into the content indices, and also when creating statistics. A simple cache usage...
Currently Calcite is handling OUTER-JOINs, we should examine pushing these down to Crux Datalog.
Not just that the queries compile and return positive counts.
* Line chart containing lines for Crux's Watdiv and TPC-H ingest and query performance over the last 3 months * Posted via email/slack.
In the vein of Couch find https://docs.couchdb.org/en/stable/api/database/find.html or Mongo Query documents https://docs.mongodb.com/manual/tutorial/query-documents/. This would be a simple query endpoint, suitable for JSON users of HTTP. We could also look to...
Need to ponder the idea of shipping Lumo with Mach, because the binary compiled download version of Mach is much faster to run (~400 ms).
When I use the ref literal pointing at the result of a ClojureScript expression, it doesn't work as expected. For example, what should happen in the below case: ```` {...
An easy way of keeping previous versions of the application running on standby, in case a revert is needed.