We are using query caching with Teiid embedded. But it is limited to 1024 resultset. In teiid standalone we can change this property in the file standalone-teiid.xml. But how can we change it in teiid embedded?
Asked
Active
Viewed 39 times
1 Answers
0
It depends on how you initialized the embedded engine, the cache factory you set as shown at [1]. The default is defined if you not configured explicitly [2]. If you are using the Infinispan cache store then it depends on the Infinispan configuration [3].

Ramesh Reddy
- 554
- 1
- 3
- 8