Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-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 ED19ED1E9 for ; Fri, 27 Jul 2012 06:17:11 +0000 (UTC) Received: (qmail 71128 invoked by uid 500); 27 Jul 2012 06:17:09 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 71073 invoked by uid 500); 27 Jul 2012 06:17:09 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 71048 invoked by uid 99); 27 Jul 2012 06:17:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2012 06:17:09 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of findbestopensource@gmail.com designates 74.125.83.48 as permitted sender) Received: from [74.125.83.48] (HELO mail-ee0-f48.google.com) (74.125.83.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2012 06:17:04 +0000 Received: by eekd41 with SMTP id d41so617740eek.35 for ; Thu, 26 Jul 2012 23:16:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=wlCtCreUE78gYkfVAH5VNluTlNyW6qMjsREkP6QZvCc=; b=SPM0RU8CsUed+6YiwaHUcTE1TAgTz1wR4fTNpdatOpEW7JAsvRBrQANojJMf2GjlQ3 zcDd5FudfJYvAxQCUt/S7bzx7zMYVVI6U0E2NDgOu2e/CpRPwll5KjkyHwdOdKLqUV9m Jmbscer5FHH2oe4tMLBKuLjOZR/IzojoxTLDMJeynx8hz6AFV+nbiTqf6hjIc7APNmLc 02FGyhXJcJPbGAgGRQogwb6HJt/3N764vqadjtpvhbGhe1Q+UECrtJLGNLaLvmKkNx+2 5pjgfr4OtgCq5yfD3rnAAlyWqDJYroiJEaRbLOf9OU9cCR73qMHaa6rBPVxSb5xG2fOq ENCA== MIME-Version: 1.0 Received: by 10.14.181.137 with SMTP id l9mr1336862eem.28.1343369803430; Thu, 26 Jul 2012 23:16:43 -0700 (PDT) Received: by 10.14.124.77 with HTTP; Thu, 26 Jul 2012 23:16:43 -0700 (PDT) In-Reply-To: References: Date: Fri, 27 Jul 2012 11:46:43 +0530 Message-ID: Subject: Re: Lucene vs SQL. From: Aditya To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=047d7b3a8006ef7c7904c5c9a78c X-Virus-Checked: Checked by ClamAV on apache.org --047d7b3a8006ef7c7904c5c9a78c Content-Type: text/plain; charset=ISO-8859-1 Check out these articles on this topic. Hope it helps. http://www.findbestopensource.com/article-detail/lucene-solr-as-nosql-db http://www.lucidimagination.com/blog/2010/04/30/nosql-lucene-and-solr/ In nutshell, It is good to use Lucene as NoSQL but better have your data stored in some persistent store like file system or a database. Regards Aditya www.findbestopensource.com On Thu, Jul 26, 2012 at 10:45 PM, Hank Williams wrote: > If I want to set up a database that is totally flat with no joins, is > there any reason not to use lucene. The reasons I would be curious about > are things like insert performance and whether there are any queries that > either don't work in lucene or perform better in MySQL/postgres. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --047d7b3a8006ef7c7904c5c9a78c--