pepijnve commented on issue #18411: URL: https://github.com/apache/datafusion/issues/18411#issuecomment-3665264646
Fully agree as well that any work should not be done in purely to boost the benchmark results. Single character 'enums' are a pretty common construct though. The suggestion is a bit self serving actually 😄. Our internal data format used to use single character enums as well. I've changed the schema to use `uint8` instead to be able to benefit from more efficient processing. It's an easy performance win, but it comes at the cost of making the data and the queries less human readable because I've lost the mnemonics provided by the characters. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
