Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1B70E1854D for ; Mon, 13 Jul 2015 18:55:01 +0000 (UTC) Received: (qmail 13853 invoked by uid 500); 13 Jul 2015 18:54:56 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 13730 invoked by uid 500); 13 Jul 2015 18:54:56 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 13718 invoked by uid 99); 13 Jul 2015 18:54:55 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2015 18:54:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 56650D43C1 for ; Mon, 13 Jul 2015 18:54:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id R0RbyF29US1S for ; Mon, 13 Jul 2015 18:54:49 +0000 (UTC) Received: from mail-ie0-f169.google.com (mail-ie0-f169.google.com [209.85.223.169]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id B58B42156E for ; Mon, 13 Jul 2015 18:54:48 +0000 (UTC) Received: by ietj16 with SMTP id j16so68392823iet.0 for ; Mon, 13 Jul 2015 11:53:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=lv7dnFxPel9yw1kBfnjR3dzDkFNTTDs6DH90ZYfdjpU=; b=vnFlDPr+4abR3AyScc1h8mWTwLZDZvvbZogz8G9i4Q4ipnUxYoZot3kUk+sdO9kJX7 DgItGzvaQhBayZf666RpkC737aADKCK+orFVwY/FYVGcWEj+8w4vfnC6Hv4o9eQpeKvo 67yRD0cjsn776Bn8RNQJzFefU55FA23VYUMS2a0mb4ajlw68MNcltGfmZuIYn9O2vV8z XgNdfqVNq+UZAKlGOUl+j4+ic1gjQmutsj4UxCMO5Ds3pV23FrEqmXwM4UCRhWHyQRQc lzqQl5FlRqwIMtwwg9k/M/MRfOPPvM075SS6Bm+UIY3XNUTFCzp1ypjQ1Du2Qu+fNMEm xdhQ== MIME-Version: 1.0 X-Received: by 10.107.158.197 with SMTP id h188mr18306577ioe.99.1436813636959; Mon, 13 Jul 2015 11:53:56 -0700 (PDT) Sender: shaposhnik@gmail.com Received: by 10.50.170.10 with HTTP; Mon, 13 Jul 2015 11:53:56 -0700 (PDT) In-Reply-To: References: Date: Mon, 13 Jul 2015 11:53:56 -0700 X-Google-Sender-Auth: 9uoJ0c3vTqIWbgUDL7d9XwtsveM Message-ID: Subject: Re: Hadoop or RDBMS From: Roman Shaposhnik To: user@hadoop.apache.org Content-Type: text/plain; charset=UTF-8 On Mon, Jul 13, 2015 at 7:27 AM, Sean Busbey wrote: > Given the relatively modest dataset size, this sounds like a straight > forward use case for a traditional RDBMS. To pile on top of Sean's reply I'd say that given the current estimates a traditional RDBMS such as Postgres could fit the bill. If the potential scalability needs to be taken into account you could look at MPP-type of solutions to scale from Postgres. Ping me off-list if you're interested in that route. To get us back on topic for user@hadoop, I'd say that Hadoop ecosystem strategy for your use case has to be warranted by more than a size of data. In fact, I'd say that the Hadoop and/or Spark would only make sense to you if you feel like taking advantage of various analytical frameworks available for those. Just my 2c. Thanks, Roman.