Open andreievg opened 4 months ago
Triage, just taking off the needs triage, and will wait when we have time to refine. Keeping issue open so that we have a place to add other database areas that may need to be performance tested
Refinement: using this issue as an epic to cover db performance issues
This issue is place to list any performance concerns for the databases. This way we can be targeted with testing, set appropriate benchmarks, etc..
Inserts on sync buffer may become slow because it's indexed and growing (especially on central server)
[Inserts on change log may becomes slow] because indexed and growing (even more so the sync buffer)
Locking change log -> for central server when dealing with lots of simultaneous sync requests (updates and queries)
4462
Deduping changelogs ?
Add more here..
Needs discussion about how we conduct tests to validate theses concerns