elasticsearch-grails-plugin icon indicating copy to clipboard operation
elasticsearch-grails-plugin copied to clipboard

Indexing Performance

Open helloangular opened this issue 11 years ago • 2 comments

I have MySql DB with less than 3000 rows in total for all my 20 tables combined. Elastic search on startup is running for more than 2 hours on my mac. I earlier used Searchable plugin which used to start the app in less than 2 mins. Is there a way to integrate marvel or any other admin script to see what is going on ? I am using grails 2.4.2

helloangular avatar Nov 04 '14 19:11 helloangular

Which client mode are you using? If you are using the local mode, can you try switching to transport and looking for an error in the elasticsearch logs? Read the configuration docs if you don't know how to set the client mode.

sircelsius avatar Nov 05 '14 08:11 sircelsius

And you can integrate marvel with the transport mode like you would on any elasticsearch instance. I haven't tried it in local mode.

sircelsius avatar Nov 05 '14 08:11 sircelsius