Details
Priority
CriticalAffects versions
Components
Assignee
Earle NietzelEarle NietzelReporter
Mark TriggsMark TriggsLabels
Environment
Oracle
Details
Details
Priority
Affects versions
Components
Assignee
Earle Nietzel
Earle NietzelReporter
Mark Triggs
Mark TriggsLabels
Environment
Oracle
Created November 11, 2018 at 10:11 PM
Updated September 23, 2024 at 8:20 PM
Hi there,
While looking at the Assignments tool in 12.4 (with NYU's post-conversion data set), I noticed that loading the tool was very slow. It's taking several minutes to load the list of assignments for a site.
The stack trace shows my request thread sitting in AssignmentRepositoryImpl.countAssignmentSubmissions, which should be a fairly simple query. Running it directly against the DB like this:
Shows the same sort of slowness. The EXPLAIN shows it's doing a full table scan; are there some indexes missing here?: