add an intermediate buffer between the game/server and the database.
The goal behind this intermediate buffer is to write to db in bulk instead of spaming the db with queries each time the user registers an input.
The goal behind this intermediate buffer is to write to db in bulk instead of spaming the db with queries each time the user registers an input.