Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-510

MySQL database driver needs to periodically analyze and optimize

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • ManifoldCF 1.0
    • Framework core
    • None

    Description

      MySQL also accumulates bad statistics and dead tuples, much like PostgreSQL. It therefore needs logic in place which re-analyzes the stats and cleans out the dead tuples. The MySQL commands that do this are:

      ANALYZE <table>
      OPTIMIZE <table>

      No idea how often this needs to be done yet.

      Attachments

        Activity

          People

            kwright@metacarta.com Karl Wright
            kwright@metacarta.com Karl Wright
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: