Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

무한 스크롤 오류 반영 #295

Merged
merged 5 commits into from
Nov 12, 2024
Merged

무한 스크롤 오류 반영 #295

merged 5 commits into from
Nov 12, 2024

Commits on Nov 12, 2024

  1. #293 [docs] gitignore 추가

    hellozo0 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    41b6448 View commit details
    Browse the repository at this point in the history
  2. [fix] Paging 로직 수정

    hellozo0 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a9acc3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a23290d View commit details
    Browse the repository at this point in the history
  4. [feat] 인덱스를 통한 조회로 개수 count

    1. 인덱스 생성후 created at으로 쿼리 타기
    2. count(h) 보다 count *가 조회성능이 더 빠르기 때문에  변경 ( B tree 요소까지 접근 안해도 인덱스만 조회하면 되서 빠른거다 )
    hellozo0 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f0f4fba View commit details
    Browse the repository at this point in the history
  5. Merge pull request #294 from TEAM-MODDY/fix/#293

    #293 [fix] 디자이너 메인뷰 페이징 정렬, total 계산 오류 해결
    hellozo0 authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4f934fa View commit details
    Browse the repository at this point in the history