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

Support nested child rows #19

Open
jtaylor-sfdc opened this issue Jan 30, 2013 · 0 comments
Open

Support nested child rows #19

jtaylor-sfdc opened this issue Jan 30, 2013 · 0 comments

Comments

@jtaylor-sfdc
Copy link
Contributor

Unlike with standard relational databases, HBase allows you the flexibility of dynamically creating as many key values in a row as you'd like. Phoenix could leverage this by providing a way to model child rows inside of a parent row. The child row would be comprised of the set of key values whose column qualifier is prefixed with a known name and appended with the primary key of the child row. Phoenix could hide all this complexity, and allow querying over the nested children through joining to the parent row.

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

No branches or pull requests

2 participants