Re: Postgres vs other Postgres based MPP implementations

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres vs other Postgres based MPP implementations
Date: 2011-11-08 07:15:08
Message-ID: 4EB8D6FC.6040205@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/07/11 10:49 PM, Ondrej Ivanič wrote:
> mostly heavy read
> workloads but OLTP performance is required (like run query over 100m+
> dataset in 15 sec)

that isn't OLTP, its OLAP. Online Analytic Processing rather than
Online Transaction Processing.... large complex reporting queries that
have to aggregate many rows is classic OLAP.

OLTP transactions tend to refer to a few rows at a time of a bunch of
tables, and update a few rows of a various tables, and you execute many
of them per second, often for a large number of concurrent clients.
classic example is a web store system (adding/modifying items in a
shopping cart, then purchasing the items in the cart).

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sam Gendler 2011-11-08 07:19:08 Re: Performance Problem with postgresql 9.03, 8GB RAM, Quadcore Processor Server--Need help!!!!!!!
Previous Message John R Pierce 2011-11-08 07:08:15 Re: Www emulator