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

[GCP] Dedup storage experiment #363

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

AlCutter
Copy link
Collaborator

@AlCutter AlCutter commented Dec 3, 2024

This PR adds an experimental GCP deduplication storage and allows the GCP conformance binary to optionally enable it.

It matches the InMemoryDedupe in its "decorator" approach.

I needed to change the implementation of InMemoryDedupe to not have it globally lock for every entry which came in - that doesn't compose well with lower layers which block.

@roger2hk roger2hk changed the title [GCP Dedup storage experiment [GCP] Dedup storage experiment Dec 3, 2024
@AlCutter AlCutter force-pushed the gcp_dedup_test branch 3 times, most recently from 8eade50 to 8ba8b4d Compare December 3, 2024 19:06
@AlCutter AlCutter marked this pull request as ready for review December 3, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants