> > I got simple question I think. > > I plan to have 5000-10000 article records. > > I wonder what is faster: > > store every article within one topic and filter > > with one field or store it within many subtopics? > > I guess every querry will force check every article > > in article table. > > One consideration: if you are using nadmin, how do you want to open a > topic which contains 10000 articles? :)
That's why I do not like nadmin and try not to use it. If midgard is only some admin interface I will stop to use it. Midgard is set of functions, not admin interface. I asked about midgard functions regarding to mysql querries. BTW If You use nadmin and want to see article within one topic You force mysql to fecth all records and than get only these ones which suits to Your ask. Am I wrong? I mean if there is any difference between getting records with id as a filter , or any other field. And what is the main midgard functions idea to speed up my querries. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
