Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

コミットログのコンパクション処理 #81

Open
totegamma opened this issue Nov 24, 2024 · 0 comments
Open

コミットログのコンパクション処理 #81

totegamma opened this issue Nov 24, 2024 · 0 comments

Comments

@totegamma
Copy link
Owner

最近(どのくらい?)のデータはauditのために残しておくべきだが、過去データのうち無駄なものは削減してよい
ここでいう無駄なものとは、

  • 削除ドキュメントとそれにより削除された該当ドキュメントのログ
  • 更新系ドキュメントにより更新された古いドキュメントのログ
  • isEphemeralフラグが有効になっているオートメーション等によるドキュメントのログ

を指す。

バッチ処理等で、過去のデータを順番に照合し、こういったログをDBから抜く処理がほしい。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant