Case Study II . Social Game

In this section we look at some typical queries that are needed for a social game applicaton. Let’s imagine that we are building a game called jungleville that uses the following three buckets:

SELECT * FROM jungleville_inbox LIMIT 1

Try also running the following queries to examine the content of a user profile and stats blob:

SELECT * FROM jungleville LIMIT 1
SELECT * FROM jungleville_stats LIMIT 1