Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Ignite Client Python Setup #11795

Open
Jay1567 opened this issue Jan 6, 2025 · 1 comment
Open

Question: Ignite Client Python Setup #11795

Jay1567 opened this issue Jan 6, 2025 · 1 comment

Comments

@Jay1567
Copy link

Jay1567 commented Jan 6, 2025

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

@isapego
Copy link
Contributor

isapego commented Jan 7, 2025

Hello. You can use one client. There are async methods you can use to avoid blocking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants