Home Forum Software Database optimisations Reply To: Database optimisations

#683
Ally
Participant

Radu, on table 2 is there a timestamp for when new rows are inserted to the table?

There are some good open source ETL tools I’ve been looking I to which would allow us to easily, and automatically, archive off rows from t2 into an archive table. This table wouldn’t be queried under normal circumstances I guess, but would be available if there was a need to see the whole history of a unit.

For all the tables, we need to make sure they’re properly indexed and partitioned to optimise query speed – I’m not sure what options MySQL provides for that, will need to look into that.