Pagination, slice vs search_after

When looking at the documentation two methods are used for skipping pages namely search_after and slice:

What are the pro's and con's? Are they both equally efficient? Slice looks easier to use but is never mentioned in the pagination documentation. Or is it less efficient?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.