-
Change Request
-
Resolution: Fixed
-
Trivial
-
7.0.0beta3
-
None
-
Prev.Sprint, S24-W24/25, S24-W26/27
-
1
Searching auditlog entries by Recordset ID is a common use-case:
Auditlog table has no index on it:
Indexes: "auditlog_pkey" PRIMARY KEY, btree (auditid) "auditlog_1" btree (userid, clock) "auditlog_2" btree (clock) "auditlog_3" btree (resourcetype, resourceid)
We need to add one to avoid sequential table scan.