Data Destination - Treasure Data
  • 07 Dec 2022
  • Dark
    Light
  • PDF

Data Destination - Treasure Data

  • Dark
    Light
  • PDF

Article Summary

Note

This is a machine-translated version of the original Japanese article.
Please understand that some of the information contained on this page may be inaccurate.

summary

This page is a help page for setting up data transfer to Treasure Data.

Supported Protocols

constraint

  • Nothing in particular

Setting items

STEP1 Basic settings

Itemnamerequireddefault
valuecontent
Treasure Data Connection InformationYes-From the connection information registered in advance, select the one that has the necessary permissions for this transfer setting.
Database nameYes-Enter the name of the database to which you want to transfer data.
tableYes-Enter the name of the table to which you want to transfer data.
Time ColumnNo-Specifies the time column name to use for the index.
Automatic Tablei GenerationYesCreate a table if it doesn't existIf the table specified in "Table" does not exist, select whether to create it automatically.
Transfer ModeYesappendSelect the transfer mode. For details on each mode, see About Transfer Modes below.

STEP2 Advanced settings

Item namedefault value
File split size16384
Whether to abort the transfer if an incorrect record existsNO
Default time zoneUTC
Maximum number of retries20
Initial number of retries (ms)1000
Maximum retry interval (ms)90000

About Transfer Modes

ModeDetails
appendMake an append to the table.
Populate the specified existing table directly.
replaceWash the table.
First, create a temporary table and upload the data.
When the upload is complete, the temporary table replaces the table specified in the table.
The schema of an existing table is not migrated to the replaced table.
truncateMake an append to the table.
First, create a temporary table and upload the data.
When the upload is complete, the temporary table replaces the table specified in the table.
It also appends the schema of the existing table to the replaced table.

Was this article helpful?