Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/concepts/data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ All data types supported by Paimon are as follows:
<td><code>BLOB</code></td>
<td><code>Data type of a binary large object.</code><br><br>
<code>Designed for storing large binary data such as images, videos, audio files, and other multimodal data. Unlike BYTES type which stores data inline, BLOB stores large binary data in separate files and maintains references to them, providing better performance for large objects.</code><br><br>
<code>Note: Requires 'row-tracking.enabled' and 'data-evolution.enabled' to be set to true. See <a href="{{< ref "append-table/data-evolution#blob-type" >}}">Blob Type</a> for details.</code>
<code>Note: Requires 'row-tracking.enabled' and 'data-evolution.enabled' to be set to true. See <a href="{{< ref "append-table/blob/#overview" >}}">Blob Type</a> for details.</code>
</td>
</tr>
</tbody>
Expand Down