Re: Basic questions before start - Mailing list pgsql-general

From scott.marlowe
Subject Re: Basic questions before start
Date
Msg-id Pine.LNX.4.33.0307300823140.23389-100000@css120.ihs.com
Whole thread Raw
In response to Re: Basic questions before start  (Gogulus <gogulus@eqnet.hu>)
Responses Minimal system (was Re: Basic questions before start)  (Ron Johnson <ron.l.johnson@cox.net>)
Re: Basic questions before start  (Gogulus <gogulus@eqnet.hu>)
List pgsql-general
On Wed, 30 Jul 2003, Gogulus wrote:

> As the clients should be able to work without network connection, they
> have to have a local database, and if net connection is on, do the
> synchronization with master db. The main idea is, sale cannot stop
> because of net connection breakage.
>
> That's why I am asking if 100 Mhz of CPU, 32 Mbytes of RAM can take care
> of a database with around 100 tables, 3-4 of these tables having
> 50-60000 of records, others have at most 1000.

I would say yes, but I would also say that you should design this around a
character based interface.  The overhead of a GUI is gonna make it much
slower.

I don't know if you're familiar with the ncurses library, but that's what
I'd use, along with C or a lightweight scripting language like Perl or
PHP.


pgsql-general by date:

Previous
From: Joe Conway
Date:
Subject: Re: substring implementation (long string)
Next
From: Andrew Sullivan
Date:
Subject: Re: concurrent writes