A specific type of Feature store which plays a crucial role in handling temporal data and enabling efficient feature retrieval for data science tasks. It contains precomputed features for each customer at various timepoints over a recent period.
This table is typically partitioned by a timecol column, which represents the date on which the features are up-to-date. Each partition within the table includes data in the form of a customer ID (custid) mapped to a set of features.