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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to