21 Nov
2005
21 Nov
'05
7:42 a.m.
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));