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
Hi, I upgraded the old tool to the new repo with release2.1.4. When trying to run the tool to import records from json to comsos db insert/upsert is working while insert stream and upsert stream are not doing any import(the records count still the same). I am using the CLI command and not the settings file.
The tool is not failing but no documents are imported when using streams, what could be wrong with this setup if the insert and upsert are working? Are the streams logic ready to use?
The text was updated successfully, but these errors were encountered:
The -Stream modes can be slightly more performant but also less compatible. Depending on network specifics, ConnectionMode=Direct and WriteMode=InsertStream should be the fastest, but may also fail to transmit data. At the opposite end, ConnectionMode=Gateway and WriteMode=Upsert should be the most compatible set of options but also the least performant.
Outside of actual transfer performance, Stream modes also require different JSON serialization during transfer so there may be an issue specific to your data that is only causing problems with that serialization.
Hi, I upgraded the old tool to the new repo with release2.1.4. When trying to run the tool to import records from json to comsos db insert/upsert is working while insert stream and upsert stream are not doing any import(the records count still the same). I am using the CLI command and not the settings file.
Here is the command args for the tool:
The tool is not failing but no documents are imported when using streams, what could be wrong with this setup if the insert and upsert are working? Are the streams logic ready to use?
The text was updated successfully, but these errors were encountered: