«composite-index» 태그된 질문

9
복합 인덱스는 언제 사용해야합니까?
데이터베이스에서 복합 인덱스를 언제 사용해야합니까? 복합 인덱스를 사용하여 성능에 미치는 영향은 무엇입니까?) 왜 복합 인덱스를 사용해야합니까? 예를 들어 homes테이블이 있습니다. CREATE TABLE IF NOT EXISTS `homes` ( `home_id` int(10) unsigned NOT NULL auto_increment, `sqft` smallint(5) unsigned NOT NULL, `year_built` smallint(5) unsigned NOT NULL, `geolat` decimal(10,6) default NULL, `geolng` decimal(10,6) default …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.