RE: [EXTERNAL] Re: Reg:- Data modelling For E-Commerce Pattern data modelling for Search

2017-12-28 Thread Durity, Sean R
modelling For E-Commerce Pattern data modelling for Search Hi -- you want to use Elasticsearch with a Cassandra store for the blob data. On Thu, Dec 7, 2017 at 7:39 PM, @Nandan@ mailto:nandanpriyadarshi...@gmail.com>> wrote: Hi Peoples, As currently around the world 60-70% websites are exc

Re: Reg:- Data modelling For E-Commerce Pattern data modelling for Search

2017-12-08 Thread Bradford Stephens
Hi -- you want to use Elasticsearch with a Cassandra store for the blob data. On Thu, Dec 7, 2017 at 7:39 PM, @Nandan@ wrote: > Hi Peoples, > > As currently around the world 60-70% websites are excelling with > E-commerce in which we have to store huge amount of data and select pattern > based o

Re: Reg:- Data modelling For E-Commerce Pattern data modelling for Search

2017-12-07 Thread Jon Haddad
You’re going to have duplicate data no matter what you do. Creating indexes is another representation of the data, it’s not free. Yes, storing it in two places is more work, but I’ve typically had to do that anyways. My search queries are almost never an exact match to my Cassandra data mod

Re: Reg:- Data modelling For E-Commerce Pattern data modelling for Search

2017-12-07 Thread @Nandan@
Thanks. But again my questions come back at the same place that how to do data modeling because If we will do denormalized then we have to allow a lot of data duplication, as well as Insert and Update, will also need to think because based on this we have to insert data into multiple tables at sam

Re: Reg:- Data modelling For E-Commerce Pattern data modelling for Search

2017-12-07 Thread Jon Haddad
I mean ES is great as a search engine. I would use Cassandra as my source of truth, and also index my data in ES. I typed my original message before I walked my dog, I should have also pointed out https://github.com/strapdata/elassandra and https://gi

Re: Reg:- Data modelling For E-Commerce Pattern data modelling for Search

2017-12-07 Thread @Nandan@
Hi Jon, Do you mean Elastic search for storing data or Data should be store into Cassandra and use Elastic Search for Select records from tables. ? On Fri, Dec 8, 2017 at 9:50 AM, Jon Haddad wrote: > 1. No, Apache Cassandra is pretty terrible for search on it’s own. Even > with SASI. > 2. Mayb

Re: Reg:- Data modelling For E-Commerce Pattern data modelling for Search

2017-12-07 Thread Jon Haddad
1. No, Apache Cassandra is pretty terrible for search on it’s own. Even with SASI. 2. Maybe, but it’s complicated, and doing it right takes a lot of experience. I’d use Elastic Search instead. > On Dec 7, 2017, at 5:39 PM, @Nandan@ wrote: > > Hi Peoples, > > As currently around the world

Reg:- Data modelling For E-Commerce Pattern data modelling for Search

2017-12-07 Thread @Nandan@
Hi Peoples, As currently around the world 60-70% websites are excelling with E-commerce in which we have to store huge amount of data and select pattern based on Partial Search, Text match, Full-Text Search and all. So below questions comes to mind : 1) Is Cassandra a correct choice for data mode