BBVA / qed

The scalable, auditable and high-performance tamper-evident log project
https://qed.readthedocs.io/
Apache License 2.0
94 stars 19 forks source link

Comparison with Google Trillian #185

Open domwoe opened 4 years ago

domwoe commented 4 years ago

Hi, this is an interesting project! Is there a comparison to Trillian anywhere?

gdiazlo commented 4 years ago

I'm sorry for the delay to answer this. We're glad you find QED interesting.

We don't have a detailed comparison. We have talked with the Trillian guys before implementing QED. The goals are different, and so are the approaches.

QED focuses on a high write performance on a single big tree, while remaining at comparable query performance. The storage engine is an important part of QED. It works standalone while Trillian relays on a third party database.

Also, QED uses a history tree (see the referred papers for deep details about this) which allows us to emit proofs of the order on which the events where inserted.

We haven't published our testing yet, but we will, showing performance indicators such writes/second, memory and storage usage, etc.