Indexing Performance
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
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.
And you can integrate marvel with the transport mode like you would on any elasticsearch instance. I haven't tried it in local mode.