RediSearch – Redis Powered Search Engine
51–60 of 95 posts
Re: RediSearch – Redis Powered Search Engine
#52Earlier quoted context omitted.
Redis Cloud Pro can run in your VPC.
Great. How? Is that recommended? What kind of user rights I need to give redis to manage that instance in my vpc? How to lock that down to the minimum without breaking it? In that configuration, what risks do I have to control for otherwise? ...
Re: RediSearch – Redis Powered Search Engine
#53Any advantages over Elasticsearch? EDIT: I did read the article, though I overlooked the link to comparison with Elasticsearch.
Did you even read the article? There's a link in there whith benchmarks it against elasticsearch. Read the conclusion on: https://redislabs.com/blog/search-benchmarking-redisearch-vs...
I'd like to see actual independent feature and performance comparisons before I come to any actual conclusions.
Re: RediSearch – Redis Powered Search Engine
#54> Cluster Support and Commercial Version: RediSearch has a distributed cluster version that can scale to billions of documents and hundreds of servers. However, it is only available as part of Redis Labs Enterprise. This is a bummer because high availability is really important for many search uses cases. For e.g. think about e-commerce where search literally prints money. EDIT: it seems like the open source version…
Re: RediSearch – Redis Powered Search Engine
#55That said, fuck paying for some bolt-on approximation of a search engine with no real durability. I'll use elastic or solr.
They're free, and have massive communities and user-bases. Issues are surfaced quickly. Compatibility is a priority. And all the other benefits of network effects.
Re: RediSearch – Redis Powered Search Engine
#56I was under the impression that Redis was intended for short-lived data, but a full text search suggests otherwise. Are people using Redis, with persisted storage, as their database?
The backend storage for stream activities is Redis. It's lightweight and fast enough for most use cases.
Sure, not a full on database use case... But it is data that is persisted.
Re: RediSearch – Redis Powered Search Engine
#57Any advantages over Elasticsearch? EDIT: I did read the article, though I overlooked the link to comparison with Elasticsearch.
One of the things I find so confusing with Elasticsearch is querying. Constructing a complex JSON document for a simple query just doesn't fit my brain. I have tried to put this down to bad/confusing documentation, but I'm not sure anymore. It seems Redis is moving a bit in the same direction - although not as complex as ES has done it. Being able to run this inside a Redis instance is a big win, although I suspect f…
Re: RediSearch – Redis Powered Search Engine
#58Any advantages over Elasticsearch? EDIT: I did read the article, though I overlooked the link to comparison with Elasticsearch.
Did you even read the article? There's a link in there whith benchmarks it against elasticsearch. Read the conclusion on: https://redislabs.com/blog/search-benchmarking-redisearch-vs...
Re: RediSearch – Redis Powered Search Engine
#59Re: RediSearch – Redis Powered Search Engine
#60Good for them on building a business around redis. That said, fuck paying for some bolt-on approximation of a search engine with no real durability. I'll use elastic or solr. They're free, and have massive communities and user-bases. Issues are surfaced quickly. Compatibility is a priority. And all the other benefits of network effects.
Presumably you're storing your data elsewhere and pumping it into Redis for search