By djalloway on
I currently have a flat Taxonomy Vocabulary with over 43,000 terms.
A vocabulary this size has rendered Drupal nonoperational everywhere were this Taxonomy is referenced.
I've taken a look at the Drupal LeftandRight module, but this does not work for my flat vocabulary.
It seems that the SQL Join, PHP array_merge and the recursion function in taxonomy_get_tree are all culprits here.
Any thoughts on how I can get around this?
Comments
Same here
I have experienced similar issues with large taxonomies, I am trying to look at ways round, but it may involve some patches to core.