Commit Graph

1 Commits

Author SHA1 Message Date
Aaron Gable 23f5724233
Drop unused index from issuedNames table (#5290)
Drop the reversedName_renewal_notBefore_Idx from the issuedNames table.
This index was added to facilitate rate limit queries, but we now use
the certificatesPerName table for rate limits instead.

Keep the reversedName_notBefore_Idx in place, as it is still useful for
gathering stats on how many hostnames have active certificates.

Fixes #3180
2021-02-18 08:55:39 -08:00