Re: [ovs-dev] [PATCH v3 6/9] ovsdb: relay: Add support for transaction forwarding.

2021-07-15 Thread Mark Gray
On 14/07/2021 14:50, Ilya Maximets wrote: > Current version of ovsdb relay allows to scale out read-only > access to the primary database. However, many clients are not > read-only but read-mostly. For example, ovn-controller. > > In order to scale out database access for this case ovsdb-server

[ovs-dev] [PATCH v3 6/9] ovsdb: relay: Add support for transaction forwarding.

2021-07-14 Thread Ilya Maximets
Current version of ovsdb relay allows to scale out read-only access to the primary database. However, many clients are not read-only but read-mostly. For example, ovn-controller. In order to scale out database access for this case ovsdb-server need to process transactions that are not read-only.