Use Case Compatibility #2621
-
First of all, iam so happy to see a search engine that is well suited for mysql and like a database itself. Kudos to the team who built this, though it's not surfaced anywhere when I search on internet. We are a small SaaS startup that focus on collaboration segment with a little difference. Our primary USP is collaboration on Emails, Messages, Documents and ability to publish web content via API (Headless). Yes its a mini Sharepoint that we almost built and launching in another month. we had left some features that can be added later, one such thing is Search. We are now evaluating Meilisearch, elastic and Lucene.
Again a big kudos for the team behind this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yes - https://manticoresearch.com/services
If you're only using MySQL as intermediate storage, you don’t need it. You can write directly to Manticore and store the data there.
Yes, you can use the MySQL connector. The C# library was added about a year ago, so it's one of the newest compared to libraries for other languages. It's also worth noting that, like the other libraries, it's auto-generated using the OpenAPI generator.
Yes - https://manual.manticoresearch.com/Creating_a_cluster/Remote_nodes/Mirroring#Mirroring
Fully-automatic sharding is in progress - https://roadmap.mnt.cr/
It depends on your schema, but generally, if a bit of extra latency is acceptable and you won't be using in-place updates, you can use columnar storage for your attributes. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your detailed response. I'm going through the documentation to get some basic concepts and how to do things. Will get back once we start implementation. |
Beta Was this translation helpful? Give feedback.
Hi @sreekanthedayar
Yes - https://manticoresearch.com/services