queries like

DELETE FROM taxonomy_index 
WHERE  (nid = '100006035')

are unindexed and get very slow with a large table.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

marcvangend’s picture

Status: Active » Needs review
FileSize
599 bytes

So we need this?

catch’s picture

Status: Needs review » Reviewed & tested by the community

Yep.

Dries’s picture

Status: Reviewed & tested by the community » Needs work

No upgrade path?

moshe weitzman’s picture

Status: Needs work » Fixed

This is a new table in D7. No HEAD => HEAD update path by convention. Please reopen if I have this wrong.

moshe weitzman’s picture

Status: Fixed » Reviewed & tested by the community

woops. wrong status.

marcvangend’s picture

No, Dries is right. There is no upgrade path between HEAD versions, but the upgrade path from D6 must include this change as well.

marcvangend’s picture

Status: Reviewed & tested by the community » Needs review

needs testing.

moshe weitzman’s picture

Status: Needs review » Reviewed & tested by the community

Ah, OK. thanks for clarifying.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.