thomasd1 commited on
Commit
53ffb6e
·
verified ·
1 Parent(s): 9689761

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -6,6 +6,7 @@ viewer: false
6
  # Aix-compatible Lichess database
7
 
8
  This dataset contains the [Lichess database](https://database.lichess.org/) of 7+ billion chess games, but in a format queryable using [Aix](https://github.com/thomas-daniels/aix), with the `aixchess` extension for DuckDB.
 
9
 
10
  Generated using [pgn-to-aix](https://github.com/thomas-daniels/aix/tree/main/pgn-to-aix).
11
 
 
6
  # Aix-compatible Lichess database
7
 
8
  This dataset contains the [Lichess database](https://database.lichess.org/) of 7+ billion chess games, but in a format queryable using [Aix](https://github.com/thomas-daniels/aix), with the `aixchess` extension for DuckDB.
9
+ Three compression levels (Low, Medium, and High) are offered for the chess game encoding, enabling a trade-off between decoding speed and size. The Parquet files themselves are all zstd-compressed at level 19.
10
 
11
  Generated using [pgn-to-aix](https://github.com/thomas-daniels/aix/tree/main/pgn-to-aix).
12