- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using DB Connect and I noticed in the setup instructions, they have an option for "Enable Connection Pooling" - I assume this is different than Search Head Pooling? If so, how do you Enable Connection Pooling via DB Connect? In Java, we have Java Connection Pooling that does the following: The connection pooling helps to utilize and efficiently re-use the database connection in a multithreading environment. The idea is to share the database connections (limited connections) with the users (unlimited numbers) in the most efficient way. Is this automatically set in Splunk DB Connect? If not, where are the instructions for to "Enable Connection Pooling"?
http://docs.splunk.com/Documentation/DBX/1.1/DeployDBX/Installtheconnector#UI_Setup
Database Connection Handling
• Factory Type
• Enable connection pooling
• Cache database and table metadata
• Preload database configuration
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Hi, thread pooling in the java bridge is automatic and sounds like what you want; that's different from the search head clustering that replaced search head pooling.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Hi, thread pooling in the java bridge is automatic and sounds like what you want; that's different from the search head clustering that replaced search head pooling.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I found the information after digging deep into the documentation. Thanks!
