James Henderson

Results 88 comments of James Henderson

```clojure ;; 'slow one' ;; join order [name e1 n surname] (api/q (api/db *api*) '{:find [e1] :in [[n ...] name surname] :where [[e1 :my-name name] [e1 :my-surname surname] [e1 :my-number...

Interestingly, the indices used are different, too, so I think this _would_ apply to a larger query: ``` ;; quicker (join order was `["Ivanov" "Ivan" n e1]`) :join-order :ave "Ivan"...

@refset mind re-checking this one in the light of the HLL changes?

That looks pretty impressive/magical, have opened up the source code and am still none the wiser how it achieves it, despite the main macro only being ~10LoC. One for a...

Adding this for history - we haven't managed to repro this since the initial report. Bugs fixed since include #1105 and #1387, so these may well have fixed the underlying...

Part one of this (the changes to the indices) was merged in f5ee85bf15abc4843f93b88bae7e33d0ab146ecd - this means that the change to enable it shouldn't require an index version bump (or even,...

Hey - yep, it's a requirement to close the node before starting a new node with the same directories, so that it cleans up any locks it's taken - LMDB...

Hey @tkovis, sorry for the delay in getting back to you. Thanks for the repro, we'll take a look!

Hey @tkovis - I've still not managed to repro this one I'm afraid, with the repro you've provided - it goes straight through. Does this break for you using a...

thanks for raising @armincerf - have you got any hs_err_*.log files dumped in that directory?