← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1612403] [NEW] Cannot filter OVSDB columns, only tables

 

Public bug reported:

The current ovsdb connection class
(neutron.agent.ovsdb.native.connection.Connection) allows filtering
OVSDB tables, but not columns. Filtering columns may allow a performance
gain when only specific columns in a table are accessed.

Specifically, this is a feature we are trying to use in Dragonflow[1],
in class DFConnection and table columns
ovsdb_monitor_table_filter_default.

[1]
https://github.com/openstack/dragonflow/blob/master/dragonflow/db/drivers/ovsdb_vswitch_impl.py

** Affects: neutron
     Importance: Undecided
     Assignee: Omer Anson (omer-anson)
         Status: New


** Tags: rfe

** Changed in: neutron
     Assignee: (unassigned) => Omer Anson (omer-anson)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1612403

Title:
  Cannot filter OVSDB columns, only tables

Status in neutron:
  New

Bug description:
  The current ovsdb connection class
  (neutron.agent.ovsdb.native.connection.Connection) allows filtering
  OVSDB tables, but not columns. Filtering columns may allow a
  performance gain when only specific columns in a table are accessed.

  Specifically, this is a feature we are trying to use in Dragonflow[1],
  in class DFConnection and table columns
  ovsdb_monitor_table_filter_default.

  [1]
  https://github.com/openstack/dragonflow/blob/master/dragonflow/db/drivers/ovsdb_vswitch_impl.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1612403/+subscriptions


Follow ups