Re: [ovs-dev] [PATCH ovn 2/2] nbctl: Use partial set updates instead of re-setting the whole column.

2020-12-08 Thread 0-day Robot
Bleep bloop. Greetings Ilya Maximets, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. build: mv lib/ovn-dirs.c.tmp lib/ovn-dirs.c depbase=`echo lib/ovn-dirs.lo | sed

Re: [ovs-dev] [PATCH ovn 2/2] nbctl: Use partial set updates instead of re-setting the whole column.

2020-12-08 Thread Ilya Maximets
On 12/8/20 1:56 PM, Ilya Maximets wrote: > Northbound database has many tables that could contain columns with > very large sets. For example 'ports' column of the 'Logical_Switch' > table could contain thousands of ports in a set. > > Current strategy of nbctl while adding a new port to the set

[ovs-dev] [PATCH ovn 2/2] nbctl: Use partial set updates instead of re-setting the whole column.

2020-12-08 Thread Ilya Maximets
Northbound database has many tables that could contain columns with very large sets. For example 'ports' column of the 'Logical_Switch' table could contain thousands of ports in a set. Current strategy of nbctl while adding a new port to the set is to copy all existing ports, add one and set the