If you are thinking of using the LIKE statement of MySQL, you should not be having a huge table.
If you have entries in 10000s, it works great. On Aug 7, 12:12 pm, Wooble <[email protected]> wrote: > On Aug 6, 4:08 pm, Hrishikesh Bakshi <[email protected]> > wrote: > > > Basic MySQL Like functionality using Java > > > Step 1: Fetch the whole table > > Doesn't scale; once your "table" is big enough, you're going to start > exceeding the request deadline. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
