Forum Replies Created

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

  • RE: Parallel Processing

    Parallelization for queries (SELECT) is covered quite well by the SQL engine itself, but when it comes to large volume data modifications (UPDATE, INSERT, DELETE), the standard engine does parallelize...

  • RE: Have to Improve the performance of Update Statement...

    Parallelization for queries (SELECT) is covered quite well by the SQL engine itself, but when it comes to large volume data modifications (UPDATE, INSERT, DELETE), the standard engine does parallelize...

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