Skip to content

SQL: Consider adding the columnar option for the returned results #37702

@astefan

Description

@astefan

At the moment ES-SQL adopts a row based approach for returning the results, meaning a list of lists where each sub-list contains one value for each column/field.

The columnar approach, on the other hand, returns all values of a certain column in a single list. Still to be decided if all the variants of clients (ODBC, JDBC, REST etc) and formats (json, yaml, txt, csv etc) make sense for this feature.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions