Bug 1042285

Summary: [RFE][ceilometer]: duplicate resource_metadata to meter table
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: openstack-ceilometerAssignee: RHOS Maint <rhos-maint>
Status: CLOSED CURRENTRELEASE QA Contact: Shai Revivo <srevivo>
Severity: low Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: aberezin, jruzicka, markmc, pbrady, yeylon
Target Milestone: gaKeywords: FutureFeature
Target Release: 5.0 (RHEL 7)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/ceilometer/+spec/hbase-meter-table-enhancement
Whiteboard: upstream_milestone_icehouse-3 upstream_status_implemented upstream_definition_approved
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 21:38:41 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/ceilometer/+spec/hbase-meter-table-enhancement.

Description:

According to HBase DDI (Denormalization Duplication Intelligent Rowkey) rules, It's better having resource_metadata duplicated in resource and meter tables to improve the reading when metaquery is provided. Additionally, future step can be adding resource_metadata into a separated Column Family which has block-compression enabled.

Specification URL (additional information):

None