Add player pronouns to cache #2

Open
opened 2022-10-24 23:15:31 +02:00 by bea · 0 comments
Owner

Currently, every time we get a pronoun request from PAPI, we run multiple SQL queries to extract data from the database file. It's a local file, so the performance impact is not as big as a remote MySQL server, however, it's very badly optimized. We should create maps to link players to their pronouns in the Cache, so that the database becomes necessary only on server restarts and reloads.

Currently, every time we get a pronoun request from PAPI, we run multiple SQL queries to extract data from the database file. It's a local file, so the performance impact is not as big as a remote MySQL server, however, it's very badly optimized. We should create maps to link players to their pronouns in the Cache, so that the database becomes necessary only on server restarts and reloads.
bea added this to the WIP project 2022-10-24 23:15:31 +02:00
bea added the
enhancement
label 2022-10-24 23:22:23 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SpigotMC/NounsPicker#2
No description provided.