[JBoss JIRA] Created: (TEIID-1599) Event based cache invalidation
by Mark Addleman (JIRA)
Event based cache invalidation
------------------------------
Key: TEIID-1599
URL: https://issues.jboss.org/browse/TEIID-1599
Project: Teiid
Issue Type: Feature Request
Reporter: Mark Addleman
Assignee: Steven Hawkins
Priority: Minor
In addition to invalidating cached results by time, I'd like the ability to invalidate cache based on an event. I think this is the moral equivalent of the existing functionality to reset a materialized view. I would like to scope the invalidation to particular tables or sets of tables. For example, suppose I cached the results of the following statements:
SELECT * FROM A
SELECT * FROM B
SELECT * FROM A,B
A call to invalidate A would invalidate the cached result sets from the first and third statements.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] Created: (TEIID-1592) EventDeistributor is not initialized correctly
by Steven Hawkins (JIRA)
EventDeistributor is not initialized correctly
----------------------------------------------
Key: TEIID-1592
URL: https://issues.jboss.org/browse/TEIID-1592
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 7.4
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Critical
Fix For: 7.4.1
In diagnosing TEIID-1591 the JNDI registration of the EventDistributor was prevented due to the proxy invocation handler not being serializable. This means that in a cluster mat view updates (just as prior to 7.4) and ddl modifications will not be distributed.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] Created: (TEIID-1750) Memory handling improvements
by Steven Hawkins (JIRA)
Memory handling improvements
----------------------------
Key: TEIID-1750
URL: https://issues.jboss.org/browse/TEIID-1750
Project: Teiid
Issue Type: Quality Risk
Components: Query Engine
Affects Versions: 7.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 7.6
The buffermanager will create softreferences for batches that prefer memory, but does not track the memory as held once the value has been passivated.
Also small lobs, such as xml values created via sqlxml, should be inlined into results for greater performance - and so that they can be paged out by the buffermanager rather than being held by a lobmanager.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months