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

When possible, only update AI DB on new data #35

Open
TheDiscordian opened this issue Jul 20, 2023 · 3 comments
Open

When possible, only update AI DB on new data #35

TheDiscordian opened this issue Jul 20, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@TheDiscordian
Copy link
Owner

Currently, when the qa plugin loads, it will rebuild the whole DB, including embeds. This can be costly and time consuming. Instead, it should do as much as possible to:

  1. Find what needs to be (re)downloaded
  2. Only generate embeds for new data, removing old data if necessary

Point 2 is the most important.

@TheDiscordian TheDiscordian added the enhancement New feature or request label Jul 20, 2023
@TheDiscordian TheDiscordian pinned this issue Jul 20, 2023
TheDiscordian added a commit that referenced this issue Jul 25, 2023
…ly. Added option to not update dbs every load until #35 is complete. Added basic stat tracking functionality for QA plugin (WIP, still needs #34 at the very least).
@tippi-fifestarr
Copy link

And can we by default make it "expert" on itself?

@TheDiscordian
Copy link
Owner Author

@tippi-fifestarr Dietrich has also mentioned such a feature. I think this is a good idea, but should exist in another issue.

@TheDiscordian
Copy link
Owner Author

Point 2 is implemented using the new mission control plugin, it's now trivial to remove old information. Point 1 still needs some techniques.

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

No branches or pull requests

2 participants