Depending on your use case, GAE for business might be of interest: http://code.google.com/appengine/business/
That will support an SQL database. On Nov 28, 4:56 am, smitts <[email protected]> wrote: > I'm considering using GAE to host a relatively large (10 Million+ > rows, possibly larger) database. Data from this database is then > retrieved using filter criteria on multiple columns of the table and > displayed to the user. Typically the criteria is (column a < 50) && > (10 < column b < 1000) && (column c == true), which has been > relatively database intensive on a traditional LAMP. > > Does anyone have experience running a similar setup? Most of what I > have seen GAE used for is much less database intensive. Could it > work? Should I expect faster or slower responses from the LAMP? > > Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
