You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an Async Tornado Server in Python where I want to use Ignite. I have 2 Cache with a total of 5 Tables across them.
As a single API call would have multiple SQL Queries across the tables and cache[concurrently], should I have a single client instance for a process or have one client per cache or per table. Or should I use some sort of custom pooling mechanism as I noticed it's not inherently available in the client
The text was updated successfully, but these errors were encountered:
I have an Async Tornado Server in Python where I want to use Ignite. I have 2 Cache with a total of 5 Tables across them.
As a single API call would have multiple SQL Queries across the tables and cache[concurrently], should I have a single client instance for a process or have one client per cache or per table. Or should I use some sort of custom pooling mechanism as I noticed it's not inherently available in the client
The text was updated successfully, but these errors were encountered: