Skip to content

Conversation

@danstarns
Copy link
Member

It's impractical to store the GraphQL arguments, results, and context due to their unpredictable sizes, which could lead to performance issues. Not only is storage unrealistic, but processing them for each field may result in excessive computation. Moreover, from a data protection standpoint, avoiding storage enhances security.

Related: #287

@danstarns
Copy link
Member Author

Initial benchmark before merge

rocket-connect/benchmarks@d5994af

@danstarns danstarns merged commit 57e1275 into main Apr 27, 2024
@danstarns danstarns changed the title refactor: remove graphqlVariables, Result, Context refactor: remove graphql variables, tesult, context attributes May 28, 2024
@danstarns danstarns changed the title refactor: remove graphql variables, tesult, context attributes refactor: remove graphql variables, result, context attributes May 28, 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.

2 participants