Hi,
I was asked by my lead engineer to configure and migrate current database to elasticsearch that he believe will overcome the slow query issues .
We are using laravel 5.2 , and using Amazon Web Services : Amazon Elasticsearch Service .
I already done a proof of concept on localhost using homestead for small data but somehow , i stuck when it deal with huge data .
We have 16 Gigabytes of data and more than 23,000,000 of rows (few tables) .
The question is , how to migrate such big data to elasticsearch .
Any feedback were very appreciated .
Thank you