[openstack-dev] [oslo][versionedobjects][ceilometer] explain the benefits of ceilometer+versionedobjects
Dan Smith
dms at danplanet.com
Fri Aug 28 17:54:38 UTC 2015
> we store everything as primitives: floats, time, integer, etc... since
> we need to query on attributes. it seems like versionedobjects might not
> be useful to our db configuration currently.
I don't think the former determines the latter -- we have lots of things
stored as rows of column primitives and query them out as objects, but
then you're not storing the object and version (unless you do it
separately) So, if it doesn't buy you anything, then there's no reason
to use it.
--Dan
More information about the OpenStack-dev
mailing list