Uploaded image for project: 'Ranger'
  1. Ranger
  2. RANGER-3051

page /reports/audit/admin is too slow

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.0.0, 2.1.0, 2.2.0
    • None
    • Ranger
    • None

    Description

      We have millions rows in table x_trx_log, It task me about 1 minute to open this page

      The following optimization can solve this problem:

      1.Add a column to table x_trx_logto distinguish whether it is the first log

      2.  Table building statement of view vx_trx_log change to be like  ..... where (`x_trx_log`.`first` = 1)

      Attachments

        Activity

          People

            fengxianjing fengxianjing
            fengxianjing fengxianjing
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: