[jbpm-dev] Purging the table data

Narayanan A R narayanan.arunachalam at gmail.com
Mon Mar 26 17:36:32 EDT 2012


https://issues.jboss.org/browse/JBPM-3582

On Sun, Mar 25, 2012 at 6:44 PM, Narayanan Arunachalam <
narayanan.arunachalam at gmail.com> wrote:

> Thank you! Will do it.
>
> On Mar 25, 2012, at 5:22 PM, Kris Verlaenen wrote:
>
> > Hi,
> >
> > ProcessInstanceInfo and WorkItemInfo tables are purged automatically
> when the process instance / work item is no longer needed.
> >
> > The SessionInfo however is not, as we don't know when a session might be
> needed to restore its state later (as it might contains state like timers,
> rule data, globals, etc.).
> >
> > We were actually looking at adding a method to the ksession, destroy(),
> that would be similar to dispose() (i.e. release all resources so it can be
> garbage collected), but also remove it from the database.  Could you open a
> JIRA issue, and leave any feedback you might have on this?
> >
> > Thx,
> > Kris
> >
> > On 03/24/2012 03:46 AM, Narayanan Arunachalam wrote:
> >> Hi,
> >>
> >> The SessionInfo table gets filled for every new session. What is the
> need for data in this table once the process is complete? I checked the
> code and looks like no delete operations are found.
> >>
> >> Same is the behavior I noticed for ProcessInstanceInfo, WorkItemInfo.
> >>
> >> Thanks,
> >> Narayanan
> >> _______________________________________________
> >> jbpm-dev mailing list
> >> jbpm-dev at lists.jboss.org
> >> https://lists.jboss.org/mailman/listinfo/jbpm-dev
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jbpm-dev/attachments/20120326/b1625ecb/attachment.html 


More information about the jbpm-dev mailing list