2 Comments
User's avatar
⭠ Return to thread
SWE's avatar

You touched a lot of ground here. I like the following points:

TCP Vegas is a proactive algorithm that uses delayed instead of dropped packets as a metric for throttling.

Ordering Queries based on query complexity and priority. If the system is under load - drop complex and non priority queries.

Separation of concern. Postgres is only responsible for storing and queries while smart proxy sits in the front.

Expand full comment
Neo Kim's avatar

thanks

Expand full comment