Replies: 1 comment
-
I think having separate pool that is only used for high priority queries is probably the best option right now ( or alternatively just create a new single connection and discard it after priority query is finished ) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How i can run priority request to db in mysql.createPool if all pool are full ? My script can update db for 1-2 minutes, in this time all other request waiting end of this.
I can make two mysqlpool, maybe its working, but i want found another way for this, if it posible.
Beta Was this translation helpful? Give feedback.
All reactions