Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Optimize window deletion #707

Closed
wants to merge 9 commits into from
Closed

Conversation

gwaramadze
Copy link
Contributor

@gwaramadze gwaramadze commented Jan 14, 2025

Optimizations around deleting windows that eliminate the need to deserialize the window key before deletion.

  1. WindowedRocksDBPartitionTransaction.delete_window has been removed because it depended on deserialized input parameters. Deleting windows will now be handled by a lower-level PartitionTransaction._delete_bytes method.
  2. WindowedRocksDBPartitionTransaction.delete_windows internally will not use get_windows but a lower-level _get_items method which returns serialized keys.
  3. WindowedRocksDBPartitionTransaction.expire_windows no longer handles deleting windows. It has been ultimately delegated to the outer scope, specifically the process_window method.

@gwaramadze gwaramadze added feature New feature or request draft Work in progress - no need to review yet labels Jan 14, 2025
@gwaramadze gwaramadze force-pushed the fix/optimize-window-deletion branch 2 times, most recently from 006c5b9 to 02e8fc7 Compare January 17, 2025 13:35
Base automatically changed from feature/collections to main January 17, 2025 14:42
@gwaramadze gwaramadze force-pushed the fix/optimize-window-deletion branch from 02e8fc7 to 1504321 Compare January 17, 2025 17:13
@gwaramadze gwaramadze marked this pull request as ready for review January 17, 2025 17:27
ghost
ghost previously approved these changes Jan 21, 2025
@gwaramadze gwaramadze force-pushed the fix/optimize-window-deletion branch from f7971de to c29822c Compare January 21, 2025 12:08
@gwaramadze gwaramadze removed the draft Work in progress - no need to review yet label Jan 21, 2025
@gwaramadze gwaramadze force-pushed the fix/optimize-window-deletion branch from 6f69395 to 364dc2b Compare January 21, 2025 12:44
@gwaramadze gwaramadze force-pushed the fix/optimize-window-deletion branch from 364dc2b to 39adfe1 Compare January 21, 2025 12:46
@gwaramadze gwaramadze closed this Jan 21, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant