Replies: 1 comment
-
Hey! It's so gratifying to know our product is making a positive impact. Your kind words have really made us smile. Thanks for sharing your experience - you're the best. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What impresses me about Manticore Search is its speed, the minimal system requirements, and the rich functionality for working with full-text. It's a bonus that Manticore can be used even without full-text search in some cases where conventional databases like MySQL lack sufficient performance. This is typical when selecting through join 3-4-5 or more tables, and then performing aggregates, sorts, and "on-the-fly" filters according to user parameters and sorts - classic DBMS struggle with this since the query can't be fully covered by the index.
I've been using your products for about 2-3 years. Overall, I'm satisfied. It's a wonderful fork. My general impression is that it's a functional and low-level solution for full-text search and fast operation with various aggregates. The results are pleasing, but the entry threshold is somewhat high: all newcomers have to intensively leaf through the manuals.
In most cases, I use Manticore to solve the problems of more or less intelligent search for e-com online stores. Much less often - where some complex aggregates / facets are needed. For example, Manticore can replace MySQL and process slow queries much faster
Beta Was this translation helpful? Give feedback.
All reactions