Bulk Upload
Comments
-
Hello Decisions,
I’m currently running a query to get back results that contain more than 8,000 records. I’ve tried to use a ForEach step to apply some additional steps before it uploads into my data structure but it crashed our Dev server. Instead of using a ForEach step that does one record at a time is there an alternative that won’t crash our server?
-
Hi,
There is a ForEach (Chunking) Step or Branch ForEach (Chunking) that you can try. The ForEach(Chunking) will send item lists through of a set size per iteration. The Branching ForEach (chunking) will do the same, but in parallel.
Let me know if this is what you are looking for.
-
So the logic behind the chunking was good however it outputs a list. Is there a step that would output a single record because in the later steps we are substringing a ZIP code and utilizing truth tables for that single record.
Thanks,
-
If you still need a single item, you can nest the ForEach loop inside the chunking loop.
-
For clarification you’re insisting the following:
Execute Query -> Branch ForEach (chunking) -> ForEach step -> Substring step etc…? -
Yes,
This will divvy up the threads that are running in parallel and work some tasks sequentially, so instead of having 1000 processes happening at once, we can have 100 processes with 10 sequential steps happening at once.
best,
Howdy, Stranger!
Categories
- 4.1K All Categories
- 61 General
- 11 Training
- 201 Installation / Setup
- 1.1K Flows
- 106 Rules
- 260 Administration
- 212 Portal
- 489 General Q & A
- 693 Forms
- 333 Reports
- 3 Designer Extensions
- 47 Example Flows
- 51 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 178 Pages
- 5 Process Mining
- New Features
- 178 Datastructures
- 69 Repository
- 219 Integrations
- 28 Multi-Tenant
- 27 SDK
- 76 Modules
- 56 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 66 Lunch And Learn Questions