-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Description
Hi maintainers,
When we use modes other than INSERT_DIRECT
and MERGE_DIRECT
in embulk-output-jdbc (or plugins that inherit from embulk-output-jdbc), there is a restriction that we cannot create more than 1000 temporary tables as follows.
This will cause problems when the number of tasks exceeds 1000, such as when there are more than 1000 input files.
I think this restriction was designed to prevent the maximum number of table names from being exceeded, but I think the problem can be solved if the number of suffix digits can be specified as an option. What do you think?
Metadata
Metadata
Assignees
Labels
No labels