jerobi / gaeblog

Simple blog engine for Google App Engine
Apache License 2.0
0 stars 0 forks source link

Add counts for tags and categories and authors #12

Open jerobi opened 8 years ago

jerobi commented 8 years ago

Currently it is possible to count the number of tags / categories / authors in order to understand volume. However, this process would cost considerable query volume. Denormalize post counts into tags / categories / authors. Calculate these counts when a new post is saved.

jerobi commented 8 years ago

commit 3294fa6 incorrectly referenced this issue