Re: table design questions

2008-07-15 Thread ZhaoWei
t;[EMAIL PROTECTED]> Subject: Re: table design questions Date: Mon, 14 Jul 2008 22:47:12 -0400 > Zhao, > > The scanner returns whole families and I added this feature to getRow for > 0.2.0 > > J-D > > On Mon, Jul 14, 2008 at 10:40 PM, ZhaoWei <[EMAIL PROTECTED]> w

Re: table design questions

2008-07-14 Thread Jean-Daniel Cryans
umn family. > > From: "Naama Kraus" <[EMAIL PROTECTED]> > Subject: Re: table design questions > Date: Mon, 14 Jul 2008 20:51:49 +0300 > > > Hi Pavel, > > > > I am thinking there could be another option to add to list: > > > > Maintain a

Re: table design questions

2008-07-14 Thread ZhaoWei
I think it is not easy to get a user's all orders with this schema. There is no API to get all cells of a column family. From: "Naama Kraus" <[EMAIL PROTECTED]> Subject: Re: table design questions Date: Mon, 14 Jul 2008 20:51:49 +0300 > Hi Pavel, > > I am t

Re: table design questions

2008-07-14 Thread Naama Kraus
Hi Pavel, I am thinking there could be another option to add to list: Maintain all orders in users table in a single family named 'orders', each order in a separate column member. For each order, have the order id be the column name (e.g. orders:12345). Cell value will be a serialization of the

Re: table design questions

2008-07-14 Thread Jean-Daniel Cryans
Answers inline. J-D On Mon, Jul 14, 2008 at 12:16 PM, Pavel Lysov <[EMAIL PROTECTED]> wrote: > Hi all, Hey! > > > I found that I can not stop thinking in RDBM way while designing tables for > the application I am working on, so that I need your help. Can you please > take a look at the tables

table design questions

2008-07-14 Thread Pavel Lysov
Hi all, I found that I can not stop thinking in RDBM way while designing tables for the application I am working on, so that I need your help. Can you please take a look at the tables below and advice what approach you think is doable and good enough? There's should be USERS table I think