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.
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.