Skip to content

Store aggregate in database instead of individual events#2

Merged
QazCetelic merged 3 commits intomainfrom
feature/store-aggregate
Jan 31, 2025
Merged

Store aggregate in database instead of individual events#2
QazCetelic merged 3 commits intomainfrom
feature/store-aggregate

Conversation

@QazCetelic
Copy link
Owner

@QazCetelic QazCetelic commented Jan 31, 2025

When testing it myself, the database quickly grew to thousands of rows. I added exclusions to solve this but realized this is not the best solution because it requires manually adding exclusions for many executables / directories. By only storing one row for each pair of files and executables with some aggregate information (time added, time changed, total count) all required information is stored with a minimal amount of data.

@QazCetelic QazCetelic added the enhancement New feature or request label Jan 31, 2025
@QazCetelic QazCetelic self-assigned this Jan 31, 2025
@QazCetelic QazCetelic merged commit 34ede99 into main Jan 31, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant