←back to thread

151 points modinfo | 1 comments | | HN request time: 0.207s | source
Show context
be_erik ◴[] No.43681389[source]
Is meilisearch ready for production workloads? I would love to use some of the feature set, but is the only option for HA running multiple instances and keeping them in sync?
replies(4): >>43681438 #>>43681696 #>>43681927 #>>43682137 #
bigtones ◴[] No.43682137[source]
We use Meilisearch in production with a 7 million article corpus - it works really well.
replies(1): >>43682729 #
iambateman ◴[] No.43682729[source]
My understanding for Meilisearch is that you need enough RAM to keep everything in memory...but you're (probably) not keeping full-text in memory for millions of articles.

Is it just searching metadata, or do you just have a setup that's beefy enough to support that level of memory?

Or am I just wrong? :D

replies(3): >>43682783 #>>43687676 #>>43689680 #
1. bigtones ◴[] No.43687676[source]
We needed a 16GB machine to import all the data into Meilisearch, as the batch indexing is quite memory intensive, but once it's all indexed we scaled it back to half that RAM and it works great - very performant.