Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-31899

Add mongodb index on ecm:mixinTypes

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2023.0, 2021.39
    • Component/s: Core MongoDB
    • Release Notes Summary:
      New MongoDB index on ecm:mixinTypes
    • Release Notes Description:
      Hide

      For MongoDB backend, create the index manually:

      db.default.createIndex(
         { "ecm:mixinTypes": 1 }
      );
      

      Otherwise, the nuxeo server will attempt to create this index if not present at start-up. In the case of an existing instance with large amounts of documents, this process may time out and/or affect performance.

      Show
      For MongoDB backend, create the index manually: db. default .createIndex( { "ecm:mixinTypes" : 1 } ); Otherwise, the nuxeo server will attempt to create this index if not present at start-up. In the case of an existing instance with large amounts of documents, this process may time out and/or affect performance.
    • Tags:
    • Team:
      PLATFORM
    • Sprint:
      nxplatform #89
    • Story Points:
      1

      Description

      We don't have it by default.

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: