Re: [google-appengine] Any advice on recommended DataStore equivalent to these type(s) of table?

2011-02-02 Thread Robert Kluin
Hi Loren, Think about how you will be querying and presenting / reporting on the information, that will help you structure your data. If you be frequently displaying a large report listing or querying all plant names and their UOM + pricing information, you might want to denormalize the data (ie

[google-appengine] Any advice on recommended DataStore equivalent to these type(s) of table?

2011-02-01 Thread Loren
Hello, I'm transitioning an existing PHP + MySql web application over to python GAE. It's essentially an inventory management application for a plant nursery. The relevant mysql tables are basically: Plant: plant_idint(8) PRIMARY KEY autoincrement unsigned sci_name