From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | Daniel <danwgrace(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Use a blob or not? |
Date: | 2009-12-07 17:39:14 |
Message-ID: | 1260207554.6287.15.camel@jd-desktop.unknown.charter.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, 2009-12-07 at 09:07 -0800, Daniel wrote:
> I want ot store chunks of data (only about five Kb each) on a database
> and have users download (across a network) these chunks to their local
> disk drive. Is a blob a good way to store these chunks?
Well we don't have "blob". We have bytea and lo (which is bytea with a
different delivery and storage mechanism).
5k chunks is pretty small, bytea is probably fine.
Joshua D. Drake
>
> Thanks.
>
--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering
If the world pushes look it in the eye and GRR. Then push back harder. - Salamander
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Geoghegan | 2009-12-07 17:40:50 | Re: Use a blob or not? |
Previous Message | Tom Lane | 2009-12-07 17:11:31 | Re: Query using partitioned table hangs |