Re: [ovs-dev] [PATCH v3] ovsdb: Weak references performance fix

2016-07-26 Thread Ben Pfaff
On Wed, Jul 13, 2016 at 05:28:51PM +, Rodriguez Betancourt, Esteban wrote: > Prevents the cloning of rows with outgoing or > incoming weak references when those rows aren't > being modified. > > It improves the OVSDB Server performance when > many rows with weak references are involved > in a

[ovs-dev] [PATCH v3] ovsdb: Weak references performance fix

2016-07-13 Thread Rodriguez Betancourt, Esteban
Prevents the cloning of rows with outgoing or incoming weak references when those rows aren't being modified. It improves the OVSDB Server performance when many rows with weak references are involved in a transaction. Signed-off-by: Esteban Rodriguez Betancourt --- In the previous patch I forgo