Nancy 2.0
Currently, Nancy CLI project is on hold. It was a great experiment (helping to conducts lots of DB experiments) but we, Postgres.ai team, switched our focus to a different topic, micro-optimization, SQL optimization, and then to thin clones – Database Lab.
This issue exists to define the ideas for the future Nancy 2.0 (the name will likely be changed). What we think to have in 2.0 (this list was written a while ago, back in 2019):
- Work with an existing Postgres cluster (remote or local).
- Multi-node tests.
- FS (or storage) snapshots support for reverting changes.
- Heterogenous workload (example: single-threaded workload such as DB migration + "background" workload such as production replayed/simulated workload).
- Full-fledged monitoring embedded (prometheus, timescaledb, stored outside).
- Experiments database + enterprise-level GUI and API.
Edited by Nikolay Samokhvalov