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
when using simple select * from db, the speed should not be less than the original database's speed, otherwise the system overall will be delayed by trino itself.
for example, when getting data directly from database with sqlalchemy, the speed would reach 100MB/s, while when trino is getting in, the speed overall decreases to only 10MB/s.
Actual behavior
the speed of trino should be no less than the database one.
Steps To Reproduce
I have tested the bottleneck of python client.
I used a memory connector which means the data is reside in the trino itself, the time records only for data getting out of the trino and get in to the client.
however, this bottleneck is only about 10-20MB/s, while my backend database could get about 100MB/s in a single connection.
Log output
Operating System
ubuntu 20.04
Trino Python client version
lastest
Trino Server version
lastest
Python version
3.10
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Expected behavior
when using simple
select * from db
, the speed should not be less than the original database's speed, otherwise the system overall will be delayed by trino itself.for example, when getting data directly from database with sqlalchemy, the speed would reach 100MB/s, while when trino is getting in, the speed overall decreases to only 10MB/s.
Actual behavior
the speed of trino should be no less than the database one.
Steps To Reproduce
I have tested the bottleneck of python client.
I used a memory connector which means the data is reside in the trino itself, the time records only for data getting out of the trino and get in to the client.
however, this bottleneck is only about 10-20MB/s, while my backend database could get about 100MB/s in a single connection.
Log output
Operating System
ubuntu 20.04
Trino Python client version
lastest
Trino Server version
lastest
Python version
3.10
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: