Skip to content

[THIP2025-124] [refactor] User에 followingCount 추가 #82

@buzz0331

Description

@buzz0331

🎟️ 상위 작업 (Ticket Number)

THIP2025-73

📝 상세 내용(Description)

팔로워를 조회하거나 사용자를 조회할때 Following 테이블과 User 테이블간의 join 또는 groupBy + count 쿼리를 줄이기 위해 followingCount를 도입합니다.

✅ 체크리스트(Tasks)

  • User 테이블에 followingCount 컬럼 추가
  • 팔로잉 상태 변경 api에서 followingCount 증가 및 감소 상태 변경 로직 추가
  • 팔로잉 수 조회시 count 쿼리 제거하고 followingCount로만 조회

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions