apps. Got it.
On Apr 11, 3:25 pm, "Brett Morgan" <
brett.mor...@gmail.com> wrote:
> But that is what DataStore is designed for. It is a distributed data
> store designed for scale. DataStore will replicate out your data as
> required by usage. The more often you request a data item, the more
> copies there will be of it across the cluster. This is how google file
> system works, and thus this flows up the stack through bigtable and
> into datastore.
>
> So yes, pre-render your content pages on update, and cache them in
> DataStore such that page renders are just retrieving the content and
> displaying it. The back end infrastructure will do the right thing.
>