Sure, if your list fits, or you can shard it, you can use memcahce store it.

Is the user list for each tenant on one entity or stored as separate
entities?  If it is on separate entities you will (almost) have to
'cache' that somehow.  Querying for a few hundred  records in every
request would be a huge performance penalty.


Robert







On Sun, Jan 2, 2011 at 02:37, Sarfaraz <[email protected]> wrote:
> hello everyone,
>
> I have a multi tenant application where each tenant can create their own
> user accounts.
> which can range between 1 to 500 Users.
>
> The list of users is required as a dropdown in almostĀ  80 % of the
> application (8 out of 10 pages)
>
> Can I store this list in the Memcache ? Or I should get the users when ever
> required.
>
> Please suggest.
>
> Regards
> Sarfaraz
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to