Programming/Scrap
[Database] 기술면접 관련
hoojiv
2021. 11. 20. 20:17
728x90
한번 읽어보려고 스크랩
DataBase
https://github.com/WooVictory/Ready-For-Tech-Interview
GitHub - WooVictory/Ready-For-Tech-Interview: 💻 신입 개발자로서 준비를 하기 위해 지식을 정리하는 공간
💻 신입 개발자로서 준비를 하기 위해 지식을 정리하는 공간 👨💻. Contribute to WooVictory/Ready-For-Tech-Interview development by creating an account on GitHub.
github.com
Index Scan vs Seek
Explanation. An index scan or table scan is when SQL Server has to scan the data or index pages to find the appropriate records. A scan is the opposite of a seek, where a seek uses the index to pinpoint the records that are needed to satisfy the query.
설명. 인덱스 스캔 또는 테이블 스캔은 SQL Server가 적절한 레코드를 찾기 위해 데이터 또는 인덱스 페이지를 스캔해야 하는 경우입니다. 검색은 검색의 반대이며 검색은 인덱스를 사용하여 쿼리를 충족하는 데 필요한 레코드를 정확히 찾아냅니다.
728x90
LIST