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

Optimize owned row #3999

Closed
wants to merge 3 commits into from
Closed

Conversation

momobel
Copy link
Contributor

@momobel momobel commented Apr 23, 2024

This PR optimizes owned row caching and is based on changes @weiznich did to cache column names and add required benchmarks.

See weiznich/diesel_async#146 (comment)

Copy link
Member

@weiznich weiznich left a comment

Choose a reason for hiding this comment

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

Thanks for submitting this PR. It looks good beside the minor comment about the target repository for pulling in diesel-async for the benchmark runs.

@@ -75,5 +75,5 @@ codegen-units = 1

[patch.crates-io]
quaint = { git = "https://github.com/prisma/prisma-engines", branch = "main" }
diesel-async = { git = "https://github.com/weiznich/diesel_async", branch = "main" }
diesel-async = { git = "https://github.com/wattsense/diesel_async", branch = "sync_wrapper_use_cache" }
Copy link
Member

Choose a reason for hiding this comment

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

Can we change this back to the original repo + the master branch? I will take care to merge both PR's at the same time to not break the benchmarking.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, I just removed all Cargo.toml changes.

@weiznich
Copy link
Member

weiznich commented May 3, 2024

I just wanted to leave a note here that I have not forgot about this PR. I'm currently working on fixing the CI system issues. I will merge this PR after #4008 landed.

@weiznich weiznich mentioned this pull request May 3, 2024
@Ten0
Copy link
Member

Ten0 commented May 3, 2024

Looks like this was merged in #4009 / 335edd1 - feel free to reopen if I'm mistaken

@Ten0 Ten0 closed this May 3, 2024
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.

None yet

3 participants