Code Monkey home page Code Monkey logo

Comments (3)

tlm365 avatar tlm365 commented on June 18, 2024

@pavan-upadhyay I suggest increasing the query.max-memory-per-node config to 15Gb or more for experimental. Because your table is unpartitioned, so maybe it needs to load onto one node instead of sharing it across 5 nodes.

However, for long-term I still recommend that this table should be rewritten with an optimal partition.

Edit: Don't forget to specify SELECT necessary, columns instead of SELECT * which is also a simple and effective solution.

from trino.

pavan-upadhyay avatar pavan-upadhyay commented on June 18, 2024

Hi @tlm365 , Thanks for the response!! i did try with -Xmx28G , query.max-memory-per-node=18G config but still the same issue. My query does have column names in SELECT instead of SELECT * . The query which I am testing in Trino, is working fine in Impala with same cluster configurations.

from trino.

pavan-upadhyay avatar pavan-upadhyay commented on June 18, 2024

Hi @tlm365 .. this time i set enough memory including JVM, However , it still hangs after 600M rows and our Reserved Memory goes down to 100 MB from 19 GB.
image (4)
image (2)
image (3)
image (1)

from trino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.