grafana / thema

A CUE-based framework for portable, evolvable schema
Apache License 2.0
229 stars 12 forks source link

Evaluate scalability of main Thema operations #171

Open joanlopez opened 1 year ago

joanlopez commented 1 year ago

As part of the work towards Thema readiness, we would like to evaluate the scalability of main Thema operations (bind, validate, translate).

In other words, we would like to have an idea of how time (cpu) and memory consumption will grow when adding more and more schema versions (larger lineages) to the existing (realistic; e.g. Grafana dashboard) definitions. Would it be constant? Logarithmic? Linear?