• [^] # Re: Pas tout compris sur leur archi

    Posté par (site web personnel) . En réponse au lien Manticore: a faster alternative to Elasticsearch in C++ with a 21-year history. Évalué à 5. Dernière modification le 26 juillet 2022 à 12:23.

    Si j'ai bien compris, une des manières de parler à leur moteur de recherche est d'utiliser le protocole réseau de MySQL, en plus du protocole binaire de Sphinx et de leur nouvelle interface JSON ressemblant à celle d'ElasticSearch, donc il serait possible d'utiliser n'importe quel client MySQL pour utiliser leur moteur de recherche.

    Dans l'article :

    MySQL wire protocol support:

    An important advantage of Manticore is the possibility to use MySQL clients to work with the server. Even if there is no official Manticore client for some language, there is definitely a MySQL client you can use. Using the command line MySQL client for administration is more convenient than using curl, because the commands are much more compact and the session is supported.

    Du coup non, ils ne se basent pas sur MySQL, mais le même protocole réseau est utilisé. Ils héritent ça de Sphinx à priori.