Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Complex Qualifiers #258

Closed
nmaillard opened this issue Jun 6, 2013 · 1 comment
Closed

Complex Qualifiers #258

nmaillard opened this issue Jun 6, 2013 · 1 comment

Comments

@nmaillard
Copy link
Contributor

Another strength of hbase is to be able to use column names as information value as well.
Complex column qualifiers are a frequent use case.
So say I wanted to keep track of clics and impressions of adds in different postions of a web page for every day.
I could say my colum name would be "positionName"&click or "positionName"&impression and the value would be numeric.

It would be nice to ba able to query all my columns with a given pattern say select cf."positionName"* would bring me back the clicks and impressions of the particuler positionName.

Does this make sense?

Sorry for the repost I actually thought this deserved a particuler issue.

@jtaylor-sfdc
Copy link
Contributor

Closing as a dupe of #19

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants