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

indexer: remove diesel async #12297

Merged
merged 2 commits into from
Jun 1, 2023
Merged

Conversation

gegaowp
Copy link
Contributor

@gegaowp gegaowp commented Jun 1, 2023

Description

Diesel async was introduced to optimize indexer throughput but did not see significant improvement, also saw some issues on building like
https://mysten-labs.slack.com/archives/C04FG4Q7YJ3/p1685265857488579

Test Plan

CI

local run to make sure indexer reader & writer can both work.


If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process.

Type of Change (Check all that apply)

  • protocol change
  • user-visible impact
  • breaking change for a client SDKs
  • breaking change for FNs (FN binary must upgrade)
  • breaking change for validators or node operators (must upgrade binaries)
  • breaking change for on-chain data layout
  • necessitate either a data wipe or data migration

Release notes

@gegaowp gegaowp requested a review from patrickkuo June 1, 2023 20:43
@vercel
Copy link

vercel bot commented Jun 1, 2023

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

Name Status Preview Comments Updated (UTC)
offline-signer-helper ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 1, 2023 9:04pm
4 Ignored Deployments
Name Status Preview Comments Updated (UTC)
explorer ⬜️ Ignored (Inspect) Jun 1, 2023 9:04pm
explorer-storybook ⬜️ Ignored (Inspect) Jun 1, 2023 9:04pm
sui-wallet-kit ⬜️ Ignored (Inspect) Jun 1, 2023 9:04pm
wallet-adapter ⬜️ Ignored (Inspect) Jun 1, 2023 9:04pm

crates/sui-indexer/src/apis/indexer_api.rs Outdated Show resolved Hide resolved
crates/sui-indexer/src/lib.rs Outdated Show resolved Hide resolved
@jnaulty
Copy link
Contributor

jnaulty commented Jun 1, 2023

helps resolve #12235

Copy link
Contributor

@jnaulty jnaulty left a comment

Choose a reason for hiding this comment

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

thanks @gegaowp for resolving this sdk build issue!

@gegaowp gegaowp merged commit a290023 into MystenLabs:main Jun 1, 2023
@gegaowp gegaowp deleted the rm-diesel-async branch June 1, 2023 21:51
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.

4 participants