Replies: 1 comment 1 reply
-
Hello @TFWIsaac, Thanks for your suggestion. Seems like the performance issues are not caused by snowflakes, but because I set the Can you make this modification and confirm that you're having the same performance issues? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i would like to make a suggestion:
Use the AI id instead of the discord users id and store the discord users id in a ceratin field. You may ask now why?
Its maybe simple. I am using the laravel-debug-bar, so i can see every query wich was performed. So i have noticed that with a quite longer Discord-users-id a query take significant longer as a query with a "normal ID" (like 1, 253, 14521).
So in my case, my discord id is up to 19 digits. I assume that this can cause some perfomance problems in the future...
In the next days, i will setup two new fresh installations. Then i can show some examples.
Beta Was this translation helpful? Give feedback.
All reactions