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

Translation System caching Logic #41

Open
kevinxdev opened this issue Jun 3, 2023 · 2 comments
Open

Translation System caching Logic #41

kevinxdev opened this issue Jun 3, 2023 · 2 comments

Comments

@kevinxdev
Copy link

  • get Translation entries in time intervals
  • but storing translations in every plugin could cause to much memory usage
  • maybe use an different database storage like redis or any other k/v storage and use the data from there for every server (text files are not an option because if we to many translation entries it could be really really slow access because of missing indexing logic)
  • therefore we need a different service...
@kevinxdev
Copy link
Author

Maybe storing translation entry data on proxy and accessing it from every server could be also an idea

@Feier68
Copy link
Contributor

Feier68 commented Jun 3, 2023

redis ist glaube ich eine gute Idee hab mir das grade angeschaut ez über Java erreichbar

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

2 participants