#3259·feast

`get_online_features` 会迫使在线商店进行多次网络调用

作者: chhabrakadabra创建于 2022年9月28日更新于 2026年9月11日
标签kind/featurepriority/p1keep-open

您的功能请求是否与问题有关?请描述。

使用 get_online_features 时,如果请求了来自多个功能视图的功能,则 FeatureStore._get_online_features 实现会根据它们所属的功能视图将功能分组,并依次调用在线存储的 online_read 方法。

内容来源: feast-dev/feast