AW-10865990051

Rethinking the Feature Store concept for MLOps

feature_store_value_ioblend

Rethinking the Feature Store concept for MLOps

Today we talk about Feature Stores. The recent Databricks acquisition of Tecton raised an interesting question for us: can we make a feature store work with any infra just as easily as a dedicated system using IOblend? Let’s have a look.

How a Feature Store Works Today

Machine learning teams agree on one thing: features are the most important input to a model. They need to be fresh, consistent, based on quality data and governed — across both training and inference.

This is the problem “feature stores” were invented to solve. By standardising feature definitions, providing a registry, and separating offline training data from online serving, they’ve become a common pattern in ML infrastructure.

But there’s a catch. Most feature stores introduce a new layer of infrastructure:

  • A dedicated online store (often Redis, Dynamo, Tecton or Cassandra).
  • An API service for serving features in real-time.
  • A registry and metadata service.
  • Synchronisation pipelines to keep online and offline stores consistent.

This works — but it comes at a cost. Teams end up paying for additional cloud services (platform costs + compute), debugging consistency issues between “the store” and “the warehouse,” and managing ingest tools to bring data into the said platforms. In some cases, the effort to run the feature store rivals the effort to run the models themselves.

So the question is worth asking: do we really need a separate store?

Rethinking the Pattern

If we step back, the essentials of a feature store boil down to five capabilities:

  1. Definitions — how features are built.
  2. A registry — metadata, lineage, and versioning.
  3. Offline storage — historical features for training.
  4. Online access — low-latency serving for inference.
  5. Freshness and correctness — keeping features aligned across training and serving.

Nothing on that list says you must use a secondary storage system. What you really need is a way to:

  • Continuously process raw data into features.
  • Materialise those features into your existing lake or warehouse.
  • Guarantee governance, lineage, and point-in-time correctness.
  • Serve them with the right latency for your application.

That raises an interesting alternative: what if the warehouse itself could be the feature store?

Continuous Features Without Extra Infrastructure

This is where IOblend’s design comes in. Built as a streaming-first DataOps engine (rather than a batch system adapted for streaming), it already provides the primitives that feature stores aim to deliver — but without standing up a new stack.

  • Sub-second freshness — pipelines run continuously, not in micro-batches.
  • Network-bound P99 latency — feature updates propagate almost instantly.
  • >1 million TPS sustained — proven in production deployments.
  • Governance by default — lineage, CDC handling, schema evolution, SCD, and drift monitoring are built into every pipeline.
  • Runs in your environment — on-prem, VPC, or edge. No SaaS dependencies in the inference path.

In this architecture, the warehouse becomes the store. IOblend continuously maintains features inside Delta, Iceberg, Hudi, Snowflake, BigQuery, and others — the systems you already run.

The ROI of “No Store”

By eliminating the need for a separate feature store tier, you reap see benefits across several dimensions:

  • Infrastructure cost savings — no Redis/Dynamo clusters, no duplication of data between “online” and “offline” stores.
  • Performance at scale — P99 inference latencies and million-TPS throughput without extra serving infrastructure.
  • Operational simplicity — ingestion, transformation, governance, and materialisation all in one engine.
  • Data security and compliance — features stay inside your environment; no regulated data leaves your boundary.

A Dataflow in Practice

  1. Ingest — CDC from operational databases and event streams (Kafka, Kinesis, IoT).
  2. Process — streaming pipelines apply joins, aggregations, deduplication, slowly changing dimensions, and CDC merges with exactly-once semantics.
  3. Materialise — features continuously upserted into warehouse/lake tables (Delta, Iceberg, Hudi, Snowflake, BigQuery, etc.).
  4. Consume — applications query those tables directly. For ultra-low latency (<5ms), a lightweight cache or gateway can be layered on top.
feature_store_ioblend

Something to Think About

The idea behind feature stores is sound: models need features that are fresh, correct, and consistent. But the conventional implementation — running a parallel online store — is not the only way to achieve this.

A streaming-first engine that maintains features directly in your warehouse can deliver the same guarantees — with fewer systems, lower costs, and proven production performance at scale.

That’s the approach we’ve taken with IOblend: a feature store without the store.

IOblend: See more. Do more. Deliver better. 

IOblend presents a ground-breaking approach to IoT and data integration, revolutionizing the way businesses handle their data. It’s an all-in-one data integration accelerator, boasting real-time, production-grade, managed Apache Spark™ data pipelines that can be set up in mere minutes. This facilitates a massive acceleration in data migration projects, whether from on-prem to cloud or between clouds, thanks to its low code/no code development and automated data management and governance.

