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
원자성(Atomicity)
일관성(Consistency)
랜덤I/O 자체를 줄이는 것
쿼리를 처리하는 데 꼭 필요한 데이터만 읽도록 쿼리를 개선
The text was updated successfully, but these errors were encountered:
No branches or pull requests
WAL(Write-Ahead Log)
원자성(Atomicity)
,일관성(Consistency)
을 보장하는 기술일관성(Consistency)
,원자성(Atomicity)
을 보장한다.추가적으로 ..
랜덤I/O 자체를 줄이는 것
이라 볼 수 있음쿼리를 처리하는 데 꼭 필요한 데이터만 읽도록 쿼리를 개선
하는 것The text was updated successfully, but these errors were encountered: