Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 97513 invoked from network); 25 Aug 2005 05:20:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2005 05:20:36 -0000 Received: (qmail 96169 invoked by uid 500); 25 Aug 2005 05:20:36 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 95954 invoked by uid 500); 25 Aug 2005 05:20:35 -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 95941 invoked by uid 99); 25 Aug 2005 05:20:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2005 22:20:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ksunithaghm@gmail.com designates 64.233.170.200 as permitted sender) Received: from [64.233.170.200] (HELO rproxy.gmail.com) (64.233.170.200) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2005 22:20:51 -0700 Received: by rproxy.gmail.com with SMTP id i8so252778rne for ; Wed, 24 Aug 2005 22:20:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=p/q6UnWUl4EHrN33i5MhL50AdSbBrmiCIVrXHISXW8DakVNoFIVjv6jhjGzhVAgRvDcZQciCzFgHxQ6T3AJDnhyfaAK6sPcnCawxB8XLZCSaQrHMGtEhZXo5OdfE1eaWAQcO0Y3URvB2LNuVLcfBa6Us/YK+6dfWxYUbMSofA9Y= Received: by 10.38.92.5 with SMTP id p5mr840716rnb; Wed, 24 Aug 2005 22:20:32 -0700 (PDT) Received: from ?67.121.171.162? ( [67.121.171.162]) by mx.gmail.com with ESMTP id j20sm1535911rnf.2005.08.24.22.20.30; Wed, 24 Aug 2005 22:20:32 -0700 (PDT) Message-ID: <430D5505.7050808@gmail.com> Date: Wed, 24 Aug 2005 22:20:05 -0700 From: Sunitha Kambhampati User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Discussion Subject: Re: BLOB performence References: <1124855839.22088.ezmlm@db.apache.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Rajes Akkineni wrote: > Hi, > Have any one tried using BLOBs with derby? > I tried it...tried to insert 1000 64kb blobs...unfortunaly it took all > my memory and gave OutofMemoryException. > It used all the heep. > I could successfully insert 1000 rows of 64kb blobs, with jdk1.5 with default jvm heap size. what jvm heap size settings are you using ? If possible, can you post your program that reproduces the error. Thanks, Sunitha.