I find the following in 
https://cwiki.apache.org/CLOUDSTACK/coding-conventions.html 
"Tables intended for operational purposes, usually transient data should be 
prefixed with op_ (e.g., op_lock)"

For ex: During rebalancing of hosts between the management servers, I've found 
intermediate data in op_host_transfer table until the rebalance completes. 
But I am not sure if this convention holds good for all the op_* tables. For 
ex: I find all my networks in op_networks table and all ip addresses allocated 
in op_dc_ip_address_alloc..
Can someone throw more light into this?

Thanks,
Sowmya

-----Original Message-----
From: Likitha Shetty [mailto:likitha.she...@citrix.com] 
Sent: Monday, December 31, 2012 6:20 PM
To: cloudstack-users@incubator.apache.org
Subject: db table name prefixed with op_

Hi,

In cloud database what is the significance of the tables prefixed with op_ ?

Thank you,
Likitha

Reply via email to