Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Currently, the printers that print the query result tuples add whitespaces, for example around curly braces, colons, ... etc. This is unnecessary since typically the client streaming the result does its own pretty printing. Avoiding whitespaces reduces the data size streamed back to the client and cut down the elapsed time especially if the result has a large number of tuples with many levels of nesting.