gentics / mesh-incubator

Project which is home for planned enhancements for Gentics Mesh
3 stars 0 forks source link

Index Sync: Fetch diff data asynchronously #127

Open philippguertler opened 6 years ago

philippguertler commented 6 years ago

When syncing the database data with the Elasticsearch documents, the data is fetched synchronously from the database and the Elasticsearch. These two datasets could be fetched at the same time resulting in a massive performance gain. See AbstractIndexHandler.java#297