Jonathan Johnson
Jonathan Johnson
> That would be interesting to see if "very efficient" is efficient enough. :) It's quite efficient, but there are too many variables to give you a good idea on...
I noticed yesterday that this is causing open file issues on Mac OS when running the core-suite unit test in BonsaiDb. That test, with all features enabled, runs 99 unit...
Just a quick update, a simple workaround for me was to use [include_dir](https://lib.rs/) to include the directory a second time. However include_dir references the files, it notices when I re-run...
Did a little research, found this relevant thread: https://users.rust-lang.org/t/equivalent-of-cargo-rerun-if-changed-for-procedural-macros/37036
Oops, my brain read the wrong number when writing that commit message.
I've finally spent some time looking into this rather than just thinking about it. I'm curious how much of a statistical significance the difference in the response time to the...
We're a bit early to be designing the cluster response, but I think by each server tuning itself to return an average response time, the quorum itself will be tuned...
Yes, that's exactly how it will be powered, but we need to expose that information in a view so that it can be queried. Although I suppose we could just...
Good find. This can be worked around by adding the `client` and `server` features as well: `cargo install bonsaidb --features cli,client,server` I will also point out that the standalone CLI...
I agree that what I wrote it a little too simplistic -- purposefully so. I didn't want to narrow the implementation to a specific approach yet. I think it's hard...