On Wed, 10 Oct 2001 14:18:41 +0000 (UTC), John P. Looney 
<[EMAIL PROTECTED]> wrote:
>  How well is postgres suited for small applications ?
> 
>  I don't know it's architecture too well, though even with a very small
> database, it seems to use a huge number of files, which are all quite
> large, for the small amount of information in it.

Well, this is not for what postgres was designed for.
For embedded systems you are looking for databases that are optimised
for running completely in memory. Also a SQL engine is maybe not well
suited for embedded devices.
Better would be databases like Berley DB or GDBM. They are though not 
comparable to RDBMS like postgres, etc...


> 
>  For a database of say a megabyte, could someone take a guess at how small
> an installation I could get postgres down to ?
> 

Cheers,
Henning


-- 
Henning Follmann      |     8 Jane Road
Tel.: +1 908 656 7061 |     New Providence, NJ 07974
[EMAIL PROTECTED]     |     USA


-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to