Y
Hacker News
new
|
ask
|
show
|
jobs
by
romperstomper
507 days ago
you can just use iceberg tables with AWS Glue/Athena
1 comments
hipadev23
506 days ago
aws glue/athena has the most absurd setup process. duckdb and clickhouse is “select * from s3(…)”
link
romperstomper
506 days ago
I'm not sure what do you mean by "absurd setup". In case of Athena you just use the iceberg type for a table as you create it and that's it. Under the hood AWS also uses Trino or Presto as far as I know.
link