Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
Performance referencing a coherence cache from an EPL Statement

3402301
Member Posts: 4
Hi,
I am trying to use a cache with composite key from an EPL statement and I have doubts about the performance as I think that CEP is using AllFilter with KeyExtractor to get the data from cache. If you have a composite key and you use it from EPN the code have to be something like this:
AllFilter(EqualsFilter(KeyExtractor(extractor=.getProperty1()), value1), EqualsFilter(KeyExtractor(extractor=.getProperty2()), value2), EqualsFilter(KeyExtractor(extractor=.getProperty3()), value3))
Am I right? Is this a optimal procedure or can I extract the values in another way? I suppose that the best choice is getting the value directly with the key but I don't know if is possible.
My Oracle Stream Analytics version is 12.2.1.1
Regards.
Tagged:
This discussion has been closed.