From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ade59281d0eea302 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!l77g2000hsb.googlegroups.com!not-for-mail From: "Ludovic Brenta" Newsgroups: comp.lang.ada Subject: Re: STORAGE_ERROR : EXCEPTION_STACK_OVERFLOW Date: 10 Apr 2007 08:07:19 -0700 Organization: http://groups.google.com Message-ID: <1176217638.965208.74380@l77g2000hsb.googlegroups.com> References: <1175494388.509572.267790@l77g2000hsb.googlegroups.com> <1175523110.139336.101840@b75g2000hsg.googlegroups.com> <1175539382.899135.46590@p15g2000hsd.googlegroups.com> <1175550519.5750.11.camel@localhost.localdomain> <1175550021.346718.245800@e65g2000hsc.googlegroups.com> <1175595945.4684.2.camel@localhost> <1175647759.5751.25.camel@localhost.localdomain> <1175646752.232264.37870@p77g2000hsh.googlegroups.com> <1175797686.5792.9.camel@localhost.localdomain> <1176124375.965130.45130@y80g2000hsf.googlegroups.com> <1176142798.5608.63.camel@localhost.localdomain> <1176211346.752101.30710@w1g2000hsg.googlegroups.com> NNTP-Posting-Host: 32.58.34.227 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1176217639 1750 127.0.0.1 (10 Apr 2007 15:07:19 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 10 Apr 2007 15:07:19 +0000 (UTC) In-Reply-To: <1176211346.752101.30710@w1g2000hsg.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 SEVPXS01 Complaints-To: groups-abuse@google.com Injection-Info: l77g2000hsb.googlegroups.com; posting-host=32.58.34.227; posting-account=ZjNXewwAAADyBPkwI57_UcX8yKfXWOss Xref: g2news1.google.com comp.lang.ada:14865 Date: 2007-04-10T08:07:19-07:00 List-Id: If you're going to have schemas and indexes, why don't you use a proper relational database engine like Berkeley DB or SQLite? (I suspect an out-of-process database server like PostgreSQL or MySQL might be overkill and too slow for your purposes, but they could be options, too). -- Ludovic Brenta.