Hello Akash, 

Do you refer to a Java web server in App Engine Standard Environment, or 
Flexible? Do you refer to a MySQL server running in Compute Engine? If it's 
Standard or Flexible, you don't have access to the local file system, so 
you cannot store anything. You can't install database instances on your 
file system in an instance of your server in App Engine. To reply to your 
question: the index should not be there, because you cannot write it 
locally in the first place. 

If, by contrast, you refer to a Cloud SQL instance, you don't have to worry 
about storing indexes locally to your Java web server, as the instance is 
not local, but runs on a Compute Engine VM.  

Do you plan to install MySQL on a Compute Engine VM? In that case, the 
index is stored by the VM, so is not local to your Java web server. 

-- 
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/e7fce419-dfad-4a20-acbf-b69f9617ba41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Akash Eldo
    • [google-appen... 'George (Cloud Platform Support)' via Google App Engine

Reply via email to