[development] One core, many distributions

Vernon Mauery vernon-drupal at mauery.com
Mon Nov 21 16:00:09 UTC 2005


Moshe Weitzman wrote:
>> 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));

But then you make title a unique field...

> 
> 



More information about the development mailing list