- Store all trades
- Store candles at the size that is in the current config
- Store 1 minute candles.
The first option creates the biggest databases.
...
So I went for the first option: I know exactly how much data per day is required and I am able to calculate every candle (> 1 minute) on the fly based on those.
Do you mean that you went for the third option?