Re: Fast lookups for userId to username and vice versa

2011-11-16 Thread Boris Yen
gt; > > > Thank you, > > Jaydeep > > > > From: Aklin_81 > > To: user > > Sent: Sunday, 13 November 2011 12:32 PM > > Subject: Fast lookups for userId to username and vice versa > > > > I need to create mapping from (s) to (s) which nee

Re: Fast lookups for userId to username and vice versa

2011-11-16 Thread Konstantin Naryshkin
dex meets your requirement. > > Thank you, > Jaydeep > > From: Aklin_81 > To: user > Sent: Sunday, 13 November 2011 12:32 PM > Subject: Fast lookups for userId to username and vice versa > > I need to create mapping from (s) to (s)

Re: Fast lookups for userId to username and vice versa

2011-11-14 Thread chovatia jaydeep
Check if Cassandra secondary index meets your requirement. Thank you, Jaydeep From: Aklin_81 To: user Sent: Sunday, 13 November 2011 12:32 PM Subject: Fast lookups for userId to username and vice versa I need to create mapping from (s) to (s) which need to

Fast lookups for userId to username and vice versa

2011-11-13 Thread Aklin_81
I need to create mapping from (s) to (s) which need to provide for fast lookups service ? Also I need to provide a mapping from to inorder to implement search functionality in my application. What could be a good strategy to implement this ? (I would welcome suggestions to use any new technologi