Why are parameters duplicated in action documents? #5954
MatthewStrickland
started this conversation in
General
Replies: 2 comments
-
I am working on removing this duplicate embedded document. PR. I have all the unit tests passing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
each attribute is most likely a document so it shouldn't affect the 16mb limit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed the documents inside action_execution_d_b have the json paths of parameters & liveaction.parameters. In every instance I've checked they hold the same data (the input params to the action). This at least is causing an issue for me because my parameter string is quite large and it's being duplicated, doubling the storage needed and hitting the 16MB Document limit in mongo.
What is the reasoning for this and what is liveaction all about? Is there any way for me to avoid storing it twice in the same object?
Beta Was this translation helpful? Give feedback.
All reactions