- 🇦🇺Australia acbramley
We need a title and IS update here about exactly what we're proposing to change.
'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.
Postponed: needs info
11.0 🔥
node system
It affects performance. It is often combined with the Needs profiling tag.
Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
We need a title and IS update here about exactly what we're proposing to change.