EasyVector / Issue-Feedback-Repo

0 stars 0 forks source link

Reimplement/optimize doc expiration #19

Open EasyVector opened 4 years ago

EasyVector commented 4 years ago

Expiration was implemented in the CBForest days using only key/value APIs, so it's inefficient. It uses a separate KeyStore with a record for every doc that has an expiration date, and scans through that. What we can do now is add an expiration column to the SQLite table, and use SQL queries to find and purge expired docs. This will be much faster and use less code too.

issue-mula-labeler[bot] commented 4 years ago

MULA Label Bot automatically applied the label enhancement to this issue, with a confidence of 1.00. Please mark this comment with :thumbsup: or :thumbsdown: to send your feedback!

issue-mula-labeler[bot] commented 4 years ago

MULA Label Bot automatically applied the label database to this issue, with a confidence of 1.00. Please mark this comment with :thumbsup: or :thumbsdown: to send your feedback!

issue-mula-labeler[bot] commented 4 years ago

MULA Label Bot automatically applied the label document to this issue, with a confidence of 1.00. Please mark this comment with :thumbsup: or :thumbsdown: to send your feedback!

issue-mula-labeler[bot] commented 4 years ago

MULA Label Bot automatically applied the label performance to this issue, with a confidence of 1.00. Please mark this comment with :thumbsup: or :thumbsdown: to send your feedback!

issue-mula-labeler[bot] commented 4 years ago

MULA Label Bot is not confident enough to apply the label server to this issue, with a confidence of 0.03..

issue-mula-labeler[bot] commented 4 years ago

MULA Label Bot is not confident enough to apply the label question to this issue, with a confidence of 0.01..

issue-mula-labeler[bot] commented 4 years ago

MULA Label Bot is not confident enough to apply the label client to this issue, with a confidence of 0.00..

issue-mula-labeler[bot] commented 4 years ago

MULA Label Bot is not confident enough to apply the label bug to this issue, with a confidence of 0.00..

issue-mula-labeler[bot] commented 4 years ago

MULA Label Bot is not confident enough to apply the label design to this issue, with a confidence of 0.00..

issue-mula-labeler[bot] commented 4 years ago

MULA Label Bot is not confident enough to apply the label security to this issue, with a confidence of 0.00..

issue-mula-labeler[bot] commented 4 years ago

MULA Label Bot is not confident enough to apply the label ui to this issue, with a confidence of 0.00..