From user-return-18754-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Nov 9 13:21:25 2011 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DAAAD7CDA for ; Wed, 9 Nov 2011 13:21:24 +0000 (UTC) Received: (qmail 70175 invoked by uid 500); 9 Nov 2011 13:21:23 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 70132 invoked by uid 500); 9 Nov 2011 13:21:23 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 70124 invoked by uid 99); 9 Nov 2011 13:21:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 13:21:23 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rabota.pmr@gmail.com designates 209.85.160.180 as permitted sender) Received: from [209.85.160.180] (HELO mail-gy0-f180.google.com) (209.85.160.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 13:21:16 +0000 Received: by gyh20 with SMTP id 20so2366520gyh.11 for ; Wed, 09 Nov 2011 05:20:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5PvwAAzx07Q0d0waesaJx2warl+42h+f4E1VjIfdKXE=; b=t7A6fCkK7TDuJ34BWvgsF+fEP4loDo4pupvtibOMG5aA65vFuvWIHHmTts4zUhEaVB WcAOHb8YWYc0WwP3oUWlh6ioq1i+VmaGMP4ol5PS5+AWNbRO3K61FbG7SqgZTMxQAmxn xu2AXqjS+Hq74JU7d/darhCke4cvk5QL6rRlc= MIME-Version: 1.0 Received: by 10.50.185.232 with SMTP id ff8mr2524403igc.32.1320844855951; Wed, 09 Nov 2011 05:20:55 -0800 (PST) Received: by 10.50.208.37 with HTTP; Wed, 9 Nov 2011 05:20:55 -0800 (PST) In-Reply-To: References: <109743833.20111109103800@mail.ru> <604623E9-A628-4758-9B51-42BB6272664C@thenoi.se> Date: Wed, 9 Nov 2011 15:20:55 +0200 Message-ID: Subject: Re: CouchDB - Open Document Format mega storage From: =?UTF-8?B?0JzQsNGA0LrQtdCy0LjRhyDQkNC70LXQutGB0LDQvdC00YA=?= To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=14dae9340f2971417e04b14d285b --14dae9340f2971417e04b14d285b Content-Type: text/plain; charset=UTF-8 So there are some variants of solutions: 1. Store doc in attachments as is. Can I have full text search on the content of docs? 2. Unzip and extract all XML files wich odt consists, convert to JSON and save all items of docs in DB, but also setup update handler to triggered updates and save it to any CVS. 3. Use Sedna as XML DB ( I want to use DB build on Erlang, although this variant is good to) Hmm... =) Have to try all solutions. --14dae9340f2971417e04b14d285b--