Cores versus Clock Speed

  • Howdy - -

    We're about to buy a new server which will be running SQL 2014 Standard.

    Under consideration are two machines: one with 16 cores (3.3 GHz), and one with 24 cores (2.7 GHz).

    We frequently run fairly complex queries and processes that have all eight of our (current) cores banging.

    We are wondering what (if any) is the common wisdom on this. Would we typically be better of with 16 cores, rather than 24, but with the superior clock speed---or vice versa ?

    Thanks.

  • From a financial standpoint I'd say go with clock speed because SQL Server is licensed per core, so you're going to save like $50,000 by going with 16 vs 24. The other thing you have to keep in mind that if MAXDOP is left at 0 SQL Server will use all the cores for anything is parallelizes and often-times with many cores this is more of a performance problem than a help.

  • Actually, we're not going to be using per-core licensing. We will be way ahead of the game with CAL licensing.

  • Jack - -

    The questions still stands, since we can set MAXDOP to 8, and have six users running hairy queries with eight schedulers each.

    - - Herb

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply