[no subject]

2015-11-30 Thread Jay Reddy

Re: UUID question

2015-11-23 Thread Jay Reddy
Jay. Now this is great while creating the user. How does the user > change the details? let's say email id or password? How do you lookup the > user table? > > > On Mon, Nov 23, 2015 at 4:14 PM, Jay Reddy wrote: > >> Here is one use case .. >> >> We are

Re: UUID question

2015-11-23 Thread Jay Reddy
Here is one use case .. We are designing a web application using Cassandra. When a user signs on we create user info in user table with userid (uuid) is primary and is responded back to UI. UI uses this UUID for any future communications. UI can also get user id when searched for an user detail