On Wed, Jun 08, 2016 at 05:13:09PM +, Rodriguez Betancourt, Esteban wrote:
> I was performing some profiling on OVSDB, when inserting a lot of
> rows. The callgrind results shows that the SHA1 calculation takes near
> 10% of the time within our test (the whole file writing, including
> SHA1, ta
Hello,
I was performing some profiling on OVSDB, when inserting a lot of rows. The
callgrind
results shows that the SHA1 calculation takes near 10% of the time within our
test
(the whole file writing, including SHA1, takes like 20%).
We want to know further about why that checksum is need, in or