We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
구현된 다양한 뷰와 관련 함수들을 보면, ProblemAuthLog에 정답이 들어있는지 많은 비교를 진행함.
Correct라는 Boolean field를 AuthLog에 추가하면 문자열 비교 뿐만 아니라 플래그가 수정되는 경우 고려해야할 점, cross-table 참조도 없어지고, query 부분에 있어서도 복잡도가 낮아져서 성능 향상에 도움이 될 것으로 보임.
The text was updated successfully, but these errors were encountered:
주의: Correct를 추가할 시, auth_key 중복 우려가 있음. 즉, auth_key가 변경될 시, auth_log를 전체적으로 업데이트 해야 함.
Sorry, something went wrong.
No branches or pull requests
구현된 다양한 뷰와 관련 함수들을 보면, ProblemAuthLog에 정답이 들어있는지 많은 비교를 진행함.
Correct라는 Boolean field를 AuthLog에 추가하면 문자열 비교 뿐만 아니라 플래그가 수정되는 경우 고려해야할 점, cross-table 참조도 없어지고, query 부분에 있어서도 복잡도가 낮아져서 성능 향상에 도움이 될 것으로 보임.
The text was updated successfully, but these errors were encountered: