Hi,
I am writing a multi-tenant application using appengine namespaces. We need
a separate index per tenant for searching employees (to avoid the 10GB
limit of a search index). If I create a search index "employees" (in golang
search.Open("employees") ) and index the following docs (using golang api
search.Put(ctx, id, doc) )
1. doc1 from tenant 1 with namespace "abc" and
2. doc2 from tenant 2 with namespace "xyz".
do these docs go into a single index or two different indexes in two
different namespaces? I want to make sure that I am not hitting the 10GB
limit.
thanks,
dhanunjay
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/b6abbc35-72f5-4593-9f85-ac8c460dfdf7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.