ORDER BY RAND() Maria가 아닌 랜덤 행을 가져옵니다.DB 랜덤 행을 선택해야 하는 큰 sql 쿼리를 받았는데 테이블이 크기 때문에 rand()로 주문하는 데 시간이 오래 걸립니다. $getdata = $this->db->query(" SELECT DISTINCT property.id,property.unid,property.imported,property.userid, CONCAT(user.firstname) as username,property.url, IFNULL(user.thumbpic,'temp/misc/noimage.png') as profilepic, property.bedrooms,property.beds,type.meta_val as type,property.accommod..