Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 6211 invoked from network); 30 Sep 2008 14:24:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Sep 2008 14:24:34 -0000 Received: (qmail 48419 invoked by uid 500); 30 Sep 2008 14:24:32 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 48397 invoked by uid 500); 30 Sep 2008 14:24:32 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 48386 invoked by uid 99); 30 Sep 2008 14:24:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 07:24:32 -0700 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcaddu-derby-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 14:23:30 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kkg8w-0001EL-0Z for derby-user@db.apache.org; Tue, 30 Sep 2008 14:24:02 +0000 Received: from static-87-79-70-172.netcologne.de ([87.79.70.172]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Sep 2008 14:24:02 +0000 Received: from peter.nabbefeld by static-87-79-70-172.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Sep 2008 14:24:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: derby-user@db.apache.org From: "epdv" Subject: BLOB question Date: Tue, 30 Sep 2008 16:23:53 +0200 Lines: 11 Message-ID: X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: static-87-79-70-172.netcologne.de X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-RFC2646: Format=Flowed; Original Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Hello! Does BLOB size affect record/database size? I.e., is it a good idea to create a large BLOB for some big and many small images, or should they better be stored in separate tables? Kind regards Peter Nabbefeld