Multithreading and Concurrent Usage Limitations | Teradata Package for Python - Multithreading and Concurrent Usage Limitations - Teradata Package for Python

Teradata® Package for Python User Guide

Product
Teradata Package for Python
Release Number
17.00
Published
November 2021
Language
English (United States)
Last Update
2022-01-14
dita:mapPath
bol1585763678431.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
B700-4006
lifecycle
previous
Product Category
Teradata Vantage

The Teradata Package for Python does not support multithreading and concurrent usage of the following operations:

  • Analytic functions for model creations

    For example, calling an analytic function, such as glm, kmeans and so forth, from multiple threads by passing different functional parameters to the same API in each thread.

  • Analytic functions for prediction

    For example, calling an analytic predict function, such as glmpredict, from multiple threads by passing different functional parameters to the same API in each thread.

  • Transformations of data frames

    For example, performing transformation on the same teradataml DataFrame from multiple threads.