Is there any difference in performance or read+write latency when using FQL over GraphQL?
Thank you.
Is there any difference in performance or read+write latency when using FQL over GraphQL?
Thank you.
Hi @skris and welcome.
there is a little performance impact, due to the fact that GQL has to be translated in FQL and executed at database level.
Said that, it’s in our roadmap to improve the performance of our GraphQL API.
Hope this helps.
Luigi
This is helpful.
I saw around 200ms difference between GQL and FQL. But it’s okay, I got used to FQL just fine.
Thank you, will be waiting for GQL to be moved to the core engine.