Skip to content

Commit

Permalink
DOCS-15103: type 7 (compressed column) (#84)
Browse files Browse the repository at this point in the history
* fix formatting in spec file

* DOCS-15103: add details about column type 7

* HE fix

(cherry picked from commit 38dfc47)
  • Loading branch information
rustagir committed Mar 28, 2024
1 parent 6a64726 commit 462f13c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,10 @@ <h3>Notes</h3>
<li>Max key - Special type which compares higher than all other possible BSON element values.</li>
<li>Generic binary subtype - This is the most commonly used binary subtype and should be the 'default' for drivers
and tools.</li>
<li>Compressed BSON Column - Compact storage of BSON data. This data
type uses delta and delta-of-delta compression and
run-length-encoding for efficient element storage. Also has an
encoding for sparse arrays containing missing values.</li>
<li>The BSON "binary" or "BinData" datatype is used to represent
arrays of bytes. It is somewhat analogous to the Java notion of a
ByteArray. BSON binary values have a <em>subtype</em>. This is used to
Expand Down

0 comments on commit 462f13c

Please sign in to comment.