Questions about index module to solve performance issues due to limitations of modular architecture. #14840
Unanswered
khanh-to-niteco
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Medusa team,
Please help to elaborate more on the index module to solve this performance issue: #13356

As confirmed by @olivermrbl
a. In many-to-many or one-to-many relations, we could have a lot of duplicate data. When we update 1 item in the main datastore, the index has to update many duplicated rows (let's say a few dozen thousands in our real use case)
b. Would issue 2 above makes this even worse?
Beta Was this translation helpful? Give feedback.
All reactions