Uploaded image for project: 'Olio'
  1. Olio
  2. OLIO-150

tag index missing from SOCIALEVENTTAG table

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.3
    • java-app
    • None
    • Suse Linux Enterprise 11
      Glassfish 2.1
      Mysql 5.0

    Description

      The SOCIALEVETTAG table needs an index for the tag row. It is missing from the Java schema, but it is in the PHP schema. Not sure about Rails

      This causes heavy load on mysql with many SOCIALEVENTTAG table scans.

      Need to add the following to the schema.sql (copied from PHP schema.sql):

      CREATE INDEX SOCIALEVENTTAG_TAG on SOCIALEVENTTAG (tag);

      Attachments

        Activity

          People

            shanti Shanti Subramanyam
            jzubb James Zubb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: