Does Table Partitioning reduce write duration?

  • Hi,

    I partitioned some of my huge tables via clustered index.

    When I trace new partitioned table, i saw insert durations increase?

    Does Partititioning reduce write performance?

    Regards,

  • thinknight (5/26/2011)


    Does Partititioning reduce write performance?

    It shouldn't.

    If properly partitioned it should decrease contention during heavy I/O.

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

Viewing 2 posts - 1 through 1 (of 1 total)

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