aodh/ceilometer
Nadya Privalova 8bdc6d5421 Fix the way how metadata is stored in HBase
The goal of this patch is to fix filtering on metadata.
In HBase we should use the same approach as in SQL now:
store raw metadata as well as flattened one.
When user sends get request on meters, samples or resources
it is possible not to fetch all the data but construct corresponding
filter based on flattened metadata values.
Unfortunatelly, it is not possible not to store raw metadata because
flattening on API level is done in a different way. This
improvement is postponed till API v3.

Change-Id: I1206535ab12037817175d5e79716b223594f246a
2014-02-25 13:31:36 +04:00
..
2014-02-08 06:46:32 +01:00
2014-02-11 11:50:11 +00:00
2014-02-08 06:46:32 +01:00
2014-02-14 22:31:32 +08:00
2014-02-08 06:46:32 +01:00
2014-02-08 06:46:32 +01:00
2014-02-08 06:46:32 +01:00
2014-02-14 22:31:32 +08:00
2014-02-08 06:46:32 +01:00
2014-02-14 22:31:32 +08:00
2014-02-20 09:12:26 +00:00