A pricing model that charges for data ingestion and storage tiers rather than per-query or per-vector fees. Warehouse pricing aligns costs with value creation: you pay to decompose files into features (extraction), pay based on which storage tier holds them (hot vs. warm), and query for free because the value was created at ingestion time.
Costs are incurred at two points: when files are processed (extraction compute) and when features are stored (tier-based storage). Hot storage (active vector indexes) carries a higher per-GB cost but enables sub-10ms retrieval. Warm storage (S3 Vectors) costs roughly 90% less but adds query latency. Queries themselves do not generate per-call charges because the expensive work happened at ingest time.