Skip to content

Commit 007f798

Browse files
authored
Merge pull request #133201 from arunkumarthiags/patch-1
Update known-issues-azure-mysql-online.md
2 parents 2128452 + 47c12d6 commit 007f798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/dms/known-issues-azure-mysql-online.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ Large Object (LOB) columns are columns that could grow large in size. For MySQL,
7575
7676
**Workaround**: Replace primary key with other datatypes or columns that aren't LOB.
7777
78-
- **Limitation**: If the length of Large Object (LOB) column is bigger than 32 KB, data might be truncated at the target. You can check the length of LOB column using this query:
78+
- **Limitation**: If the length of Large Object (LOB) column is bigger than the "Limit LOB size" parameter (should not be greater than 64 KB), data might be truncated at the target. You can check the length of LOB column using this query:
7979
```
8080
SELECT max(length(description)) as LEN from catalog;
8181
```
8282
83-
**Workaround**: If you have LOB object that is bigger than 32 KB, contact engineering team at [Ask Azure Database Migrations](mailto:[email protected]).
83+
**Workaround**: If you have LOB object that is bigger than 64 KB, use the "Allow unlimited LOB size" parameter. Note that migrations using "Allow unlimited LOB size" parameter will be slower than migrations using "Limit LOB size" parameter.
8484
8585
## Limitations when migrating online from AWS RDS MySQL
8686

0 commit comments

Comments
 (0)