Re: schema for multiple shops carts

2010-08-30 Thread Norman Khine
thanks sean, On Mon, Aug 30, 2010 at 2:18 PM, Sean Cribbs wrote: > Norman, > > First, you will likely run into problems if you store every cart in the same > object as the store, for example, if multiple people try to update their > carts at the same time.  I would store each cart individually,

Re: schema for multiple shops carts

2010-08-30 Thread Sean Cribbs
Norman, First, you will likely run into problems if you store every cart in the same object as the store, for example, if multiple people try to update their carts at the same time. I would store each cart individually, and link them back to the store or keep them in a bucket named for the sto