Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Introducing Mass Ingestion
  2. Getting Started with Mass Ingestion
  3. Connectors and Connections
  4. Mass Ingestion Applications
  5. Mass Ingestion Databases
  6. Mass Ingestion Files
  7. Mass Ingestion Streaming
  8. Monitoring Mass Ingestion Jobs
  9. Asset Management
  10. Troubleshooting

Mass Ingestion

Mass Ingestion

MySQL Source and Microsoft Azure Synapse Analytics Target

MySQL Source and Microsoft Azure Synapse Analytics Target

The following table identifies the recommended data-type mappings for Mass Ingestion Databases configurations with a MySQL source and a Microsoft Azure Synapse Analytics target:
MySQL Source Data Type
Synapse Analytics Target Data Type
bigint
bigint
bigint unsigned
decimal(20)
binary(
size
), 1 <= s <= 255
binary(
size
), 1 <= s <= 255
bit
bit
bit(
precision
), 1 <= p <= 64
binary(
size
), 1 <= s <= 8
blob
varbinary(max)
char(
size
), 1 <= s <= 255
varchar(
size
), 4 <= s <= 1020
date
date
datetime
datetime2
decimal(p,s), 1 <= p <= 38, 0 <= s <= 29
decimal(p,s), 1 <= p <= 38, 0 <= s <= 29
decimal(p,s), 39 <= p <= 65, 0 <= s <= 29
char(
size
), 40 <= s <= 67
double
float
float
real
geomcollection
varbinary(max)
geometry
varbinary(max)
geometrycollection
varbinary(max)
int
int
int unsigned
bigint
json
varchar(max)
linestring
varbinary(max)
longblob
varbinary(max)
longtext
varchar(max)
mediumblob
varbinary(max)
mediumint
int
mediumint unsigned
int
mediumtext
varchar(max)
multilinestring
varbinary(max)
multipoint
varbinary(max)
multipolygon
varbinary(max)
numeric
decimal(10)
point
varbinary(max)
polygon
varbinary(max)
smallint
smallint
smallint unsigned
int
text
varchar(max)
time(
precision
), 0 <= p <= 6
varchar(
size
), 10 <= s <= 17
timestamp(
precision
), 0 <= p <= 3
datetime2
timestamp(
precision
), 4 <= p <= 6
datetime2(
precision
), 4 <= p <= 6
tinyblob
binary(255)
tinyint
smallint
tinyint unsigned
smallint
tinytext
char(256)
varbinary(
size
), 1 <= s <= 65535
varbinary(
size
), 1 <= s <= max
varchar(
size
), 1 <= s <= 21844
varchar(
size
), 4 <= s <= max
year
smallint

0 COMMENTS

We’d like to hear from you!