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

스키마에 카운터 캐시 걸기 #322

Open
shaynekang opened this issue Oct 18, 2014 · 1 comment
Open

스키마에 카운터 캐시 걸기 #322

shaynekang opened this issue Oct 18, 2014 · 1 comment
Assignees

Comments

@shaynekang
Copy link

레일즈에는 카운터 캐시(counter cache) 라는 기능이 있습니다.
has_many - belongs_to 연관관계(Association)에서, belongs_to로 연결된 자식 모델의 갯수를 has_many 부모 모델의 컬럼에 저장해두는 방식이죠.

DB 성능도 빨라지고, 쿼리를 쓸 때도 만들어두면 두고두고 유용한 부분이 있습니다. ㅋ

시간 날 때 구현해두면 좋겠네요. ㅎㅎ

@angdev angdev self-assigned this Oct 28, 2014
@angdev angdev added the doing label Oct 28, 2014
@angdev
Copy link
Member

angdev commented Oct 29, 2014

음 의외로 걸어서 재미볼 수 있는 부분이 거의 하나도 없네요 (..)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants