Hi folks,
Im trying to see if there is a feature within mysql/percona/mariadb in general that does this kind of feature to reject queries when a service is overloaded. Similar to back pressure system.
TIA
Hi folks,
Im trying to see if there is a feature within mysql/percona/mariadb in general that does this kind of feature to reject queries when a service is overloaded. Similar to back pressure system.
TIA
Hi @elisia,
When MySQL reaches max connections, it will simply error out saying that max connections has been reached. There are no queuing capabilities built-in.
Cool. thank you @matthewb
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.
Copyright © 2006 - 2024 Percona LLC. All rights reserved.