Code Monkey home page Code Monkey logo

Comments (2)

TylerSchrag-NOAA avatar TylerSchrag-NOAA commented on September 24, 2024

After a myriad of trial and error tests and fixes, this issue appears to have been primarily related to the ST_AREA function call in the SQL query having some type of inconsistent memory leak problem in PostGIS. At inconsistent times (but especially when running two building footprint queries concurrently, and from lambda and not pgadmin), these queries would result in a rapid expansion of RAM usage, essentially halting the RDS server and locking future queries from running. A reboot and vacuum / analyze seemed to be the only thing that would restore functionality to the database... at least until this happened again (most often when SRF and ANA pipelines would run at the same time).

Removing the ST_AREA() function calls from the query seems to have completely removed this problem, although we left two other experimental solutions in place, as they helped with database performance/headroom across the board: 1)upping the db instance size to m6g.2xlarge and increasing the shared_buffer value in the parameter group from 25% to 75% of available RAM.

from hydrovis.

CoreyKrewson-NOAA avatar CoreyKrewson-NOAA commented on September 24, 2024

part of #327

from hydrovis.

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.