Table of Contents

Search

  1. Preface
  2. Database Ingestion and Replication

Database Ingestion and Replication

Database Ingestion and Replication

MongoDB Source and Microsoft Azure Synapse Analytics Target

MongoDB Source and Microsoft Azure Synapse Analytics Target

The following table identifies the recommended data-type mappings for
Database Ingestion and Replication
configurations with a MongoDB source and a Microsoft Azure Synapse Analytics target:
MongoDB Source Data Type
Microsoft Azure Synapse Analytics Target Data Type
document(2147483647)
nvarchar(max)
id(32)
nchar(32)
For a MongoDB source,
Database Ingestion and Replication
creates two columns on the target: an ID column, which provides an identifier similar to a primary key, and a Document column, which contains a JSON object containing an entire MongoDB record. Therefore, the mappings show the target data type associated with each of these columns.

0 COMMENTS

We’d like to hear from you!