Skip to content

Commit ecd2d01

Browse files
committed
chore: remove hdf5 from data comparison
1 parent fa306b0 commit ecd2d01

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/data-download.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ Freqtrade currently supports the following data-formats:
9393
* `feather` - a dataformat based on Apache Arrow
9494
* `json` - plain "text" json files
9595
* `jsongz` - a gzip-zipped version of json files
96-
* `hdf5` - a high performance datastore (deprecated)
9796
* `parquet` - columnar datastore (OHLCV only)
9897

9998
By default, both OHLCV data and trades data are stored in the `feather` format.
@@ -103,8 +102,8 @@ To persist this change, you should also add the following snippet to your config
103102

104103
``` jsonc
105104
// ...
106-
"dataformat_ohlcv": "hdf5",
107-
"dataformat_trades": "hdf5",
105+
"dataformat_ohlcv": "feather",
106+
"dataformat_trades": "feather",
108107
// ...
109108
```
110109

@@ -142,7 +141,6 @@ time freqtrade list-data --show-timerange --data-format-ohlcv <dataformat>
142141
| `feather` | 72Mb | 3.5s |
143142
| `json` | 149Mb | 25.6s |
144143
| `jsongz` | 39Mb | 27s |
145-
| `hdf5` | 145Mb | 3.9s |
146144
| `parquet` | 83Mb | 3.8s |
147145

148146
Size has been taken from the BTC/USDT 1m spot combination for the timerange specified above.

0 commit comments

Comments
 (0)