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
이미지를 바이너리로 DB에 저장 : 간편함 : 빈번한 추가 삭제 시 성능 상에 무리가 올 수 있음
vs
Amazon S3 등 클라우드 저장소에 이미지 저장 후 DB에서 링크로 이미지를 불러옴 : DB에 성능 상의 타격 없음 : 클라우드의 요금 필요
둘 중 어느 방법이 더 좋은지 의논 부탁 드립니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
이미지를 바이너리로 DB에 저장
: 간편함
: 빈번한 추가 삭제 시 성능 상에 무리가 올 수 있음
vs
Amazon S3 등 클라우드 저장소에 이미지 저장 후 DB에서 링크로 이미지를 불러옴
: DB에 성능 상의 타격 없음
: 클라우드의 요금 필요
둘 중 어느 방법이 더 좋은지 의논 부탁 드립니다.
The text was updated successfully, but these errors were encountered: