Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Self hosted ES so no more than the cost of the machines already running. Love the speed and flexibility. Hate the complexity of setting it up and upgrading. Going to be moving to a the AWS hosted ES soon. Should cost the same overall since we will be able to make the current servers smaller.
Sometimes results are not as expected but tweaking the queries and weighing certain fields heavier usually fixes that. My only real advice, use an SDK that has query builder. -
leanrob35636y@electric-ghost That’s an issue I remember hearing discussed in my vicinity before.
I assume, since the love for ES, that the costs of those reindexes are bearable? How often do you find yourself is an upgrade situation like this? Monthly? -
leanrob35636y@CodeMonkeyG That’s very good advice on the Query Builder and I will be taking it to heart.
What options have you found to be solid in your travels? -
As a PHP developer, I'm happy ElastiCo offers there own SDK. Start with the ones they offer if you can.
Related Rants
Have you deployed ElasticSearch to production? If so, I got couple of questions for you.
How much complexity did ES add to the project overall from a developers perspective?
How much did this differ in price from other solutions you used? In production loads that is.
✌🏼
question
complexity
elasticsearch
production
costs