Hi,
We've noticed that the overhead of the JSON object structure is creating some performance problems for us. One of the largest parts of this overhead is the repetitiveness of the object properties in each object. We'd like to see if it's possible to retrieve data from Elasticsearch as a JSON array of arrays instead of array of objects. Any insight would be greatly appreciated. The example below is what we'd like to do, in this example the object properties are not listed, we would have some other object that would define these for us.
[
[
1,
"295847284",
"adventure-works\ken0",
null,
null,
"Chief Executive Officer",
"1969-01-29",
"S",
"M",
"2009-01-14",
true,
99,
69,
true,
"F01251E5-96A3-448D-981E-0F99D789110D",
"2014-06-30T00:00:00"
],
[
2,
"245797967",
"adventure-works\terri0",
"/1/",
1,
"Vice President of Engineering",
"1971-08-01",
"S",
"F",
"2008-01-31",
true,
1,
20,
true,
"45E8F437-670D-4409-93CB-F9424A40D6EE",
"2014-06-30T00:00:00"
]
]