Would it be possible to add connection pooling to mysql-native?
I have an 8 core DB server and sometimes I need to run dozens of queries from one NodeJS process (where the order of completion is unimportant). It would be nice if these queries finished sooner.
Would it be possible to add connection pooling to mysql-native?
I have an 8 core DB server and sometimes I need to run dozens of queries from one NodeJS process (where the order of completion is unimportant). It would be nice if these queries finished sooner.