Fork me on GitHub
#xtdb
<
2021-03-23
>
mmer13:03:34

Hi Again, Is there a pre-package jar for just the db based on rocksdb? I have sort of created one, but when I run it as a service it is not as reliable as I would like.

refset14:03:28

Hey 🙂 unfortunately we don't currently generate artefacts for each of the possible configurations - this is what the crux-build subproject is designed to help with https://opencrux.com/reference/21.02-1.15.0/building.html - are you already using that? Ideally we want to help you produce the most reliable thing possible as easily possible via this route. Can you say more about what exactly is/isn't reliable? Are you intending to use crux-http-client in this setup or were you hoping to embed the node in your application?

mmer15:03:23

I am using the http server/ client set up using the http api client. I am seeing strange delays when I make calls so the response times are very mixed. I will look at the project you have suggested.

refset16:03:53

hmm, it seems unlikely that you could have misconfigured anything such that it functionally appears to work (i.e. always returns correct results) but has noticeably unpredictable delays. Any kind of small example you could share showing the API calls and queries being used might help us understand what's happening. Equally it might be a good time to use a profiler if you have one handy