Table formats
Overview
Supported Table Formats
Apache Iceberg
Basic Configuration
from feast.table_format import IcebergFormat
iceberg_format = IcebergFormat(
catalog="my_catalog",
namespace="my_database"
)Configuration Options
Parameter
Type
Description
Common Properties
Time Travel Example
Delta Lake
Basic Configuration
Configuration Options
Parameter
Type
Description
Common Properties
Time Travel Example
Apache Hudi
Basic Configuration
Configuration Options
Parameter
Type
Description
Table Types
Common Properties
Incremental Query Example
Table Format vs File Format
Aspect
File Format
Table Format
Can be used together
Benefits of Table Formats
Reliability
Performance
Flexibility
Choosing the Right Table Format
Use Case
Recommended Format
Why
Best Practices
1. Choose Appropriate Partitioning
2. Enable Optimization Features
3. Manage Table History
4. Monitor Metadata Size
5. Test Schema Evolution
Data Source Support
See Also
Last updated
Was this helpful?