Multi LDAP integration

Supriya B
Tera Contributor

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.

2 REPLIES 2

Community Alums
Not applicable

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.

SandeepDutta_0-1692589972128.png

 

 

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. 

SandeepDutta_1-1692589972105.png

 

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.

Hi Sandeep,

 

So, Can I use same import set table (ldap_import) for both ldap's?

 

Thanks,

Supriya.