You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently store the programme id, title and date in each caption. Normally it works well, Elastic prefers to have things denormalized, but it's starting to be painful when we get a list of programmes in the database, which seems to be taking around one second now.
The solution would be to define a parent-child relation in the index, as explained here:
We currently store the programme id, title and date in each caption. Normally it works well, Elastic prefers to have things denormalized, but it's starting to be painful when we get a list of programmes in the database, which seems to be taking around one second now.
The solution would be to define a parent-child relation in the index, as explained here:
The text was updated successfully, but these errors were encountered: