タグ

ブックマーク / uxdesign.cc (1)

  • Is offset pagination dead? Why cursor pagination is taking over

    Photo by Gaspar Uhas on UnsplashFacebook’s developer page said it best: “Cursor-based pagination is the most efficient method of paging and should always be used where possible.” So what exactly is pagination? Pagination is the process of separating data into sets. Just like the pages of a book. There are two main ways to implement pagination on a website. But which one is better? Let’s explore bo

    Is offset pagination dead? Why cursor pagination is taking over
    kiririmode
    kiririmode 2022/05/05
    時系列データではcursor basedに軍配が上がるが、多数のカラムのソート要件がある場合はoffset basedにならざるを得ない。ただしoffset basedの時間計算量はO(N)になる
  • 1