olegator77

Results 6 comments of olegator77

Hi! I can suggest switch to [utf8cpp library](https://github.com/nemtrif/utfcpp) - It has native C++ API, and free license. BTW, i had replaced ConvertUTF by utf8cpp in my projects. It works fine...

@LoganDark replxx is C++ library, so actually it seems - normal: add C++ library instead of plain C library

Подумаем над таким функционалом, спасибо за предложение :)

Hi! The current version of python binding is uses C++ client under the hood, which is uses it's own threads and event loop. So it seems it is not compatible...

Добрый вечер, Прямо сейчас можно использовать встроенный http REST API - https://github.com/Restream/reindexer/blob/master/cpp_src/server/contrib/server.md Его достаточно не трудно использовать в node.js

Hi @oruchreis. We have investigated issue. 1. The reason of original optimization for indexunordered, which have been introduced in 2.9.2, is following: when condition with many arguments of IN operator...