From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Louis Subject: Re: exported contacts problem Date: Sat, 3 Aug 2019 12:48:49 +0200 Message-ID: <20190803104849.GR23820@protected.rcdrun.com> References: <20190802160236.GR17561@protected.rcdrun.com> <87mugrb7fi.fsf@ericabrahamsen.net> <20190802213421.GZ17561@protected.rcdrun.com> <875znfaycd.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36549) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1htrao-0004wY-02 for emacs-orgmode@gnu.org; Sat, 03 Aug 2019 06:48:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1htran-0004fz-0w for emacs-orgmode@gnu.org; Sat, 03 Aug 2019 06:48:53 -0400 Received: from stw1.rcdrun.com ([217.170.207.13]:36537) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1htram-0004fW-QN for emacs-orgmode@gnu.org; Sat, 03 Aug 2019 06:48:52 -0400 Content-Disposition: inline In-Reply-To: <875znfaycd.fsf@ericabrahamsen.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Eric Abrahamsen Cc: emacs-orgmode@gnu.org * Eric Abrahamsen [2019-08-03 02:27]: > Okay, thanks for that run-down, pretty interesting. I've written a > package called EBDB[1] that's meant to be sort of an update to BBDB, and > while I think someone's using it with tens of thousands of contacts, > 192k records would probably exhaust it. It has pluggable data stores, > however, one of which will (eventually) be a proper external database, > so I'm always interested in how people are using this stuff. > > Eric > > [1] https://github.com/girzel/ebdb Not sure if you rely on vCard as some kind of "standard". It is attempt to globalize the contact keeping, but I don't find it good, not at all. It is way too complicated. It tries to encompass everything possible in one file, file which is probably not related to other files at all. Only relational database makes sense for complex contact management. Jean