|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
physical memoryHi all,
I'm new here and my doubt is very basic. I'm wondering how to set the max amount of space(physical, not RAM) to be used by postgreSQL. Moreover, Is such amount limited to the hard disk in wich postgreSQL is installed or it scales automatically to the others HD available? How can I manage it. Thanks in advance. Antonio ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
|
|
|
|
|
Re: Fwd: physical memoryMy fear is that the tablespace is related to a specific directory of the OS; and, in my best understanding on OS, the amount of memory of a directory is bounded by the amount of memory of the related HD. Hence, when the amount of memory related to such directory will run out of space it will not scale to other HD.
![]()
|
|
|
Re: Fwd: physical memoryOn Sat, Jan 12, 2008 at 12:39:52AM -0800, Antonio5556 wrote:
> My fear is that the tablespace is related to a specific directory of the OS; > and, in my best understanding on OS, the amount of memory of a directory is > bounded by the amount of memory of the related HD. Hence, when the amount of > memory related to such directory will run out of space it will not scale to > other HD. :rules: That's what Logical Volume Management (LVM) is for - it allows you to have a filesystem which spans multiple HDs (or RAIDs). So this is not an issue of PostgreSQL but of the operating system. Tino. -- www.craniosacralzentrum.de www.spiritualdesign-chemnitz.de Tino Schwarze * Parkstraße 17h * 09120 Chemnitz ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
|
|
Re: Fwd: physical memoryThankyou
Mmaybe it is off topic but is LVM available in Windows (xp?)? Or have I to buy a specific tool? Which one? Thanks |
|
|
Re: Fwd: physical memory> Mmaybe it is off topic but is LVM available in Windows (xp?)?
Yes. > Or have I to buy a specific tool? Which one? Just use the standard disk / volume management tools included under Computer Management. -- Adam Tauno Williams, Network & Systems Administrator Consultant - http://www.whitemiceconsulting.com Developer - http://www.opengroupware.org ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| Free embeddable forum powered by Nabble | Forum Help |