Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(engine): 1st lvl cache reuse with exclusive jobs #97

Closed
wants to merge 1 commit into from

Conversation

meyerdan
Copy link
Member

@meyerdan meyerdan commented Sep 8, 2014

Reuse the 1st level DbEntityCache for sequences of asynchronous
continuations executed by the same thread. (exclusive jobs).

Improves performance since the cache is not discarded when the command
context is flushed but reused by the next command.

Cache reuse is disabled by default, can be enabled by setting
"isDbEntityCacheReuseEnabled" to true.

Reuse the 1st level DbEntityCache for sequences of asynchronous
continuations executed by the same thread. (exclusive jobs).

Improves performance since the cache is not discarded when the command
context is flushed but reused by the next command.

Cache reuse is disabled by default, can be enabled by setting
"isDbEntityCacheReuseEnabled" to true.
@buildhive
Copy link

camunda BPM » camunda-bpm-platform #786 SUCCESS
This pull request looks good
(what's this?)

@ThorbenLindhauer
Copy link
Member

Thank you, Daniel, for contributing ;)

@meyerdan meyerdan deleted the 1st-lvl-cache-reuse branch October 31, 2014 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants