Re: what is the solution like oracle DB's datafile

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Yudianto Prasetyo <mr(dot)yudianto(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: what is the solution like oracle DB's datafile
Date: 2022-01-30 13:43:56
Message-ID: 20220130134356.wykhuvfnsytkua55@jrouhaud
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I already asked you once to keep the list in copy. Don't expect me to reply if
your next email is still addressed to me only.

On Sun, Jan 30, 2022 at 08:36:50PM +0700, Yudianto Prasetyo wrote:
>
> yes of course it can be done. but it is very inconvenient when the database
> is still running and most importantly it is not practical when having to
> move some objects to another tablespace. And this will also happen again
> when HDD 1 will be full again with data entry by other objects on HDD 1.

Then fix the problem at the operating system level. On GNU/Linux you can use
for instance LVM to get more flexibility. With it you can easily increase your
logical volume space without any interruption, and the database will only see a
regular disk that magically became bigger. There is probably something similar
on the operating system you're using. Of course, if you don't already use
something like that, you will need some maintenance window to move all data on
logical volumes.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Yudianto Prasetyo 2022-01-30 13:51:02 Re: what is the solution like oracle DB's datafile
Previous Message Julien Rouhaud 2022-01-30 13:23:53 Re: what is the solution like oracle DB's datafile