Hey Rajesh,

Only somebody intimately familiar with both your code-base and the problems 
you want to solve, and the future directions you might want to move (adding 
functionality) could give an answer which is appropriately concrete. 
However I can give general advice in line with the general nature of the 
question. You can look at ways to restructure your data, or determine which 
indexes may not be needed by running analysis of how often different 
indexes are used. You could also potentially file a Public Issue Tracker 
request with many details if you absolutely need to have more indexes 
without restructuring, but it's usually possible to restructure.

Here are some articles which might help you to make some concrete decisions:


   - How Entities and Indexes are Stored 
   <https://cloud.google.com/appengine/articles/storage_breakdown>
   - Modeling Entity Relationships 
   <https://cloud.google.com/appengine/articles/modeling>
   - Index Selection and Advanced Search 
   <https://cloud.google.com/appengine/articles/indexselection>
   
   
Best wishes,

Nick
Cloud Platform Community Support

On Thursday, March 17, 2016 at 8:03:05 AM UTC-4, Rajesh Gupta wrote:
>
> Hi,
> We are using java appengine.  We have already using 160 indexes.  
>
> We plan to expand further with more functionality, but we will hit the 200 
> index limit.  
> Our current architecture is servlets/jsp, with several GWT modules.
>
> What are my architecture options to add more functionality, with out 
> hitting the 200 index limit.  
> Can I use another new appid, and do the remote-api from the serverside 
> java code?  
>
> Rajesh
> *www.VeersoftSolutions.com <http://www.VeersoftSolutions.com>*
> *www.AccountingGuru.net <http://www.AccountingGuru.net>*
> *Accounting/Inventory/Orders on Google Cloud Platform and Mobile*
>
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/7a1989ed-4f07-4861-a1ab-91152a8b60fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to