How to reduce latency with Connection Pools

แชร์
ฝัง

ความคิดเห็น • 6

  • @giorgostzanakis7311
    @giorgostzanakis7311 2 ปีที่แล้ว +3

    Great explanation, thank you

    • @cockroachdb
      @cockroachdb  2 ปีที่แล้ว

      Thanks for watching Giorgos!

  • @rafaelbraga3d
    @rafaelbraga3d 2 ปีที่แล้ว +1

    Awesome explanation, thank you!

    • @cockroachdb
      @cockroachdb  2 ปีที่แล้ว +2

      You're very welcome!

  • @EducationAllTheTime123
    @EducationAllTheTime123 3 หลายเดือนก่อน +1

    Bro, what should be the pool.max value for a project where 15,000 people log in and spend 20 minutes every day for the SQL connection pool? If pool.max is high but there is not that much usage, could it cause terrible things for the server?

  • @umardev500
    @umardev500 5 หลายเดือนก่อน

    let me ask
    let say we have 4 nodes and each node has limit connection about 100 concurrent connection
    then we pool connection to node 1 and exceed per node limits
    the question is does if node 1 exceeds limit connection then it will distribute/balancing that connection to available node?