Who doesn't know them, the "The system is too slow" support tickets. The new GraphQL interface works flawlessly in tests, but suddenly causes problems in production. The ever-growing amounts of data in particular can present us with challenges that we are often not aware of, or hide behind seemingly simple requirements such as a GraphQL interface.
In this talk we'll take a look at a Spring Data/GraphQL application and take a look at offset-based paging and why an alternative approach, also known as the seek method or keyset pagination, can be useful when dealing with large datasets.