Re: [ovs-dev] [PATCH 3/3] OVSDB: Flush JSON cache only when necessary

2015-06-24 Thread Andy Zhou
On Mon, Jun 22, 2015 at 9:58 AM, Ben Pfaff wrote: > On Wed, Jun 10, 2015 at 06:37:59PM -0700, Andy Zhou wrote: >> Currently, JSON cache is always flushed whenever the monitor receives >> a transaction. This patch improves the JSON cache efficiency by only >> flush the JSON cache when a transaction

Re: [ovs-dev] [PATCH 3/3] OVSDB: Flush JSON cache only when necessary

2015-06-22 Thread Ben Pfaff
On Wed, Jun 10, 2015 at 06:37:59PM -0700, Andy Zhou wrote: > Currently, JSON cache is always flushed whenever the monitor receives > a transaction. This patch improves the JSON cache efficiency by only > flush the JSON cache when a transaction causes client visible > changes, avoiding unnecessary f