Index File growing big.

Поиск
Список
Период
Сортировка
От PRAGATI SAVAIKAR
Тема Index File growing big.
Дата
Msg-id Pine.LNX.4.33.0302261155430.691-100000@minxserver.philnet
обсуждение исходный текст
Ответы Re: Index File growing big.  (Rajesh Kumar Mallah <mallah@trade-india.com>)
Re: Index File growing big.  (Andrew Sullivan <andrew@libertyrms.info>)
Список pgsql-performance

Hi !!

   We have "PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by GCC 2.96"
installed on Linux (RedHat 7.2)
Our database size is 15 GB.
Since the database size was increasing and was about to cross the actual
Hard Disk parttion Size, we moved the datafiles (also the index files) to
another partition  and created link to them from the data directory.
This was working fine.
But what we found was , the index files(2 files) were not getting updated
in the new partition, instead postgres had created another index file with
name
"tableID".1  in the original data directory. The size of this file was
356MB,
The actual size of the data table is 1GB. and there were 2 indexes for the
table. which were of size approximately=150MB.

But after we created link, those 2 index files were not getting updated,
instead the new file with ".1" extension got created in the data directory
(old parttion) and the same is getting updated everyday.

We dropped the table but the file with ".1" extension was not getting
removed from data directory. We manually had to remove it.

Can U please suggest some way to avoid the file getting created when we
move the data file (along with the index files) to another partition.


Thanks in Advance.



Regards,
Pragati.





В списке pgsql-performance по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Superfluous merge/sort
Следующее
От: Rajesh Kumar Mallah
Дата:
Сообщение: Re: Index File growing big.