Skip to content

Strange EJBCA-CE behaivor #698

Answered by aloeenmae
aloeenmae asked this question in Q&A
Oct 28, 2024 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

@primetomas, thank you very much! Indeed, at least one index was missing.

-- Index to ensure CRL generation is not slowed down when looking for the next CRL Number, even of you have hundreds of thousands of old CRLs in the DB
CREATE INDEX crldata_idx5 ON CRLData(cRLNumber, issuerDN, crlPartitionIndex);
CREATE UNIQUE INDEX crldata_idx6 ON CRLData(issuerDN, crlPartitionIndex, deltaCRLIndicator, cRLNumber);

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@primetomas
Comment options

@aloeenmae
Comment options

@primetomas
Comment options

@aloeenmae
Comment options

Answer selected by aloeenmae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants