Skip to content

Commit

Permalink
[NFC][ntuple] document default RNTupleWriteOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf authored Nov 5, 2024
1 parent 76ddfce commit a91465f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tree/ntuple/v7/doc/BinaryFormatSpecification.md
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,16 @@ The limits refer to a single RNTuple and do not consider combinations/joins such
| Maximum string length (meta-data) | 4GB | String encoding |
| Maximum RBlob size | 128 PiB | 1GiB / 8B * 1GiB (with maxKeySize=1GiB, offsetSize=8B) |

## Defaults

This section summarizes default settings of `RNTupleWriteOptions`.

| Default | Value |
|----------------------------------------|------------------------------|
| Approximate Zipped Cluster | 100 MB |
| Max Unzipped Cluster | 1 GiB |
| Max Unzipped Page | 1 MiB |

## Glossary

### Anchor
Expand Down

0 comments on commit a91465f

Please sign in to comment.