You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| DATE | date | number (JSON) | DATE | N | date | date | date | date | int | number (JSON) |
545
+
| TIME | time | number (JSON) | TIMESTAMP | N | time | time | timestamp | time | bigint | number (JSON) |
546
+
| TIMESTAMP | <em>Unsupported</em> | number (JSON) | TIMESTAMP | N | datetime | timestamp | timestamp | datetime2 | bigint | number (JSON) |
547
+
| TIMESTAMPTZ | timestamp | number (JSON) | TIMESTAMP | N | datetime | timestamp with time zone | timestamp with time zone | datetimeoffset | bigint | number (JSON) |
548
548
549
549
:::note
550
550
@@ -579,6 +579,8 @@ Oracle BLOB type cannot be used as a partition key, clustering key, secondary in
579
579
580
580
YugabyteDB has limitations that prevent floating point types (FLOAT and DOUBLE) from functioning correctly as a primary key, clustering keys, or secondary index keys.
581
581
582
+
With Object Storage, BLOB-type data larger than 1.5 GiB cannot be stored.
583
+
582
584
## Internal transaction metadata for Consensus Commit
583
585
584
586
The Consensus Commit transaction manager manages transaction metadata (for example, transaction ID, record version, and transaction status) stored along with the actual records to handle transactions properly.
0 commit comments