Return-Path: X-Original-To: apmail-esme-dev-archive@www.apache.org Delivered-To: apmail-esme-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5FE947524 for ; Fri, 2 Sep 2011 16:07:02 +0000 (UTC) Received: (qmail 54666 invoked by uid 500); 2 Sep 2011 16:07:02 -0000 Delivered-To: apmail-esme-dev-archive@esme.apache.org Received: (qmail 54611 invoked by uid 500); 2 Sep 2011 16:07:01 -0000 Mailing-List: contact dev-help@esme.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@esme.apache.org Delivered-To: mailing list dev@esme.apache.org Received: (qmail 54603 invoked by uid 99); 2 Sep 2011 16:07:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2011 16:07:01 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jackpark@topicquests.org designates 69.89.16.130 as permitted sender) Received: from [69.89.16.130] (HELO outbound-w03.bluehost.com) (69.89.16.130) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 02 Sep 2011 16:06:52 +0000 Received: (qmail 27431 invoked by uid 0); 2 Sep 2011 16:06:30 -0000 Received: from unknown (HELO host139.hostmonster.com) (74.220.207.139) by mrclean.bluehost.com with SMTP; 2 Sep 2011 16:06:30 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=topicquests.org; s=default; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References:Subject:To:MIME-Version:From:Date:Message-ID; bh=T/Hk7Uk0+w02dE3KJ0ITYmN11kSnQ7MKt9J9J5dJKXI=; b=YGnYCDTBrppd+wD6tRfsl7gHtA1RGVVfdI79Os3xbphGqeow2Zajcr7FE6KFjl6gQyZCRX1hC+I9uDP/wP9mIGalpSnE/Zdqi3/+GD1m+oJqjQG+T3lX7VDE4sxSYi7v; Received: from 173-164-129-250-sfba.hfc.comcastbusiness.net ([173.164.129.250] helo=[10.1.10.180]) by host139.hostmonster.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QzWGD-0005B7-Vb for dev@esme.apache.org; Fri, 02 Sep 2011 10:06:30 -0600 Message-ID: <4E60FF27.9090409@topicquests.org> Date: Fri, 02 Sep 2011 09:07:03 -0700 From: Jack Park User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: dev@esme.apache.org Subject: Re: 1.4 planning References: <4E5FF0EC.9050809@topicquests.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Identified-User: {1778:host139.hostmonster.com:topicque:topicquests.org} {sentby:smtp auth 173.164.129.250 authed with jackpark@topicquests.org} X-Virus-Checked: Checked by ClamAV on apache.org The interesting question for me is: how many records can you store in an RDBMS before you have to think about scale up issues? I wrote a trivial microblog in Java using Redis; I think there is a candidate fit. Cheers Jack On 9/1/2011 11:53 PM, Ethan Jewett wrote: > It's certainly an interesting idea, and Lift does have some built-in > capabilities here in the form of the Record module. It would be a > pretty significant migration. > > An interesting question to explore: Would this give us a performance > boost in some scenarios? > > Cheers, > Ethan > > On Thu, Sep 1, 2011 at 10:54 PM, Jack Park wrote: >> Somewhat beyond 1.4, I'd like to ask about persistence other than RDBMS. For >> instance, in microblogging, there is some evidence that Redis can provide a >> scalable datastore. >> >> Thoughts? >> >> Cheers >> Jack >> >> On 8/29/2011 11:27 PM, Richard Hirsch wrote: >>> >>> I've been thinking about the next release and wanted to start >>> collecting ideas for features for this release. >>> >>> There are some tasks in Jira [1] but that list isn't complete: >>> >>> Here are some other ideas: >>> >>> * Integration with Akka / Apache Camel >>> * Simplification of URLs >>> * Change Web UI to deal with new icon >>> >>> Any one else have other ideas / suggestions? >>> >>> D. >>> >>> [1] >>> https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+ESME+AND+fixVersion+%3D+%221.4%22+AND+status+%3D+Open+ORDER+BY+priority+DESC&mode=hide >>