Can data payloads stored in the same collection have different fields? #2792
Unanswered
Friedrich-hue
asked this question in
Q&A
Replies: 1 comment
-
Yes! There is no fixed structure for payload. In other words: every point in your collection could have a different payload structure. However, if you want to index payload fields. You likely want to use a consistent structure for indexing to work. |
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
-
Can data payloads stored in the same collection have different fields?
For example:
{
source: 'test'
}
{
page: 1
}
Beta Was this translation helpful? Give feedback.
All reactions