Skip to content

Commit

Permalink
Update website/pages/en/cookbook/derivedfrom.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Idalith  <126833353+idalithb@users.noreply.github.com>
  • Loading branch information
MichaelMacaulay and idalithb authored Dec 11, 2024
1 parent d249c46 commit 92fdf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/en/cookbook/derivedfrom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This will not only make our subgraph more efficient, but it will also unlock thr

Use the `@derivedFrom` directive in subgraphs to effectively manage dynamically growing arrays, enhancing indexing efficiency and data retrieval.

To learn more detailed strategies to avoid large arrays, read this blog from Kevin Jones: [Best Practices in Subgraph Development: Avoiding Large Arrays](https://thegraph.com/blog/improve-subgraph-performance-avoiding-large-arrays/).
For a more detailed explanation of strategies to avoid large arrays, check out Kevin Jones' blog: [Best Practices in Subgraph Development: Avoiding Large Arrays](https://thegraph.com/blog/improve-subgraph-performance-avoiding-large-arrays/).

## Subgraph Best Practices 1-6

Expand Down

0 comments on commit 92fdf11

Please sign in to comment.