So for my use case, I need to index a denormalised document that takes data from various tables and joins them - as well as I do some transformations on top of the denormalised document. Querying the database, as mentioned in the "enrichment" part of the documentation, seems expensive for the amount of data I have - so is there gonna be any solutions for this?
So for my use case, I need to index a denormalised document that takes data from various tables and joins them - as well as I do some transformations on top of the denormalised document. Querying the database, as mentioned in the "enrichment" part of the documentation, seems expensive for the amount of data I have - so is there gonna be any solutions for this?