I have large size users and grouped with some names like Group-A, Group-B etc. Group created dynamically. Now I'm serving the stock data simple to all users. Now I need to serve data to users based on their group. From client, I can send user group name to server after user logged in. I have to process base data and calculate differences in stock rates based on groups and send final result to respected groups.