RSS Amplifier

Aymeric Beaumet | Posts, Talks & Projects · Nov 20, 2018

Automatic Persisted Queries: why does it matter?

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

GraphQL is not to be presented anymore. One main drawback though in comparison to REST is the upstream bandwidth cost can become significant as the number of queries increases. Automatic Persisted Queries aims at addressing this problem by allowing to cache the queries server-side. They can then be queried again through a unique identifier sent by the backend. Unfortunately this talk was not…

GraphQL is not to be presented anymore. One main drawback though in comparison to REST is the upstream bandwidth cost can become significant as the number of queries increases.

Automatic Persisted Queries aims at addressing this problem by allowing to cache the queries server-side. They can then be queried again through a unique identifier sent by the backend.

Unfortunately this talk was not recorded, but you can find the slides below.

Read on aymericbeaumet.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.