Giter Site home page Giter Site logo

Comments (4)

ahouska avatar ahouska commented on August 27, 2024

View has no storage, so pg_squeeze cannot handle it. As for materialized view, why can't you simply use the REFRESH MATERIALIZED VIEW CONCURRENTLY command?

from pg_squeeze.

vasanth-santharam avatar vasanth-santharam commented on August 27, 2024

Thanks for information and support.
we are using "REFRESH MATERIALIZED VIEW CONCURRENTLY", we have ~1000 millions records. It takes more than 5 mins.
so that we checked the alternative.

from pg_squeeze.

AnanthGopal avatar AnanthGopal commented on August 27, 2024

Hi @ahouska ,

In Postgres, materialized views use disc space. The command REFRESH MATERIALIZED VIEW CONCURRENTLY is used to refresh a specific materialized view, but it doesn't clear out any extra space. Therefore, we used the "Vacuum" command, which removes empty space from materialized views but takes a long time in our environment because we have a lot of data. Consequently, we attempt to use pg squeeze.

from pg_squeeze.

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.