facebook / akd

An implementation of an auditable key directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve cache utilization for publish

eozturk1 opened this issue · comments

Enabling concurrent proof generation operations mid-publish results in additional two get_direct queries for TreeNodes for each new published key. Creating this issue to investigate the root cause and the replace these calls with a batch_get instead.

cc @Jasleen1 @slawlor