Tradeoffs

Every database architecture has costs. AionDB's v0.1 tradeoffs are part of the product story.

Where AionDB is trying to be strong

The strongest argument for AionDB is not that it beats mature systems on their home turf immediately. The strongest argument is that modern application data often has three shapes at once: relational facts, relationships, and embeddings. AionDB tries to make that combination a native database model instead of an integration problem.

Where mature databases are stronger today

PostgreSQL is stronger for broad SQL compatibility, extensions, operational maturity, and ecosystem depth.

Columnar analytical engines are stronger for scan-heavy analytics.

Dedicated graph engines are stronger for deep graph traversal and mature graph algorithms.

Dedicated vector systems may be stronger for large-scale approximate nearest-neighbor search, recall tuning, filtering, and compaction.

This is not a weakness to hide. It is the baseline a user will compare against. If the workload is ordinary OLTP with mature operational requirements, PostgreSQL is the more credible default. If the workload is pure analytics, DuckDB-style columnar execution is the more credible default. If the workload is only vector retrieval at large scale, a dedicated vector system may be easier to tune.

Where AionDB may be slower

Expect AionDB v0.1 to be weaker on:

Workloads that make sense

AionDB is most interesting when the application would otherwise wire together several systems:

In those cases, the comparison is not only raw speed. It is also operational complexity, data duplication, consistency, and how much application code exists only to keep several stores synchronized.

Workloads that do not make sense yet

Avoid positioning v0.1 as the best answer for:

Why still evaluate it

Evaluate AionDB when the interesting part of the workload is the combination: relational state, relationships, and embeddings in one engine. The v0.1 question is not whether AionDB is already the fastest database everywhere. The useful question is whether the model is promising enough to keep building.

Honest comparison rule

When comparing AionDB to another database, state where AionDB loses. A credible comparison should include at least: