Data Modelling Advice for Blog Tagging system on Google App Engine

前端 未结 4 903
别跟我提以往
别跟我提以往 2020-12-24 00:01

Am wondering if anyone might provide some conceptual advice on an efficient way to build a data model to accomplish the simple system described below. Am somewhat new to th

4条回答
  •  失恋的感觉
    2020-12-24 00:16

    Many-to-many sounds reasonable. Perhaps you should try it first to see if it is actually expensive.

    Good thing about G.A.E. is that it will tell you when you are using too many cycles. Profiling for free!

提交回复
热议问题