How many threads can Splunk ODBC support concurrent reading simultaneously

zmsoft 470 Reputation points
2025-06-26T05:53:52.4866667+00:00

Hi there,

I would like to know how many concurrent threads Splunk ODBC supports reading data simultaneously?

Thanks&Regards,

zmsoft

Developer technologies C#
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2025-06-26T20:09:33.5+00:00

    note: Splunk ODBC is a 3rd party software not supported on this forum. You would need to contact the vendor for specifications.

    in general OBDC connections do not support concurrent threads. if a connection has a query in progress, be sure the query is completed before another thread starts a new query. connection pooling can help when concurrent threads want to execute parallel queries.

    you question implies that each concurrent thread reading data has a dedicated ODBC connection. the maximum number supported will depend on the client resources (max connections, max memory, cpu, etc), server resources, and network bandwidth.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.