Multi LDAP integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 08:41 PM
Hi All,
We are creating 2 LDAPs in our system to import users from two different Active Directories, In the data source do I need to use 2 different import set tables? or Can I use ldap_import for both the LDAPs?
Thanks,
Supriya.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 08:53 PM
Hi @Supriya B ,
You can use Concurrent imports for your use case.
Videos: Concurrent Imports - Learn Integrations on the Now Platform from Dev Program [0:00-4:10 | 4 Mins]
Data Flow Diagram (Time Improvement):
In this scenario without Concurrent Import, the time to import and transform 320,000 records took 4hrs and 20mins. The import and transform were done serially.
In this scenario with Concurrent Import enabled, the time to import and transform the same data took 1hr and 20mins. The transform was done by four processes in parallel.
In both scenarios, the import process took the same amount of time (from 00:00:00 to 00:20:00, 20 minutes). The Concurrent Import has no impact on import processing time. Immediately after the import completed, the four transform processes kicked off (at 00:20:00). Since each transform process is now handling 1/4 of the data, it takes 1/4 of the time to transform.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 11:28 PM
Hi Sandeep,
So, Can I use same import set table (ldap_import) for both ldap's?
Thanks,
Supriya.