Re: Windows Installation User account - Correct database for us

From: Steve Atkins <steve(at)blighty(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Windows Installation User account - Correct database for us
Date: 2014-07-11 00:26:44
Message-ID: 0F60D49F-859B-42DC-8E7F-3C68AE4FDBFB@blighty.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Jul 10, 2014, at 5:01 PM, Don Brown <DBrown(at)msd(dot)net(dot)au> wrote:

> Hello
>
> We are writing a small application and we are trying to determine if PostgreSQL is the right database for us.
>
> The application at this stage is only for a single user and commonly for persons with little computer expertise.
>
> When the database is installed a postgreSQL user account is created which in most cases will be the second user account on the PC. The result of this is the user now has to select the user account when ever the computer is restarted.

I'd be surprised if that was required behaviour, but I'm not really familiar with current PostgreSQL packaging for Windows.

> The programmer working on this application has suggested looking at an imbedded database, something like H2 as an alternative.

Installation and management of PostgreSQL on Windows hits occasional minor roadbumps - not a problem for someone deploying and using PostgreSQL, but potentially a cause of support overhead if you're "invisibly" installing the database along with your app and not expecting your user to be aware of it.

If you need the power and flexibility of PostgreSQL, or want to allow your users direct database access and want to give them a good experience there, then the advantages probably outweigh the possible issues. If you don't need that then an embedded database might be a better match.

I'd look at SQLite as an embedded alternative, myself. It's a solid embedded SQL database. If you're entirely a Java shop then H2 might well be a good choice too.

>
> I was hoping the members of this group may have some comments or suggestions as to the direction we should look at.
>
> Thank you and appreciate any comments/suggestions

Cheers,
Steve

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2014-07-11 00:43:23 Re: Windows Installation User account - Correct database for us
Previous Message Jonathan Vanasco 2014-07-11 00:02:44 how does full text searching tokenize words ? can it be altered?