On Wed, Aug 22, 2012 at 02:54:25PM +0530, selen jia wrote:
> Do ovs provide some guidelines for database modification?
> if i want to remove or add a column from a table in database.

The main idea to keep in mind with database modification is
compatibility.  Removing a column is usually a bad idea, because that
necessarily means that the database becomes incompatible with some
existing software.  Adding a column is not such a big deal.

What kind of modification do you have in mind?
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to