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

No longer encrypt the quote column #40

Merged
merged 1 commit into from
Nov 24, 2024
Merged

No longer encrypt the quote column #40

merged 1 commit into from
Nov 24, 2024

Conversation

AlecM33
Copy link
Owner

@AlecM33 AlecM33 commented Nov 24, 2024

Encrypting this column doesn't provide any value. The data is not sensitive, and the database is only accessed by the bot and myself. As the database and the number of severs using the bot grows, I'd like to sidestep any possible performance issues due to the overhead of encrypting/decrypting the column and the inability to index the column.

@AlecM33 AlecM33 merged commit b2fdf8c into main Nov 24, 2024
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

Successfully merging this pull request may close these issues.

1 participant