Reduce the number of indexes on the node_field_* tables

Created on 8 June 2013, almost 12 years ago
Updated 20 March 2025, 17 days ago
    'indexes' => array(
      'node_changed' => array('changed'),
      'node_created' => array('created'),
      'node_default_langcode' => array('default_langcode'),
      'node_langcode' => array('langcode'),
      'node_frontpage' => array('promote', 'status', 'sticky', 'created'),
      'node_status_type' => array('status', 'type', 'nid'),
      'node_title_type' => array('title', array('type', 4)),
      'node_type' => array(array('type', 4)),
      'nid' => array('nid'),
      'vid' => array('vid'),
      'uid' => array('uid'),
    ),

That's too much. Indexes have a cost, inserts and updates get slower. Some of them are useless, like the separate index on nid, indexes also always work on parts of them. Others are unnecessary or inefficent or can be combined.

📌 Task
Status

Postponed: needs info

Version

11.0 🔥

Component

node system

Created by

🇨🇭Switzerland berdir Switzerland

Live updates comments and jobs are added and updated live.
  • Performance

    It affects performance. It is often combined with the Needs profiling tag.

  • Needs issue summary update

    Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024