Re: Modeling contact list, plain table or List

2016-01-09 Thread Isaac P .
ries to return slices of the clustering key values, which is not so easy if they are all just a single list column. -- Jack Krupansky On Fri, Jan 8, 2016 at 6:31 PM, Isaac P. mailto:i...@hotmail.com>> wrote: Hi everyone What would perform better while modeling a simple user contact list th

Modeling contact list, plain table or List

2016-01-08 Thread Isaac P .
Hi everyone What would perform better while modeling a simple user contact list that will be used mainly to select the recipients for/from/to messages ? a) Individual rows to each (user, contact) pair so a select would fetch all the rows to retrieve all the contacts from a given user. or b)