X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=wcISTlShv42L6T3pJKtJHvsADNRT7SXO32buDD4bFcs=; b=i+wPHmMledl65ZjpJcJf3r89swv6vhu+LISv+DrO7c5I5/V4unpAlC2uDzoo4Itj+a hc/dIUbFpfxjNiACRGynJf3tXUApe7i1ZdmFVI7DyY4wviuNSddbgllJJ/NjHgzxLPyo 0/JYt9BHHHPB/vL20FwclynvcB6IZ80BO/QL3A7oZj97P9kILvpLFE9H9mPB/fkrVFf4 5R2W6dZbvuXFuqZhwHlSLxk+E4+wNHbFxZ6Y87SEpHcuj3hhWJHd3JVV3LND4z9P803Z N77aPg4QUCWKhXFVcabcBhsznT5gsFRxvlfZUGNikiOsupRTiEY1/xRaIsVsp95uA8jq ImRA== X-Received: by 10.28.89.69 with SMTP id n66mr13578990wmb.63.1452123072952; Wed, 06 Jan 2016 15:31:12 -0800 (PST) Date: Thu, 7 Jan 2016 00:31:07 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] (SQL file open/save) Message-Id: <20160107003107.daecedc784ecec98f308e2a4@gmail.com> In-Reply-To: <20160106230448.GA30864@cuci.nl> References: <20160106091006 DOT 5F67B809D7A1 AT turkos DOT aspodata DOT se> <20160106133049 DOT 5A0E9809D79B AT turkos DOT aspodata DOT se> <20160106143629 DOT 4D39D809D79B AT turkos DOT aspodata DOT se> <20160106164022 DOT D0D4E809D79B AT turkos DOT aspodata DOT se> <20160106180912 DOT 42ddf4079d91384f206b7c35 AT gmail DOT com> <20160106191433 DOT 5dc5cb59 AT jive DOT levalinux DOT org> <20160106230448 DOT GA30864 AT cuci DOT nl> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > >Using server/client architectured database engin like postgresql is IMHO > >overkill. > > Granted, the client/server architecture is not necessarily an advantage > for gschem/gpcb. > However, having PostGIS geometric indices could speed up all kinds > of geometric calculations/operations. Client/server architecture is a disadvantage if you need a server instead of a file but it seems possible to use a sql library so an ordinary file could be used and in particular the ordinary menu items for open/save file.