google / trillian

A transparent, highly scalable and cryptographically verifiable data store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Map: ParallelGetMerkleNodes Concurrency Limit

gdbelvin opened this issue · comments

The current parallelGetMerkleNodes fetches all subtrees in parallel. This may or may not be good for the database...

Applies to cloudspanner but may be relevant for other storage implementations as well.

"Creates one goroutine per tile"