What is the use of vacuum in postgresql?
Answer Posted / Mohd.monis
VACUUM in PostgreSQL is used to remove dead tuples (rows) from tables and indexes, thereby reducing the size of the database and improving performance.
Post New Answer View All Answers
What is the latest version of postgresql?
950