찾다

 >  Q&A  >  본문

golang - go连接mongo replica set时,如何让read均匀分布到各个secondary上去?

replicaset有两个secondary,Eventual mode,但在使用labix/mgo.v2连接mongo时,发现所有的read都只集中在一个secondary上了,仅有很少的量会访问另外一个secondary。

// Read preference modes are specific to mgo:
Eventual  Mode = 0 // Same as Nearest, but may change servers between reads.
Monotonic Mode = 1 // Same as SecondaryPreferred before first write. Same as Primary after first write.
Strong    Mode = 2 // Same as Primary.
过去多啦不再A梦过去多啦不再A梦2757일 전894

모든 응답(1)나는 대답할 것이다

  • 怪我咯

    怪我咯2017-05-02 09:26:30

    1. 연결 URL 설정을 확인하세요

    2. 로드 밸런스 읽기가 설정한 매개변수의 기대치와 다른 경우 태그를 설정하여 읽을 멤버를 추가로 구성하는 것을 고려할 수 있습니다.

    참고로.

    MongoDB를 사랑해주세요! 재미있게 보내세요!

    회신하다
    0
  • 취소회신하다