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

feat(#major); friend-tech; subgraph optimizations #2489

Merged
merged 2 commits into from
Feb 26, 2024

Conversation

dhruv-chauhan
Copy link
Collaborator

  • Huge arrays in friend-tech-base deployment causing issues for other subgraphs in the shard.
  • These arrays were primarily defined to link Trade directly to Account entity and vice-versa. However, this can also be accessed using through a mapping table - Connection.
    Other arrays are either defined as derivedFrom fields or their lengths are bound by input tokens length.
  • Test deployment: https://thegraph.com/studio/subgraph/friend-tech-base/
    (Getting some graph-node error when trying to deploy on hosted service, checking with graph team and update)

@dhruv-chauhan dhruv-chauhan linked an issue Feb 20, 2024 that may be closed by this pull request
@dhruv-chauhan dhruv-chauhan merged commit 31a7570 into messari:master Feb 26, 2024
4 checks passed
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.

#feat; refactor large arrays friend tech base
2 participants