Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Coherence Performance impact based on SimpleMapIndex

Sono Chacko-OracleJun 20 2018 — edited Jul 5 2018

Hi All,

I am getting these messages on all the nodes

Oracle Coherence EE 12.1.3.0.0 <D5> (thread=DistributedDefaultCacheWorker:4, member=1): There is no configured calculator for org.test.MyTestKeyClass; this SimpleMapIndex: Extractor=KeyExtractor(extractor=.getControlType()), Ordered=false, Footprint=0, Content=1 will estimate the index size using serialization, which could impact its performance.

I added key indexes using NamedCache.addKeyIndex like following

cache.addKeyIndex("getControlType", false);

Any idea about this message?

Regards

-Sono

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 2 2018
Added on Jun 20 2018
1 comment
347 views