-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Appending into Embedded structure #5
Comments
Hey, thanks for reaching out! That's an interesting idea, but can I ask what your use case for this would be? This seems like it would have better compression, at the cost of making the schema more complicated. |
Let's say, I am having web portal from where status of few fields changes a couple of time in a day. And at the end of the day I am processing the file and storing in the way I showed you in the above example rather that having a new document. It will definitely save some space. Just thinking if it's possible. Thanks |
I agree your work is amazing! Helped me so much. I do need embedded list/array support also. Example: "Resources": [ |
I need the structure like above, how to mention for the array object[] in the file? |
Hi,
Your work is awesome, I was wondering if you can add a support to append inside the embedded structure
For example:
In the below data set if first two rows are same then have only one document and embed them into one.
Output:
The text was updated successfully, but these errors were encountered: