为Google Cloud AppEngine配置MemSql

时间:2017-12-29 07:23:48

标签: google-app-engine google-cloud-platform memsql app-engine-flexible

在Google Cloud AppEngine上运行MemSql并从同一个实例上运行的dotnet应用程序访问它是否有任何方便的选项?

1 个答案:

答案 0 :(得分:2)

我不熟悉MemSql,但要注意App Engine Flexible实例会定期重启,在此期间磁盘上任何本地保存的数据都会丢失,因此在Flexible上托管数据库不是好的选择。您可能希望使用永久磁盘存储在GCE实例上设置数据库。