[development] One core, many distributions
Moshe Weitzman
weitzman at tejasa.com
Mon Nov 21 06:42:21 UTC 2005
> See, my problem with pathauto is not the auto-generation, it's that putting 1
> million entries into the path_alias table is going to kill your system. Of
> course at that point, the numbers make more sense anyway (or some other
> numeric format, like issue # and then article # for a magazine, but still
> numeric).
>
> Really, though, I'm trying to avoid thinking of new and cool things for Drupal
> until after 4.7 ships. :-)
who says that they all need to go into a table? it is plausible to use an
url strategy like article/mytitle. when drupal receives that request, it
does a node_load(array('title' => mytitle));
More information about the development
mailing list