Currently there is database pooling method implemented on the API , but not all users may not wanted to have pooling connection and also for the API it should be super useful to maintain , if we can manage it from the config , so the plan is to design API rawdata functionality on such a way that it can be controlled from config , if it says use connection pooling it will use it other wise it will work on default as it is .
Currently there is database pooling method implemented on the API , but not all users may not wanted to have pooling connection and also for the API it should be super useful to maintain , if we can manage it from the config , so the plan is to design API rawdata functionality on such a way that it can be controlled from config , if it says use connection pooling it will use it other wise it will work on default as it is .