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

Execution Time is too long #16951

Open
kldcxy-1 opened this issue Nov 6, 2021 · 4 comments
Open

Execution Time is too long #16951

kldcxy-1 opened this issue Nov 6, 2021 · 4 comments

Comments

@kldcxy-1
Copy link

kldcxy-1 commented Nov 6, 2021

I see presto web ui, and i see that Execution Time is too long, so how make it better?
image

@rohanpednekar
Copy link
Contributor

Can you share more information including -

Presto Version
Table DDLs
Quarries
Query Explain plans
Current configs, JVM Flags?
Source of your data, any additional connectors
Infrastructure configs
and any additional optimization you have already tried?

@kldcxy-1
Copy link
Author

Presto Version 0.265
Quarries show tables from MySQL.jimu_report
Query Explain plans
image

Current configs, JVM Flags

coordinator=true
node-scheduler.include-coordinator=true
http-server.http.port=8080
query.max-memory=50GB
query.max-memory-per-node=1GB
query.max-total-memory-per-node=2GB
discovery-server.enabled=true
discovery.uri=http://localhost:8080

-server
-Xmx16G
-XX:+UseG1GC
-XX:G1HeapRegionSize=32M
-XX:+UseGCOverheadLimit
-XX:+ExplicitGCInvokesConcurrent
-XX:+HeapDumpOnOutOfMemoryError
-XX:+ExitOnOutOfMemoryError

Above is the deployment configuration for my use

Now presto has been running for a few days and now performance is improving is presto performance related to the length of deployment

@kldcxy-1
Copy link
Author

Can you share more information including -

Presto Version Table DDLs Quarries Query Explain plans Current configs, JVM Flags? Source of your data, any additional connectors Infrastructure configs and any additional optimization you have already tried?

Presto Version 0.265
Quarries show tables from MySQL.jimu_report
Query Explain plans
image

Current configs, JVM Flags

coordinator=true
node-scheduler.include-coordinator=true
http-server.http.port=8080
query.max-memory=50GB
query.max-memory-per-node=1GB
query.max-total-memory-per-node=2GB
discovery-server.enabled=true
discovery.uri=http://localhost:8080

-server
-Xmx16G
-XX:+UseG1GC
-XX:G1HeapRegionSize=32M
-XX:+UseGCOverheadLimit
-XX:+ExplicitGCInvokesConcurrent
-XX:+HeapDumpOnOutOfMemoryError
-XX:+ExitOnOutOfMemoryError

Above is the deployment configuration for my use

Now presto has been running for a few days and now performance is improving is presto performance related to the length of deployment

@kldcxy-1
Copy link
Author

Can you share more information including -

Presto Version Table DDLs Quarries Query Explain plans Current configs, JVM Flags? Source of your data, any additional connectors Infrastructure configs and any additional optimization you have already tried?

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