Tagged Questions
4
votes
2answers
491 views
What changes do I need for my tables to work on AppEngine's BigTable?
Let's say I have a booking database consisting of users:
user_id
fname
lname
and their tickets
ticket_id
user_id
flight_no
and associated flights
flight_no
airline
departure_time
arrival_time
...