Open murali-shris opened 2 months ago
Complete some of the changes on server to skip delete entries. While writing tests encountered a bug in _acceptKey in commit log keystore. https://github.com/atsign-foundation/at_server/pull/2115 Will fix the bug and then resume work on this feature
Server changes: https://github.com/atsign-foundation/at_server/issues/2097 Client changes: https://github.com/atsign-foundation/at_client_sdk/tree/sync_skip_deletes End2End testing in progress.Once successful, will run performance tests. Server PR to be merged first once performance results are good
Implemented skipUntil changes and extensive unit tests on server https://github.com/atsign-foundation/at_server/pull/2131 Changes in at_client in progress
https://github.com/atsign-foundation/at_client_sdk/pull/1432 At client changes complete.Will re-open PR once benchmarking tests are complete and server changes are merged Performance bench marking in progress https://docs.google.com/spreadsheets/d/1Mc4GFe2-xZ4CZImBa3xWiAufq7PaOm42c3pItTYSPXQ/edit?gid=0#gid=0
Is your feature request related to a problem? Please describe.
https://github.com/atsign-foundation/at_server/issues/2066 "Excessive Syncing of Deleted Keys: New clients must sync all keys, including numerous deletions, leading to significant time and space inefficiencies."
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
No response