Plans

  • http://en.wikipedia.org/wiki/Reentrant_%28computing%29

    It means the same section of code can be executing from one user (or process) and a second user can then use that same code again and start executing it at that same time. It promotes some scalability, since you need less resources for that section of code.

    If it's not re-entrant, then a second copy of the code must be created and resources assigned for the second user to execute it.

  • Hesitated over this one. Compiled plans are re-entrant, but the execution contexts derived from them are not. By 'query plan' I guessed the author of the question was referring to the former, and was rewarded with a point.

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

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