Re: Understanding ElasticSearch with MySQL

2014-02-05 Thread Usman Ehtesham
FIrst of all thank you so much for the detailed reply. A few questions just so that i am on the right track about the suggestions you gave: 1) When you suggested we can craft a select query to add time based incremental updates to ES, would that add new records from the DB to ES? Would this me

Understanding ElasticSearch with MySQL

2014-02-04 Thread Usman Ehtesham
Hello, I am trying to add elastic search to a eCommerce website based on php and MySQL platform and spend today trying to research on elastic search. I learnt alot and have a fairly good idea on what to do. I just wanted some guidance if my understanding of elastic search with MySQL is

Re: Understanding ElasticSearch with MySQL

2014-02-04 Thread joergpra...@gmail.com
Congrats for deciding to start indexing RDBMS data with Elasticsearch, I hope I can be helpful. To add to 4) - you can craft a select query (or queries) to either overwrite old docs in ES or add timeframe based incremental updates to ES. Autocommit is not related to updates in ES. In fact there