Without joins on Google App Engine, does your data have to exist in one big table?

后端 未结 4 1086
我寻月下人不归
我寻月下人不归 2021-02-05 18:42

Since Google App Engine doesn\'t permit joins, does this mean that I have to take all of the tables in my web app and figure out a way of combining them into a single huge table

4条回答
  •  故里飘歌
    2021-02-05 19:07

    If you are looking for way's to design the datatable. I'd recommend you do a bit of research before you start the work. There are pretty magical properties for Google App Engine like :

    • Self-merge
    • Multi-valued list property

    That would be very helpful in your design. I've shared my experience here.

    To learn about scale-ability there is an exclusive free course in Udacity here just on the topic. It's taught by the founder of reddit.com and he clearly explains the whole scaling things happening in reddit, one of the sites with the highest number of visitors. He shows the entire course demo implementation in gae (and that was a jackpot for me!). They offer the entire course videos free to download here . I've been toiling hard with app engine before I got these resources. So I thought sharing this might help other who are stepping the foot in waters.

提交回复
热议问题