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

Load-CDK: Object-Storage: WriteOp override for cloud perf experiments #55810

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johnny-schmidt
Copy link
Contributor

What

I used this to do cloud experiments to work out S3 max theoretical speed given subtle differences in approach. (This is also good for colocality experiments.)

The interface is very bare-bones, it's designed so that you can quickly hack it into any destination that uses the ObjectLoader interface with minimal changes, and also easily wire the knobs to your spec for testing.

@johnny-schmidt johnny-schmidt requested a review from a team as a code owner March 17, 2025 23:16
Copy link

vercel bot commented Mar 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 18, 2025 4:11pm

@johnny-schmidt johnny-schmidt force-pushed the jschmidt/load-cdk/object-storage-prod-perf-test branch from e1d54ad to 7d10112 Compare March 18, 2025 16:05
* approaches.)
*/
interface ObjectStorageMaxSpeedPerformanceTesterOverrideConfig {
val approach: String // "one_object_per_worker" or "distributed_parts"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use constants here?
or an enum?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FINE

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.

3 participants