Blog Content

    티스토리 뷰

    [MongoDB] 3.4.2 버전 릴리즈 정보

    MongoDB 3.4.2 버전이 2017/2/1 릴리즈 되었습니다.

     

    3.2.9 이후 현재 버전까지 WT의 성능관련 큰 버그는 없는 것으로 보입니다.

    릴리스 내용 : https://docs.mongodb.com/manual/release-notes/3.4/?_ga=1.90247453.669056741.1420680288

     

    WiredTiger full DB scan할 때 비효율적인 I/O 현상이 발생하는 문제가 발생했는데.. 해당 문제가 개선 되었네요

     

    SERVER-27125: Arbiters in pv1 should vote no in elections if they can see a healthy primary of equal or greater priority to the candidate.

     

    SERVER-27584 Add support for filter to listDatabases

    WT-2670 Inefficient I/O when read full DB (poor readahead)

    3.4.2 Changelog

     

    All JIRA issues closed in 3.4.2

     

    [참고사항]

    * MongoDB 3.4.X 버전에서는 config 서버의 meta lock 이 상당부분 해소되어 sharding 작업 시 속도가 상당히 개선 되었습니다.

      MongoDB 3.0.X 버전에서는 split, moveChunk 작업 속도개선을 위해서...config server 를 별도의 물리장비가 아닌

      Shard Set 에 위치시켜 5set 기준 4시간 샤딩 작업을 20분 이내로 축소 가능 합니다.

    Comments