Hi, I would like to thank the postgresql team for providing this wonderful product.
Coming to the point, in postgresql jdbc driver coding, I saw many inefficient "for" loops. For eg in V2Query.class file While parsing the parameterized query, there is a "for" loop as this
for (int i = 0; i < query.length(); ++i)
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.