app engine摘录一

在可扩展的Web应用中,数据存储与访问是复杂的问题。用户可能与多个服务器交互,而请求可能被路由到不同的服务器。AppEngine通过其基础设施简化了这一过程,提供了数据分布、复制和负载均衡的解决方案,并附带强大的查询引擎和事务处理能力。由于其数据存储不是传统的关系型数据库,查询不使用SQL,而是采用类似SQL的GQL语言。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Storing data in a scalable web application can be tricky. A user could be interacting with any of dozens of web servers at a given time, and the user's next request could go to a different web server than the one that handled the previous request. All web servers need to be interacting with data that is also spread out across dozens of machines, possibly in different locations around the world.

Thanks to Google App Engine, you don't have to worry about any of that. App Engine's infrastructure takes care of all of the distribution, replication and load balancing of data behind a simple API—and you get a powerful query engine and transactions as well.



The App Engine datastore has a sophisticated query engine for data models. Because the App Engine datastore is not a traditional relational database, queries are not specified using SQL. Instead, you can prepare queries using a SQL-like query language we call GQL. GQL provides access to the App Engine datastore query engine's features using a familiar syntax.

转载于:https://www.cnblogs.com/perfectdesign/archive/2008/06/29/1232065.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值