Huisheng Xu [
http://community.jboss.org/people/rebody] replied to the discussion
"Performance impact of large process variables"
To view the discussion, visit:
http://community.jboss.org/message/537549#537549
--------------------------------------------------------------
Hi Justin,
jBPM4 could use Blob type to store process variable, so if you want to do it, you can
store a large data into process variable. But you should think about it whether it is
necessary. Because you can't search that variable directly. Now jBPM just use Blob
type to store the process definition xml files, process graphic and custom class files.
Maybe some serilizable variable also store in the database, But they will be deleted when
the process instance ended. THe history variable feature is not yet implement.
I think you should think about all of above to determine whether or not use process
variable to store large data.
cheers.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/537549#537549]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]