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

Analysis and then Database write queue #86

Open
y0014984 opened this issue Jun 18, 2019 · 0 comments
Open

Analysis and then Database write queue #86

y0014984 opened this issue Jun 18, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@y0014984
Copy link
Owner

To reduce the excessive write operations, I should use a write queue which writes only 5 values per second for example. The queue is filled in the updateStatistics section. If the key is not in the write Queue then it is appended. If the key is in queue only the value ist updated.

The needed informations for the queue are: [_playerUid, _eventId, _key, _value]

Before starting the should be a test if writing is really the problem or something else.

@y0014984 y0014984 added the enhancement New feature or request label Jun 18, 2019
@y0014984 y0014984 added this to the PPS v0.4.2 milestone Jun 18, 2019
@y0014984 y0014984 self-assigned this Jun 18, 2019
@y0014984 y0014984 modified the milestones: PPS v0.4.2, PPS v0.8.15 Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant