Article
Data Historian vs Time-Series Database: Which One to Choose
Classic vendor data historian or time-series database: a criteria-based comparison covering origin, licensing model, industrial connectivity, deployment flexibility and the team each option requires, when each one makes sense, and why in a layered data platform the storage engine is the easiest piece to change.
- Published
- August 9, 2026
- Updated
- August 9, 2026
- Format
- Guide
- Reading
- 12 min
A classic data historian and a time-series database (TSDB) solve the same need: storing years of timestamped plant signals and serving them fast. The difference is not in the function but in the origin, the licensing model, the ecosystem and the team required to operate them. This comparison orders those criteria so the decision is one of engineering rather than inertia, and explains why in a well-designed data platform the specific engine is the easiest piece to change.
Two families for the same problem
A plant's data pattern is peculiar: an enormous number of small, time-ordered values that are never modified after being written. Two product families have grown around that pattern. The first, the classic data historian, was born inside the automation world: it is sold by the large industrial vendors, integrates natively with their SCADA and client tools, and is usually licensed by number of signals. The second, the time-series database, was born in the software world: open-source projects and cloud products designed for any timestamped data, from server metrics to industrial sensors.
What that historical record stores exactly (tags, quality flags, compression, deadband) and how to size it is covered in our guide to the plant data historian. Here we assume you already know you need one and the question is which of the two families to choose.
What each one is, in two paragraphs
The classic historian is a turnkey industrial product. Representative examples are AVEVA PI System or Proficy Historian from GE Vernova, which their vendors present as plant data historians for operational environments. It ships with connectors for the protocols and SCADA of its ecosystem, mature client tools for trends and reports, and vendor support. In exchange, licensing cost grows with the number of tags and flexibility of deployment and integration outside its ecosystem is lower.
The time-series database is a specialised storage engine, not a closed industrial product. Representative examples are InfluxDB or TimescaleDB, both with open-source editions according to their own websites. It offers bulk writes, time-series compression and a query language with windowed aggregates, and deploys wherever you want: a server at the plant, a container, the cloud. In exchange, it brings no industrial connectors and no plant client tools: capture, visualisation and tag management must be provided by the platform around it.
Comparison: data historian vs TSDB
| Criterion | Classic historian | Time-series database |
|---|---|---|
| Origin | Industrial automation world | Software and infrastructure world |
| What you buy | Complete product: engine, connectors and client tools | Only the storage and query engine |
| Licensing | Commercial, usually scaled by number of tags | Open source in its base edition; optional commercial editions |
| Industrial connectivity | Native within the vendor's ecosystem | Not included: provided by the edge layer or the platform |
| Deployment flexibility | Constrained by the product's requirements | High: local server, container, cloud or hybrid |
| Third-party integration | Through the interfaces the vendor offers | Open APIs and a broad ecosystem of libraries |
| Team required | Automation profile, trained on the product | IT or platform profile, or an integrator to operate it |
| Main risk | Vendor dependency and growing per-tag cost | Building and maintaining the pieces the closed product already ships |
When the classic historian makes sense
When the plant already lives inside one vendor's ecosystem, that vendor's historian is the path of least friction: the connectors exist, the client tools are familiar and support answers for the whole chain. The organisational factor also weighs: if the team that will operate the historical record is an automation team and there is no IT profile to maintain software infrastructure, a closed product with vendor support reduces risk. The trade-off is structural: cost scales with tags, which in practice pushes plants to historise fewer signals than they should, and integration with systems outside the ecosystem depends on the interfaces the vendor decides to offer.
When a time-series database makes sense
When the historical record is born inside a data platform, the TSDB fits naturally: industrial connectivity is already solved by the edge layer, visualisation is already solved by the consumption layer, and what is needed from the engine is exactly what a TSDB does well: write a lot, compress well and query fast by range. With no per-tag licensing cost, the decision of what to historise stops being economic and becomes an engineering one: you keep everything that has value. It is the approach we apply in Captia Connect, which persists normalised signals in InfluxDB within local, hybrid or cloud deployments. The trade-off is real too: a TSDB alone is not a plant historian; it demands a capture layer, a tag model and an operation that someone has to build and maintain, whether your own team or an integrator.
The criterion that rules: the platform, not the engine
The comparison above is misleading if read in isolation: it frames the decision as if the storage engine were the centre of the architecture, and it should not be. In a layered industrial data platform, the historical store is one more consumer of the normalised flow: it subscribes to what the edge layer publishes and persists it. If the tag model, the normalisation and the contracts with other systems live in the platform rather than inside the historian product, changing engines in a few years is a bounded project. If they live inside the historian, changing means migrating everything.
That is why the useful question is not which engine is better, but which architecture keeps the door open. A classic historian inside a well-decoupled platform is a legitimate choice; a TSDB turned into a universal integrator repeats the same mistakes the historian guide describes. The piece not to delegate is the one above: the common data model and the layer that serves it to operations and to the business.
Frequently asked questions
Are a data historian and a TSDB the same thing?
Functionally they play the same role: bulk writing of timestamped values and fast range queries. They differ in what surrounds the engine: the classic historian is a complete industrial product with connectors and client tools, while the TSDB is only the engine, designed to sit inside a platform that provides the rest.
Can I replace my vendor historian with a TSDB?
Technically yes, but the engine is the small part of the project. What determines the effort is how much logic lives inside the historian today: connectors, tag model, calculations, reports and applications querying it directly. The usual approach is not a big-bang migration but standing up the platform in parallel, historising new signals there and deciding calmly which old history deserves to be moved.
Is per-tag licensing as decisive as it seems?
Its most expensive effect is not the invoice, it is the behaviour it induces: when every signal costs money, plants historise the minimum, and the signals discarded today are the impossible analyses of three years from now. With an engine that has no per-tag cost, the decision of what to keep is taken with process judgement, which is where it belongs.
What does a TSDB need to work as a plant historian?
Three pieces around the engine: a multi-protocol capture layer with local buffering so network outages do not open gaps, a naming convention and a shared tag model, and a consumption layer that serves trends, dashboards and reports to whoever needs them. That is exactly the structure of a layered industrial data platform.
If you are weighing up how to historise your plant's signals without tying yourself to a per-tag cost, at Captia Connect we deploy the full chain: multi-protocol capture at the edge, local buffering and time-series persistence within an industrial data platform that serves the data to operations and to the business. The first step is an inventory of signals and protocols.