https://pinot.apache.org/ logo
t

Tim Chan

10/02/2020, 7:58 PM
no matter what i do, i’m seeing my queries run sequentially
k

Kishore G

10/03/2020, 6:00 AM
@Xiang Fu do you know if this is expected?
x

Xiang Fu

10/03/2020, 7:44 AM
I haven’t tried out trio, but for python, you need to have your “concurrent” framework to send parallel workload
also try to init multiple clients to see if that will help
for the client, we are not using threading or async, contributions are welcome 😉
t

Tim Chan

10/05/2020, 12:05 AM
x

Xiang Fu

10/05/2020, 3:45 AM
right, each thread need to have its own connection
How is your application running ? How many threads are you expecting to have