https://bugzilla.wikimedia.org/show_bug.cgi?id=14369
--- Comment #9 from Aryeh Gregor <[EMAIL PROTECTED]> 2008-11-25 23:26:05 UTC --- (In reply to comment #8) > That's be the best possible solution, yes. However, doing the lookup for the > talk page of every subpage might be expensive. No, no more expensive than checking whether the subpages themselves exist. Same query, just in the talk namespace instead of the non-talk one. Searches for pages in a given namespace with a given title prefix are very fast, about as fast (if limited to one result) as looking up a title by its name directly. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
