Return-Path: owner-postman
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id QAA17739 for postgres-dist; Wed, 23 Mar 1994 16:40:20 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199403240040.QAA17739@nobozo.CS.Berkeley.EDU>
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from faerie.CS.Berkeley.EDU (faerie.CS.Berkeley.EDU [128.32.149.14]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with ESMTP id QAA17730 for <postgres@postgres.Berkeley.EDU>; Wed, 23 Mar 1994 16:40:19 -0800
Received: from localhost (localhost [127.0.0.1]) by faerie.CS.Berkeley.EDU (8.6.4/8.1B) with SMTP id QAA01295; Wed, 23 Mar 1994 16:39:58 -0800
Message-Id: <199403240039.QAA01295@faerie.CS.Berkeley.EDU>
X-Authentication-Warning: faerie.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
From: aoki@postgres.Berkeley.EDU (Paul M. Aoki)
To: apc@inel.gov (Christine Cullen)
Cc: postgres@postgres.Berkeley.EDU
Subject: Re: ASCII file storage in Postgres 
Reply-To: aoki@postgres.Berkeley.EDU (Paul M. Aoki)
In-reply-to: Your message of Tue, 22 Mar 94 08:26:23 MST 
	     <9403221526.AA01788@rosy.inel> 
Date: Wed, 23 Mar 94 16:39:58 -0800
X-Sender: aoki@postgres.Berkeley.EDU
Resent-To: postgres-dist@postgres.Berkeley.EDU
X-Mts: smtp
Resent-Date: Wed, 23 Mar 94 16:40:19 -0800
Resent-XMts: smtp

apc@inel.gov (Christine Cullen) writes:
> I am a brand new user of Postgres.  I realize that this question
> may be ridiculous, but I need help desperately.  
> We are interested in using Postgres to store and query large 
> scientific data ascii files.

there's no inherent reason why you can't -- postgres supports
typed (as opposed to BLOB) large objects.  it's not clear what
you're trying to do in terms of "query", though.  for example,
it's not clear whether it might not be better to store the
actual data in tables rather than what amount to flat files in
BLOBs.  at this point, we're falling into the realm of database 
design consulting.

general advice:
if you have a production (as opposed to prototype) application
i would recommend buying supported software.  it will have bugs,
too, but (one would hope) not as many and there's someone you 
can call and yell at.
--
  Paul M. Aoki  |  CS Div., Dept. of EECS, UCB  |  aoki@postgres.Berkeley.EDU
                |  Berkeley, CA 94720           |  ...!uunet!ucbvax!aoki
