You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moqui's tools include dataimport, but they do not support batch operations. When there is a large amount of data, there will be timeout/failure issues. At this point, the timeout time can be increased (default 60s),
But there are several issues:
When deploying online, Moqui is usually not external, and the outermost layer usually has nginx/address. However, changing the Moqui timeout does not take effect.
Due to the lack of batch operations, the import process is very slow. Even if Ops personnel agree to adjust the timeout time, this time cannot be estimated due to the amount of data. Usually, it is not recommended to adjust the timeout to a very large value.
So it is recommended to determine whether the imported data is duplicate and can support batch inserts? Especially for importing in CSV format.
The text was updated successfully, but these errors were encountered:
daiagou
changed the title
Dataload does not support batch insertion operations
Data import does not support batch insertion operations
Jun 2, 2023
Could you provide some further examples of what exactly is occurring? Repeatable steps, so that others can help to isolate what the problem(s) actually are?
Moqui's tools include dataimport, but they do not support batch operations. When there is a large amount of data, there will be timeout/failure issues. At this point, the timeout time can be increased (default 60s),
But there are several issues:
So it is recommended to determine whether the imported data is duplicate and can support batch inserts? Especially for importing in CSV format.
The text was updated successfully, but these errors were encountered: