Actions
Idea #9310
closed[Workbench?] Can't view Collections when Logs table is too large
Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
05/27/2016
Due date:
Story points:
-
Description
Via Josh Randall, when the Logs table is too large, trying to view any individual Collection in Workbench fails. Workbench's API request to search logs times out.
Presumably this happens as Workbench tries to load recent log entries about the collection for the "Recent Activity" pane. This query should be fast in principle: it's ordered, very limited (3 results), and searches on a column that can be simply indexed. It may be that the best solution is just to add an index for that column in the API server, if we don't have one already.
Actions