Cascade indexing issue on creation of new Conference instance (takes >30sec, 70k+ SQLs)
An issue with the search mapping caused an (almost) complete reindex of all conference editions and related data on creation of a new Conference Edition. Debugging revealed that the conference type of a conference edition was indexed for search, while the
Submitted by Elmer van Chastelet on 21 August 2019 at 10:14ConferenceType
itself did not have any search fields. Assigning a new Conference to suchConferenceType
instance (e.g. “Conference” or “Symposium”) triggered Hibernate Search to reindex all conferences with that type, which in turn cascaded to other entities likeTrack
andProfile
to be reindexed.
By removing the useless embedded search fields, the issue disappeared.
Issue Log
On 21 August 2019 at 10:14 Elmer van Chastelet tagged 1.16.1
On 21 August 2019 at 10:14 Elmer van Chastelet closed this issue.
Log in to post comments