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.
SageMaker 拥有从批量和在线读取数据的快速性能。我想知道幕后发生了什么。这些 Athena 查询是否在功能存储使用的幕后?它是访问物化视图,还是这些查询直接针对 S3 中的分区数据运行(因此由于分区而不是物化视图而更快)?
该视频介绍了 FeatureStore 的高级细节,这个 E2E示例展示了如何查询离线数据存储。