Re: [ovs-dev] [PATCH] ovsdb-idl: Use functions to apply diff in place.

2021-11-05 Thread Dumitru Ceara
On 11/5/21 12:34 AM, Ilya Maximets wrote: > On 10/21/21 11:16, Dumitru Ceara wrote: >> On large scale deployments with records that contain large sets, this >> significantly improves client side performance as it avoids comparing >> full contents of the old and new rows. >> >> Signed-off-by: Dumitr

Re: [ovs-dev] [PATCH] ovsdb-idl: Use functions to apply diff in place.

2021-11-04 Thread Ilya Maximets
On 10/21/21 11:16, Dumitru Ceara wrote: > On large scale deployments with records that contain large sets, this > significantly improves client side performance as it avoids comparing > full contents of the old and new rows. > > Signed-off-by: Dumitru Ceara > --- > lib/ovsdb-idl.c | 68 +

[ovs-dev] [PATCH] ovsdb-idl: Use functions to apply diff in place.

2021-10-21 Thread Dumitru Ceara
On large scale deployments with records that contain large sets, this significantly improves client side performance as it avoids comparing full contents of the old and new rows. Signed-off-by: Dumitru Ceara --- lib/ovsdb-idl.c | 68 + 1 file chang