alamb commented on issue #21505: URL: https://github.com/apache/datafusion/issues/21505#issuecomment-4744162632
I am starting to work on this Currently ClickBench has reports for these combinations: ``` ┌────────────────┬───────────────────┬────────────────────────────────────────┐ │ Instance type │ Arch (AMI) │ Notes │ ├────────────────┼───────────────────┼────────────────────────────────────────┤ │ c6a.xlarge │ x86_64 (AMD) │ 4 vCPU │ ├────────────────┼───────────────────┼────────────────────────────────────────┤ │ c6a.2xlarge │ x86_64 (AMD) │ 8 vCPU │ ├────────────────┼───────────────────┼────────────────────────────────────────┤ │ c6a.4xlarge │ x86_64 (AMD) │ 16 vCPU — the canonical/reference size │ ├────────────────┼───────────────────┼────────────────────────────────────────┤ │ c6a.metal │ x86_64 (AMD) │ bare metal │ ├────────────────┼───────────────────┼────────────────────────────────────────┤ │ c7a.metal-48xl │ x86_64 (AMD) │ bare metal, 192 vCPU │ ├────────────────┼───────────────────┼────────────────────────────────────────┤ │ c8g.4xlarge │ arm64 (Graviton4) │ 16 vCPU │ ├────────────────┼───────────────────┼────────────────────────────────────────┤ │ c8g.metal-48xl │ arm64 (Graviton4) │ bare metal, 192 vCPU │ └────────────────┴───────────────────┴────────────────────────────────────────┘ ``` I am working to get some numbers -- 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]
