Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Opensearch- 3.2.0
Describe the issue:
Also the _source excludes if set in mappings is increasing the storage size by 2X.
Is this behavior expected or is this a bug?
Ex:
"mappings": {
"_source": {
"excludes": [
"Description*"
]
},
"properties": {
increased the storage size for 9662 docs from 22mB to 53.7mB.
Could you please let me know your feddback,
Thanks in advance