Currently, when using Chrononaut with Alembic or another automated migration tool it will generate an index on history tables. These are probably not needed from a performance POV and may hurt inserts. As such, it'd be good to optionally allow configuration to not generate indices based on Column(index=True) declarations in SQLAlchemy.
Currently, when using Chrononaut with Alembic or another automated migration tool it will generate an index on history tables. These are probably not needed from a performance POV and may hurt inserts. As such, it'd be good to optionally allow configuration to not generate indices based on
Column(index=True)declarations in SQLAlchemy.