Re: MemSQL the "world's fastest database"? - Mailing list pgsql-performance

From Greg Smith
Subject Re: MemSQL the "world's fastest database"?
Date
Msg-id 4FEFCFA3.50305@2ndQuadrant.com
Whole thread Raw
In response to Re: MemSQL the "world's fastest database"?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: MemSQL the "world's fastest database"?
List pgsql-performance
On 06/25/2012 01:23 PM, Kevin Grittner wrote:
> Craig James<cjames@emolecules.com>  wrote:
>
>> It claims to be "the world's fastest database."
>
>> [link where they boast of 80,000 tps read-only]
>
> 20,000 tps?  Didn't we hit well over 300,000 tps in read-only
> benchmarks of PostgreSQL with some of the 9.2 performance
> enhancements?

It's 20K TPS on something that MySQL will only do 3.5 TPS.  The queries
must be much heavier than the ones PostgreSQL can get 200K+ on.  We'd
have to do a deeper analysis of the actual queries used to know exactly
how much heavier though.  They might be the type MySQL is usually faster
than PostgreSQL on (i.e. ones using simple operations and operators), or
they could be ones where PostgreSQL is usually faster than MySQL (i.e.
more complicated joins).  All I can tell you for sure if that they used
a query mix that makes MemSQL look much faster than MySQL.

--
Greg Smith   2ndQuadrant US    greg@2ndQuadrant.com   Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support www.2ndQuadrant.com

pgsql-performance by date:

Previous
From: Cédric Villemain
Date:
Subject: Re: Performance of a large array access by position (tested version 9.1.3)
Next
From: Greg Smith
Date:
Subject: Re: SSD, Postgres and safe write cache