Something is wrong here - it should not generate multiple indices per tag, regardless of the length of the list. (The query won't work if the length is greater than 30, but that's a different problem.)
see Ryan's message in http://groups.google.com/group/google-appengine/browse_thread/thread/1285c272c0e1b62a That time, the problem turned out to be some user error, but I didn't see an explanation. On Apr 3, 8:58 am, 秦锋 <[email protected]> wrote: > Alkis: > I re-check my code and found if I use list property in gql like > following: > > WHERE tags = :1, inputTags (it's a list) > > If there are 3 tag in inputTags, index will be: > > name:tag > name:tag > name:tag > > Does this cost huge space? > > But it's really cool for multi-tags searching in app! > > On 4月3日, 下午8时50分, Alkis Evlogimenos ('Αλκης Ευλογημένος) > > > > <[email protected]> wrote: > > What do your models look like? > > > On Fri, Apr 3, 2009 at 2:00 PM, 秦锋 <[email protected]> wrote: > > > > My App: cndata4u.appspot.com > > > Now I have imported about 2500 records there, and with only THREE > > > entities. But I have found that these data have occurred 20% data > > > store, about 200M! > > > My original CSV files have only 308K! > > > > Any idea? > > > -- > > > Alkis- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