IOblend also simplifies the integration of streaming and batch data through Kappa architecture, significantly boosting the efficiency of operational analytics and MLOps. Its system enables the robust and cost-effective delivery of both centralized and federated data architectures, with low latency and massively parallelized data processing, capable of handling over 10 million transactions per second. Additionally, IOblend integrates seamlessly with leading cloud services like Snowflake and Microsoft Azure, underscoring its versatility and broad applicability in various data environments.

At its core, IOblend is an end-to-end enterprise data integration solution built with DataOps capability. It stands out as a versatile ETL product for building and managing data estates with high-grade data flows. The platform powers operational analytics and AI initiatives, drastically reducing the costs and development efforts associated with data projects and data science ventures. It’s engineered to connect to any source, perform in-memory transformations of streaming and batch data, and direct the results to any destination with minimal effort.

IOblend’s use cases are diverse and impactful. It streams live data from factories to automated forecasting models and channels data from IoT sensors to real-time monitoring applications, enabling automated decision-making based on live inputs and historical statistics. Additionally, it handles the movement of production-grade streaming and batch data to and from cloud data warehouses and lakes, powers data exchanges, and feeds applications with data that adheres to complex business rules and governance policies.

The platform comprises two core components: the IOblend Designer and the IOblend Engine. The IOblend Designer is a desktop GUI used for designing, building, and testing data pipeline DAGs, producing metadata that describes the data pipelines. The IOblend Engine, the heart of the system, converts this metadata into Spark streaming jobs executed on any Spark cluster. Available in Developer and Enterprise suites, IOblend supports both local and remote engine operations, catering to a wide range of development and operational needs. It also facilitates collaborative development and pipeline versioning, making it a robust tool for modern data management and analytics

DR-and-continuity-with-IOblend
AI
admin

Continuous Data Replication for DR and Continuity

Continuous Data Replication: for Business Continuity and DR  📝 Did you know? According to industry studies, the average cost of IT downtime is approximately £4,500 per minute. For a large enterprise, a single hour of data loss or system unavailability can translate into millions in lost revenue, legal penalties, and irreparable brand damage.  The Pulse of

Read More »
Smart meter billing and AI forecasting with IOblend
AI
admin

Smart Meter Data: Billing to Forecasting

Utilities: Smart Meter Data to Billing and Demand Forecasting  📋 Did You Know? The global roll-out of smart meters generates more data in a single day than most utility companies used to collect in an entire decade. While traditional meters were read once a month, or even once a quarter, smart meters transmit data at intervals

Read More »
SCADA streams with IOblend
AI
admin

SCADA Streams to Reliability Analytics

Energy: SCADA Streams to Reliability Analytics  🔌 Did you know? The average modern wind turbine or smart substation generates roughly 1 to 2 terabytes of data every month. However, historically, less than 5% of that sensor data was actually used for decision-making. Most of it was simply discarded or “siloed” in SCADA systems, serving as a

Read More »
Logistics operator at a workstation using a tablet with holographic screens showing live ETA, weather, and a route map at a busy distribution hub.
AI
admin

Building Live ETA Pipelines for Fleet Operations

Logistics: Live ETA Prediction Pipelines from Fleet + Orders  🚚 Did you know? The “Last Mile” is famously the most expensive and inefficient part of the supply chain, often accounting for up to 53% of total shipping costs.  The Evolution of Real-Time Logistics  Live ETA (Estimated Time of Arrival) prediction pipelines represent the shift from reactive

Read More »
DB2-to-Lakehouse-with-CDC-IOblend
AI
admin

DB2 CDC to Lakehouse Without Re-Platforming

From DB2 to Lakehouse: Real-Time CDC Without Re-Platforming  💻 Did you know? Mainframe systems like DB2 still process approximately 30 billion business transactions every single day. Despite the rush toward modern cloud architectures, the world’s most critical financial and logistical data often resides in these “legacy” environments, making them the silent engines of the global economy. 

Read More »
Real-time-data-processing-with-deduplication
AI
admin

Real-Time Upserts: Deduping and Idempotency

Streaming Upserts Done Right: Deduping and Idempotency at Scale  💻 Did you know? In many high-velocity streaming environments, the “same” event can be sent or processed multiple times due to network retries or distributed system failures.  The Art of the Upsert  At its core, a streaming upsert (a portmanteau of “update” and “insert”) is the process of synchronising incoming data with an existing

Read More »
Scroll to Top