VirtualBox

Changeset 61457 in vbox for trunk


Ignore:
Timestamp:
Jun 3, 2016 11:27:04 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107784
Message:

testmanager/db: Create index on TestResultValues(idTestSet, tsCreated) for the log viewer and others.

Location:
trunk/src/VBox/ValidationKit/testmanager/db
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/db/TestManagerDatabaseInit.pgsql

    r61407 r61457  
    13731373-- The TestResultValuesGraphIdx is for speeding up the result graph & reporting code.
    13741374CREATE INDEX TestResultValuesGraphIdx ON TestResultValues(idStrName, tsCreated);
     1375-- The TestResultValuesLogIdx is for speeding up the log viewer.
     1376CREATE INDEX TestResultValuesLogIdx ON TestResultValues(idTestSet, tsCreated);
    13751377
    13761378
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette