Re: PostgreSQL Portable - Mailing list pgsql-general

From Steve Atkins
Subject Re: PostgreSQL Portable
Date
Msg-id ACB5B5AD-A920-4C1C-B4B5-0DF1AF36A10E@blighty.com
Whole thread Raw
In response to PostgreSQL Portable  (Daniel Begin <jfd553@hotmail.com>)
List pgsql-general
On Sep 10, 2014, at 2:00 PM, Daniel Begin <jfd553@hotmail.com> wrote:

> First, I am a Newbie regarding PostgreSQL …
>
> I just started to look at PostgreSQL to implement a large GIS DB (1Tb).  The data must reside in an external disk
witheSATA connection and may be moved to different locations (and Windows desktops/laptops). I was looking to install
PostgreSQLand PostGIS extensions on each PC (setting-up the proper PGDATA directory to the external disk) until I read
aboutPostgreSQL and PgAdmin Portable … 
>
> http://sourceforge.net/projects/pgadminportable/
> http://sourceforge.net/projects/postgresqlportable/


>  Is that a viable alternative considering the expected size of the DB? Any comments or proposal would be appreciated
.

Adding postgis to that, if it's not already included, might take some work. Not impossible but you'd be making some
unneededwork for yourself. 

The external disk isn't going to be blindingly fast, however you use it. For Windows in particular, it's probably going
tobe more conservative in caching the external drive than it would an internal one. Any large or unindexed queries are
likelyto be a bit painful. 

I do use an external drive for some work, though, and it's usable. I have all of postgresql and the tools I use
installedon the drive, with nothing for that instance installed on my laptop. I just have the external drives bin
directoryearly in my PATH, so I can plug in the drive and do pg_ctl start, and it all works. That's on a mac, I'm sure
youcould do the same with Windows. 

Cheers,
  Steve

pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: PostgreSQL Portable
Next
From: Steve Crawford
Date:
Subject: Re: PostgreSQL Portable