RE: HBase Sample Schemas

2008-03-27 Thread Goel, Ankur
Hi Bryan, Here is the sample schema I have (looks closer to RDBMS, I know) TABLE: seed_list DESCRIPTION: Used to store seed urls (both old and newly discovered). Initially populated with some seed URLs. The crawl controller picks up the seeds from thi

Re: HBase Sample Schemas

2008-03-27 Thread Edward J. Yoon
I don't think this is a good example. Find the the difference between the two physical schemas for same logical data modeling of relational database using an relationship tables on RDBMS and a list of column qualifiers on BigTable. On Fri, Mar 28, 2008 at 2:28 PM, Goel, Ankur <[EMAIL PROTECTED]>

RE: HBase Sample Schemas

2008-03-27 Thread Goel, Ankur
EMAIL PROTECTED] Sent: Friday, March 28, 2008 11:48 AM To: hbase-user@hadoop.apache.org Subject: Re: HBase Sample Schemas I don't think this is a good example. Find the the difference between the two physical schemas for same logical data modeling of relational database using an relationship

RE: HBase Sample Schemas

2008-03-27 Thread Goel, Ankur
> by adding a column. Sorry, I meant colon ":" -Original Message- From: Goel, Ankur [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2008 12:01 PM To: hbase-user@hadoop.apache.org Subject: RE: HBase Sample Schemas The tables below are RDBMS tables with column

Re: HBase Sample Schemas

2008-03-28 Thread Jim R. Wilson
kur [mailto:[EMAIL PROTECTED] > Sent: Friday, March 28, 2008 12:01 PM > To: hbase-user@hadoop.apache.org > > > Subject: RE: HBase Sample Schemas > > The tables below are RDBMS tables with column names simply converted to > column families by adding a column. > I'

Re: HBase Sample Schemas

2008-03-28 Thread Bryan Duxbury
8 12:01 PM To: hbase-user@hadoop.apache.org Subject: RE: HBase Sample Schemas The tables below are RDBMS tables with column names simply converted to column families by adding a column. I'd like to share ideas on how best these tables can be modified (or merged ??) to take adva

Re: HBase Sample Schemas

2008-03-28 Thread Jim R. Wilson
; > <[EMAIL PROTECTED]> wrote: > >> > >>> by adding a column. > >> Sorry, I meant colon ":" > >> > >> > >> -Original Message- > >> From: Goel, Ankur [mailto:[EMAIL PROTECTED] > >> Sen