[ovs-dev] Subject: [PATCH v3 1/3] ovsdb-idl: Add support for on-demand columns

2016-04-28 Thread Arguello, Sebastian
The IDL only supports reading from columns that are being monitored. In the case where the column represent a frequently changing entity (e.g. counter), and the reads are relatively infrequent (e.g. CLI client), there is a significant overhead in replication. This patch introduces a new column mo

Re: [ovs-dev] Subject: [PATCH v3 1/3] ovsdb-idl: Add support for on-demand columns

2016-05-17 Thread Ben Pfaff
On Thu, Apr 28, 2016 at 04:18:25PM +, Arguello, Sebastian wrote: > The IDL only supports reading from columns that are being monitored. > In the case where the column represent a frequently changing entity (e.g. > counter), > and the reads are relatively infrequent (e.g. CLI client), there is

Re: [ovs-dev] Subject: [PATCH v3 1/3] ovsdb-idl: Add support for on-demand columns

2016-07-05 Thread Arguello, Sebastian
3 1/3] ovsdb-idl: Add support for on-demand columns On Thu, Apr 28, 2016 at 04:18:25PM +, Arguello, Sebastian wrote: > The IDL only supports reading from columns that are being monitored. > In the case where the column represent a frequently changing entity > (e.g. counter), and