Re: [ovs-dev] Question about SHA1 usage in OVSDB Server

2016-06-08 Thread Ben Pfaff
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

[ovs-dev] Question about SHA1 usage in OVSDB Server

2016-06-08 Thread Rodriguez Betancourt, Esteban
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