| From: | Lætitia Avrot <laetitia(dot)avrot(at)gmail(dot)com> |
|---|---|
| To: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | VACUUM FULL name is very confusing to some people (or to most non expert people) |
| Date: | 2018-02-25 17:51:33 |
| Message-ID: | CAB_COdh-AFiwXcEXdCFJ6cZ8UJ-O7nPORtvV1=m1=X0o9M_KBA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi all,
For most beginners (and even a lot of advanced users) there is a strong
confusion between simple VACUUM and VACUUM FULL. They think "full" is
simply an option to the maintenance operation vacuum while it's not. It's a
complete different operation.
I have a hard time explaining it when I teach PostgreSQL Administration
(even if I stress the matter) and I constantly meet customer that are wrong
about it.
I think that the way we name this two operations is not helping them. I had
to work with SQL Server some years ago and they use the word "SHRINK" to do
something similar to "VACUUM FULL". I don't know if it's the best option, I
think others can be found (COMPACT, DEFRAGMENT...)
Of course, for compatibility reasons, VACUUM FULL should always be
available, but I think an alias that is less confusing for people could be
a good thing.
What do you think ?
Cheers,
Lætitia
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pavel Stehule | 2018-02-25 17:59:42 | Re: VACUUM FULL name is very confusing to some people (or to most non expert people) |
| Previous Message | Chapman Flack | 2018-02-25 17:22:08 | Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility |