Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, the default output file is CSV. Due to its nature, CSV has mainly three problems:
- Its line or field delimiter can be duplicated to some character included in the result data.
- Plan text file is likely to be larger than other file formats.
- Its read and write performance is slow.
We need to change the default output file format into other file formats. We also need to investigate which file format is the best for it.
Attachments
Attachments
Issue Links
- contains
-
TAJO-1432 Support compressed result stream
- Resolved
- is blocked by
-
TAJO-1742 Remove hadoop dependency in DatumFactory
- Resolved
-
TAJO-1738 Improve off-heap RowBlock
- Resolved
- relates to
-
TAJO-1339 Incorrect handling of tables with custom delimiter when their data contain '|'
- Resolved
- requires
-
TAJO-1743 Improve calculation of intermediate table statistics
- Resolved