Brian Anderson
Brian Anderson
This has finally been merged. Thanks for your patience @wpaulino.
From the description of the op, I take it that tigerbeetle didn't fail immediately on startup, presumably because of overcommit on linux. Since tigerbeetle knows exactly how much memory it...
I don't know if it would be profitable to do multiple network requests in parallel, or multiple file ops in parallel, but it would definitely be profitable to be doing...
All evidence suggests I can't maintain it. Haven't decided what to do with it yet.
> > Another change: where previously the "hot" accounts would be selected for only the debit side of a transfer, and credit accounts would be selected uniformly, now both sides...
Thanks for the reviews @batiati. @sentientwaffle I have not yet addressed your comment regarding being able to preserve different distributions for the credit/debit side of transfers, and specifically the use...
I have made a few changes: - inlined all the float conversions so they don't need to be named - switch the default distribution back to uniform for now -...
> > > > We already have two CLI args `account_count` and `account_count_hot`. I don't think we need different distributions. If the user asks for `--account_count=1_000_000` and `--account_count_hot=10` it would...
> I'll prepare a patch the preserves basically the same previous logic for `--account-count-hot` and `--transfer-hot-percent`, while incorporating the zipfian distribution along the lines you describe, and removing the separate...
> Thanks Brian! Could you please rebase this branch to fix the failing CI job? Done. > > When benchmarking queries, it's worth noting that the query's execution time is...