Announcement

Collapse
No announcement yet.

Some Initial PostgreSQL 11.0 Database Benchmarks

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Some Initial PostgreSQL 11.0 Database Benchmarks

    Phoronix: Some Initial PostgreSQL 11.0 Database Benchmarks

    Among other software releases, yesterday brought the debut of the PostgreSQL 11.0 database server. Given it has possible performance enhancements and the new (non-default) LLVM-based just-in-time compilation ability, I decided to run some benchmarks on the powerful Dell PowerEdge EPYC 2P server...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Thanks for fixing the charts on iOS, appreciated.

    Comment


    • #3
      Originally posted by anarki2 View Post
      Thanks for fixing the charts on iOS, appreciated.
      Was a simple fix once hearing it and then getting access to an iOS device for a few minutes (the Chrome simulator didn't behave the same).
      Michael Larabel
      https://www.michaellarabel.com/

      Comment


      • #4
        I'm interested about benchmark on low end ARM, jit improve drastically the performance?
        Developer of Ultracopier/CatchChallenger and CEO of Confiared

        Comment


        • #5
          JIT won't improve every query, and probably won't even be run on most queries (unless your database architecture sucks). It may help computationally-expensive queries (which the optimizer recognizes as such) which have to perform calculations to return values and/or determine which values to return. Think business analytics or other potentially complicated searches with qualifiers that can't be effectively indexed. On the plus side these can also be some of the longest to run, and provide the greatest perceived end-user delay, so it may provide a benefit disproportionate to the benchmark results. The same applies to queries which can be parallelized; several new operations can be parallel in this release (for some DBAs, parallel CREATE INDEX will be huge).

          Comment


          • #6
            Michael,

            What's the (RAID) setup of the 20 SSDs?

            - Gilboa
            oVirt-HV1: Intel S2600C0, 2xE5-2658V2, 128GB, 8x2TB, 4x480GB SSD, GTX1080 (to-VM), Dell U3219Q, U2415, U2412M.
            oVirt-HV2: Intel S2400GP2, 2xE5-2448L, 120GB, 8x2TB, 4x480GB SSD, GTX730 (to-VM).
            oVirt-HV3: Gigabyte B85M-HD3, E3-1245V3, 32GB, 4x1TB, 2x480GB SSD, GTX980 (to-VM).
            Devel-2: Asus H110M-K, i5-6500, 16GB, 3x1TB + 128GB-SSD, F33.

            Comment

            Working...
            X