Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 s3 存储桶从 AWS Athena 上准备数据。.我在 S3 上的数据每天都在更新,所以我需要 AWS Athena 来更新。这样我的视觉效果也会得到更新。
Athena 不存储任何数据。它是一个临时查询引擎。因此,随着数据的更新,雅典娜查询将返回来自 S3 的最新数据。只要确保,如果 S3 中有多个文件用于同一个表,您的 Athena 表指向整个文件夹。