Improvements in Manticore Search 2.7: local indexes management

Resource sharing was done until now using RW locks. Under high load, usage of locks could run into issues when trying to make changes on the indexes. To overcome these issues, we had to rethink the relation between threads and indexes. …

Manticore Search 2.7.1 GA release

We are pleased to announce the release of Manticore Search 2.7.1 GA. Prebuilt packages available for Debian,Ubuntu, Red Hat/CentOS, Windows and OSX can be downloaded from here . For Docker image check official repository .
Improvements This …

Percolate queries: Schemaless and expression filtering

In this article we discuss how schemaless docs can be used in Percolate Queries.
The Percolate Query feature allows storing not only fulltext matches, but also regular attribute filtering.
Until 2.7.0 this was limited to a single numeric …

Percolate Queries: docs_id option

In this article we discuss the docs_id option which provides an easier manipulation of CALL PQ result set.
Let’s consider the following PQ batch call:
mysql> CALL PQ ('pq', ('{"title":"butter is good as", …

Using ProxySQL to route INSERTs in a distributed RealTime index

In this article we’ll discuss a how-to use ProxySQL to route inserts to a distributed RT index while using Sphinx/Manticore Search.
The distributed index in Manticore allow UPDATE over multiple RealTime indexes as the UPDATE is sent to all …

Install Manticore Search

Install Manticore Search